Schettj:
Were you able to figure out how to add OEMs?
If not, I found a post on a thread that says this is how you add OEMS, maybe it will help you:
Quote:
1. Get a GUUID from [kruithof.xs4all.nl] and make an empty text file like 829cfff0-5112-11db-b0de-0800200c9a66.dsm
2. If you have any registry settings to import, make a .rgu file with the same GUUID name (829cfff0-5112-11db-b0de-0800200c9a66.rgu) that has the registry settings you exported from the PPC. The file starts with the line REGEDIT4 and ends with and empty line.
3. Copy all the files from the application directory in your PPC to this directory on the PC.
4. If you want to put links on the start menu, make a .lnk file. It's actually a text file with a line like 25#"WindowsGSFinder.exe"
5. Finally, make a file called initflashfiles.txt that'll put the link on the start menu. The contents will be like this:
;================================================= =====
; Programs
;------------------------------------------------------
Directory("\Windows\Start Menu\Programs"):-File("GSFinder.lnk","\Windows\GSFinder.lnk")
;------------------------------------------------------
; Programs
;================================================= =====
|
Let me know if you get it to work!