Avatar of Fauzanyousuff
Fauzanyousuff
Flag 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
SoftwareVB ScriptWeb Development Software

Avatar of undefined
Last Comment
Fauzanyousuff

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Fauzanyousuff

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck