Quote
REG ADD %KEY%\000 /V 01 /D "\"%CDROM%\Software\AcronisTrueImage\AcronisTrueImage.msi ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f
You are missing a ", there are only 3 in the above instruction...
If you notice this entry:
Quote
REG ADD %KEY%\017 /VE /D "Nero Burning Rom" /f
REG ADD %KEY%\017 /V 01 /D "\"%CDROM%\Software\Nero\Nero.exe\" /silent /sn=SERIAL /write_sn /no_ui /noreboot" /f
There are 4 ", and there is a " after the filename.... and the final one after the switches before the /f..
This is working fine for me, so Ive ditched the batch file
Quote
REG ADD %KEY%\022 /V 01 /D "\"%CDROM%\Software\TrueImage\TrueImage.msi\" ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f
Taken directly from my working script...
This post has been edited by drscouse: 27 September 2005 - 02:23 PM