DeK Posted May 14, 2007 Posted May 14, 2007 HiI have a problem with the RunOnceEx.cmd, its working for some applications but i cant add every key.REG ADD %KEY%10 /VE /D "RealVNC 4.0" /fREG ADD %KEY%10 /V 1 /D "%systemdrive%\install\vnc-4.0.exe /SILENT /COMPONENTS="vncviewer, winvnc"" /fREG ADD %KEY%15 /VE /D "Adobe Acrobat Reader 7.07" /fREG ADD %KEY%15 /V 1 /D "%systemdrive%\install\AdbeRdr707_de_DE.exe /S /w /v"/qb-! /norestart /log %Temp%\AdbeRdr707_de_DE.log ALLUSERS=2 EULA_ACCEPT=YES"" /fi think it because of the structure of the command "%systemdrive%......"vncviewer...."" but i dont know how to fix that..sry my english is bad...
gunsmokingman Posted May 14, 2007 Posted May 14, 2007 It the Quotes it not going to read the line right.REG ADD %KEY%10 /VE /D "RealVNC 4.0" /fREG ADD %KEY%10 /V 1 /D "%systemdrive%\install\vnc-4.0.exe /SILENT /COMPONENTS="vncviewer, winvnc"" /fMaybe try it this way, I might be wrong as Cmd Promt is not my best langauge"\"%systemdrive%\install\vnc-4.0.exe /SILENT /COMPONENTS="\"vncviewer, winvnc"\" /f
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now