Link to home
Create AccountLog in
Avatar of Fauzanyousuff
FauzanyousuffFlag for India

asked on

Silent install Of AdobeFireWorks CS3 through VB Script.

I have an application called  AdobeFireWorks CS3, for which I have a silent installation switch. as below.
"PathofSetup"> "Setup.EXE" --mode=silent --deploymentFile="PathOfInstall.XMl "install.XML"
Note: there is space between setup.exe and  --mode=silent and again there is a space before --deploymentFile=
 for which I wrote a script as
Return=WshShell.Run(chr(34) & Scriptpath & "Setup.EXE" & chr(34) & " --mode=silent --deploymentFile=" & chr(34) & Scriptpath & "install.XML", 1, true)
for which the setup returns a error code = 1 or 7
1: cannot parse commandline
7:Unable to complete silent Install
ASKER CERTIFIED SOLUTION
Avatar of Fauzanyousuff
Fauzanyousuff
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer