I am having trouble getting the OSexe to run with my first attempt at an OEM. I am getting this error:
InitRegistry FAILED in file ".\Registry\d8e773b0-b187-11db-abbd-0800200c9a66.rgu" within a few lines of line 1.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\d8e773b0-b187-11db-abbd-0800200c9a66.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
That is clearly the OEM I am creating. I exported the registry from the cab using cab manager and saved it as xxxxxxxx.rgu. I added a blank line at the end. The rgu file looks like:
REGEDIT4
[HKEY_CLASSES_ROOT\ifvfile]
@="Picsel Viewer"
[HKEY_CLASSES_ROOT\ifvfile\Shell\Open\Command]
@="\"\\Windows\\picselifv.exe\" \"%1\""
[HKEY_CLASSES_ROOT\ifvfile\DefaultIcon]
@="\\Windows\\picselifv.exe,0"
[HKEY_CURRENT_USER\Software\Picsel Technologies Ltd\Picsel File Viewer]
"Command"="\"\\Windows\\picselifv.exe\" \"%1\""
"DefaultIcon"="\\Windows\\picselifv.exe,0"
"LinkFilename"="Picsel Viewer"
"history"="\\Program Files\\Picsel\\File Viewer\\history\\hist"
"help"="\\Program Files\\Picsel\\File Viewer\\help\\^\\app.html"
"MemLeftAside"="2097152"
[HKEY_CURRENT_USER\Software\Picsel Technologies Ltd\Picsel File Viewer\eDR]
"page.on.demand"="1"
[HKEY_CURRENT_USER\Software\Picsel Technologies Ltd\Picsel File Viewer\Paths]
"Windows"="\\Windows\\"
"Cookies"="\\Program Files\\Picsel\\File Viewer\\history\\"
"Resource"="\\Windows\\"
"ResourceImage"="\\Windows\\"
"Libs"="\\Windows\\"
"Img"="\\Windows\\"
"Fonts_Bincmaps"="\\Windows\\"
"Fonts"="\\Windows\\"
"Help"="\\Program Files\\Picsel\\File Viewer\\Help\\"
"All"="\\Windows\\"
Can someone help me with this? Thanks.
|