October 14, 200421 yr Hi there.I´m not beying able to run this command. As i understand it, after running it, there should be something stored in memory that should run after restart. The problem is nothing happens... Have already tried to install windows with my unnented install but this step went missing... No software got installed (located at folders inside $OEM$\install\)I have cmdlines.txt and RunOnceEX.cmd both in the $OEM$ folder.Here they are:cmdline.txt[COMMANDS]"RunOnceEx.cmd"RunOnceEX.cmdcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "A Instalar Aplicações" /fREG ADD %KEY%\005 /VE /D "Adobe Acrobat Reader 6" /fREG ADD %KEY%\005 /V 1 /D %systemdrive%\install\Adobe\AdbeRdr60_ptb_full.exe -p"-s /v\"/qn\"" /fREG ADD %KEY%\005 /VE /D "Sygate Personal Firewall 5.5.2710" /fREG ADD %KEY%\005 /V 1 /D %systemdrive%\install\Sygate\pspf.exe /QN Reboot=Supress /fREG ADD %KEY%\015 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\015 /V 1 /D %systemdrive%\install\MSN\MsnMsgs.msi /QB /fREG ADD %KEY%\020 /VE /D "Nero 6.6.00" /fREG ADD %KEY%\020 /V 1 /D %systemdrive%\install\Nero\nero6600.exe /SN=1A23-0009-6030-1312-0769-4067 /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL /fREG ADD %KEY%\025 /VE /D "Winrar 3.4" /fREG ADD %KEY%\025 /V 1 /D %systemdrive%\install\WinRAR\wrar340.exe /s /fREG ADD %KEY%\035 /VE /D "A importar alterações do registo" /fREG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /fREG ADD %KEY%\040 /VE /D "A limpar e reiniciar..." /fREG ADD %KEY%\040 /V 1 /D %systemdrive%\install\cleanup.cmd /fIs there something messing? some earlier step from msfn´s guide i missed?Thanks in advance
October 14, 200421 yr Yes, you have a big issue. You are missing quotesIE:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\015 /VE /D "SpyBot 1.3" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\spybot\SpyBot(v.1.3).exe /SILENT" /f
October 14, 200421 yr Author Hmmm...Ok, the quotes are missing, but my qyestion is, should the quotes be only within the location of the file, or end only after the parameters?1REG ADD %KEY%\005 /VE /D "Sygate Personal Firewall 5.5.2710" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Sygate\pspf.exe /QN Reboot=Supress" /for 2REG ADD %KEY%\005 /VE /D "Sygate Personal Firewall 5.5.2710" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Sygate\pspf.exe" /QN Reboot=Supress /f
Create an account or sign in to comment