Quote:
Originally Posted by mwalt2
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.