Docfxit Posted January 25, 2013 Posted January 25, 2013 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
jdelaney Posted January 25, 2013 Posted January 25, 2013 try Run('msiexec "C:\Dnload\9xAddons\VNC UltraVnc_10963_X64.msi" /loadinf="VNCConfigWin7.ini" /props="VNCsetupWin7.reg"') IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Docfxit Posted January 26, 2013 Author Posted January 26, 2013 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 SmOke_N Posted January 26, 2013 Moderators Posted January 26, 2013 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.
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