Jump to content

Recommended Posts

Posted

Hi

I 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" /f

REG ADD %KEY%10 /V 1 /D "%systemdrive%\install\vnc-4.0.exe /SILENT /COMPONENTS="vncviewer, winvnc"" /f

REG ADD %KEY%15 /VE /D "Adobe Acrobat Reader 7.07" /f

REG 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"" /f

i think it because of the structure of the command "%systemdrive%......"vncviewer....""

but i dont know how to fix that..

sry my english is bad...


Posted

It the Quotes it not going to read the line right.

REG ADD %KEY%10 /VE /D "RealVNC 4.0" /f

REG ADD %KEY%10 /V 1 /D "%systemdrive%\install\vnc-4.0.exe /SILENT /COMPONENTS="vncviewer, winvnc"" /f

Maybe 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...