Jump to content

Recommended Posts

Posted

I'm getting an error "Missing separator character after keyword.:" with this code:

Run('msiexec "'C:\Dnload\9xAddons\VNC UltraVnc_10963_X64.msi'" /loadinf="VNCConfigWin7.ini" /props="VNCsetupWin7.reg"')

Run('msiexec "'C^ ERROR

Please help.

Docfxit

Posted

Thank you for the reply...

try

Run('msiexec "C:\Dnload\9xAddons\VNC UltraVnc_10963_X64.msi" /loadinf="VNCConfigWin7.ini" /props="VNCsetupWin7.reg"')

I tried that and it doesn't install. It only brings up a window for windows Installer.

So then I tried adding /i

Run('msiexec /i "C:\Dnload\9xAddons\VNC UltraVnc_10963_X64.msi" /loadinf="VNCConfigWin7.ini" /props="VNCsetupWin7.reg"')

And that also only brings up a window for windows Installer.

I'm running this in Win7 b4bit sp1

Thanks,

Docfxit

  • Moderators
Posted

Are quotes required around

VNCConfigWin7.ini and VNCsetupWin7.reg ?

Is there a command switch url/webpage you're using to get the correct calls, that'd be easier for those of us that don't use it.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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
×
×
  • Create New...