I have made my own UI and everything was going well untill XP logs on for the first time and when it should start RunOnceEx.cmd and start installing the apps it said to me that the path to applications and regtweak isn`t seem to be valid ..
I have made an UI which installs all apps from CD and it seems that installation can`t find those applications ... i have btw followed the Unattended PDF guide and did exactly what was written about choosing the UI to install all apps from CD, and at the first install xp was searching for applications on my hdd on D partition because the first line in RunOnceEx.cmd is "IF EXIST D:\CD.txt set CDROM=D:" ...
But then i have deleted the first two lines and then the first line was "IF EXIST F:\CD.txt set CDROM=F:", and off course my cd rom was F and that was OK but RunOnceEx.cmd still couldn`t install apps and registry because the paths were invalid ( "F:\ Software\Diskeeper\Diskeeper.msi" couldn`t be found ) ... i have put the "CD.txt" on cd ( as shown on the picture below ) but didn`t put anything in the file ..
what did i do wrong ... ???
I used the Microsoft Virtual Machine Trial.
Can anyone, PLEASE help me to solve this problem ... i have attached here the screenshot of the directories of my UI and RunOnceEx.cmd ... please help.
Thanx in advance ...
cmdow @ /HID @echo off IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications :::: Made By Playahater" /f REG ADD %KEY%\015 /VE /D "Diskeeper 9.0" /f REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\diskeeper\Diskeeper.msi /QB" /f REG ADD %KEY%\020 /VE /D "Flashget 1.65" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\flashget\fgf165.exe /S" /f REG ADD %KEY%\025 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Powertoys\TweakUi.exe /qb" /f REG ADD %KEY%\030 /VE /D "WinRar 3.40" /f REG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\WinRar 3.40\WinRAR.v3.40.exe /s /W" /f REG ADD %KEY%\040 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\wmp10\mp10setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f REG ADD %KEY%\045 /VE /D ".NET Framework v1.1" /f REG ADD %KEY%\045 /V 1 /D "%CDROM%\Software\NetFramework\netfx.msi" /f REG ADD %KEY%\050 /VE /D "Adobe Acrobat Reader 6.01" /f REG ADD %KEY%\050 /V 1 /D "%CDROM%\Software\Adobe Reader\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" REG ADD %KEY%\050 /VE /D "IrfanView 3.91 with Plugins" /f REG ADD %KEY%\050 /V 1 /D "%CDROM%\Software\iview391\iview391.exe /silent /desktop=0 /group=1 /allusers=0 /assoc=1 /f REG ADD %KEY%\050 /V 2 /D "%CDROM%\Software\iview391\IrfanView-all_plugins.exe /silent" /f REG ADD %KEY%\060 /VE /D "Winamp 5.05 Pro Full" /f REG ADD %KEY%\060 /V 1 /D "%CDROM%\Software\winamp\Winamp.msi\" /qn Xname="xxxxxxxxxxxxx" Xkey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" XMODERNSKIN=1 XSkinsetting-MMD3 Xaudio=1 \" /f REG DELETE=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v WinampAgent /f REG ADD %KEY%\100 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\100 /V 1 /D "REGEDIT /S %CDROM%\Software\RegTweaks.reg" /f REG ADD %KEY%\110 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\110 /V 1 /D "%CDROM%\Software\cleanup.cmd" /f EXIT
Attached File(s)
-
image.jpg (55.35K)
Number of downloads: 100



Help
Back to top









