View Single Post
  #354 (permalink)  
Old 04-20-2009, 09:29 AM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VGA OEM Requests ....Get them here! Updated 4/20/2009

Quote:
Originally Posted by mwalt2 View Post
I have a what is probably dumb question, but how do I use a PACKAGE_Filename and a PACKAGE_Filename_0409 to make a working OEM (get the option.xml for buildOS)? I've tried adding both folders to OEMizer, but I get a "Unhandled exception has occured in your application.......Access to path C:\PathToFile is denied" error. Thanks.
Create your option.xml as a text file in each directory. Copy the following code into that file and then change the following highlighted in orange. Here is what I recently did for the following package:

Quote:
<?xml version="1.0" encoding="UTF-16" standalone="yes"?>
<Items>
<Item name="PACKAGE_Topaz_Notification_Enhancement_Custom_0409" group="Apps" checked="True">
<Tip></Tip>
<Guid type="p">63814ebf-ecf7-41b6-93ab-3854c0cd8f51</Guid>
</Item>
</Items>
Where the "item name" is your directory name, and the "GUID" is the name of the DSM file.
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
This post has been thanked 1 times.