Support Forum

Full Version: Registry tweak in RunOnceEx.js
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need some changes in registry when windows installed.
I use reg-file in catalog - %CDROM%\Software\Tweak Registry\tweak.reg
and in "Software" tabs in WUCD i add command line for adding this
file to registry. In file RunOnceEx.js i see line:

soft[n] = new Array();
soft[n].name = "Tweak Registry";
soft[n].checkPoint = "Software\\Tweak Registry";
soft[n][0] = "regedit /s \"%CDROM%\\Software\\Tweak Registry\\tweak.reg\"";

BUT in installation i have error message in this file in line 95 pos 4
"file not found"

Can some solve this ?
(may be all problem in command line for regedit ?)

P.S. - sorry for my english - it's not my native language
homeless Wrote:
soft[n] = new Array();
soft[n].name = "Tweak Registry";
soft[n].checkPoint = "Software\\Tweak Registry";
soft[n][0] = "regedit /s \"%CDROM%\\Software\\Tweak Registry\\tweak.reg\"";
it is good !!!

homeless Wrote:BUT in installation i have error message in this file in line 95 pos 4
"file not found"

Can some solve this ?
Please post line 95 from your RunOnceEx.js.
What is your windows?

homeless Wrote:(may be all problem in command line for regedit ?)
No, I use same command line!

homeless Wrote:P.S. - sorry for my english - it's not my native language
It's not my too Wink
win XP Home Ed SP2 Rus oem

95 line -
WshShell.Run( soft.startReboot );...
Now know I the solution Smile

You use older Creator 0.9.9 with newer version 003 of "RunOnceEx.tmp" (to check unter About > RunOnceEx.tmp)

Install new Creator 1.0.1 and create ISO again, not more Wink
ok, i try this...
But i use WUCD 1.0.1 installed over uninstalled older version (may be it incorrect ?)
homeless Wrote:ok, i try this...
But i use WUCD 1.0.1 installed over uninstalled older version (may be it incorrect ?)
No, that is correct !!
Check file reboot.exe on cd in $OEM$\$$\system32 directory and in C:\Program Files\Windows Unattended CD Creator!!
What is version of "Win.cfg" and "RunOnceEx.tmp" ? unter "About"
i unsnstall all, delete dir and reinstall 1.0.1 - after this in $oem$/$$/
i see folder system32 whith file reboot.exe
at current time i burn cd and try to setup - after 30-40 min say results.

May be in future planned more simple way to adding reg-files in installation ?
Sorry, but I think, one way for .BAT, .CMD, .EXE, .COM, .JS and .REG is better than on way for .BAT, another way for .EXE, third way for .REG ... Smile

One way for all is very simple Wink
ok.

Test new iso - worked good !!!

Topic may be closed.

Thanks !!!