October 27, 200421 yr Hi All,First or second post???? (hmmmm!?)I seem to have problems with runonceex in that it skips Adobe Reader 6.02 and WMP10Here is the code:REG ADD %KEY%\020 /VE /D "Windows Media Player 10" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\WMP10\MP10setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"" /fREG ADD %KEY%\002 /VE /D "Acrobat Reader 6.02" /fREG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\AdobeReader\AdbeRdr602_distrib_enu.exe /s /a /s /v"TRANSFORMS=Rdr602.mst /qb"" /fAm I going mad???? (Yes!)
October 27, 200421 yr i had this happen with exactly those 2 files, it may not be this, but my files happen to get corrupted, god knows how. try double-clicking them on your computer to see if the unpack the files correctly, thats a start anyways....
October 27, 200421 yr You forgot to escape the extra quotes in your commands. Try this:REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\WMP10\MP10setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /fREG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\AdobeReader\AdbeRdr602_distrib_enu.exe /s /a /s /v\"TRANSFORMS=Rdr602.mst /qb\"" /fAny extra quotation marks inside the original quotes need to be preceded with a back slash. Those should work assuming the original syntax is correct.
October 28, 200421 yr Author Thanks!! I will redownload the apps and try the new slashes!Thanks again
Create an account or sign in to comment