![]() |
Registry tweak in RunOnceEx.js - Printable Version +- Support Forum (https://www.vitaligraf.de/mybb) +-- Forum: Windows Unattended CD Creator (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=9) +--- Forum: English (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=7) +--- Thread: Registry tweak in RunOnceEx.js (/showthread.php?tid=212) |
Registry tweak in RunOnceEx.js - homeless - 2006-06-07 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 RE: Registry tweak in RunOnceEx.js - Vitali - 2006-06-07 homeless Wrote:it is good !!! homeless Wrote:BUT in installation i have error message in this file in line 95 pos 4Please 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 languageIt's not my too ![]() RE: Registry tweak in RunOnceEx.js - homeless - 2006-06-07 win XP Home Ed SP2 Rus oem 95 line - WshShell.Run( soft.startReboot );... RE: Registry tweak in RunOnceEx.js - Vitali - 2006-06-07 Now know I the solution ![]() 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 ![]() RE: Registry tweak in RunOnceEx.js - homeless - 2006-06-07 ok, i try this... But i use WUCD 1.0.1 installed over uninstalled older version (may be it incorrect ?) RE: Registry tweak in RunOnceEx.js - Vitali - 2006-06-07 homeless Wrote:ok, i try this...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" RE: Registry tweak in RunOnceEx.js - homeless - 2006-06-07 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 ? RE: Registry tweak in RunOnceEx.js - Vitali - 2006-06-07 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 ... ![]() One way for all is very simple ![]() RE: Registry tweak in RunOnceEx.js - homeless - 2006-06-07 ok. Test new iso - worked good !!! Topic may be closed. Thanks !!! |