Jesper Lin
Jesper Lin

Reputation: 11

Silently install InstallShield EXE file with /s not working

I got a problem of installshield 2023 Installscript project with "/s" command line. From the link https://docs.revenera.com/installshield28helplib/helplibrary/IHelpSetup_EXECmdLine.htm

It shows the "setup.exe /s" should works with default "setup.iss" which in the same directory as setup.exe."

But from what I have tested, my installscript can only get "OnAbort()" event after I tried "setup.exe /s /d" with "setup.iss" at the same directory. Is anyone can share what I have missed here ? Thanks.

step 1.Write myown installscript. enable customer action: onAbort() onBegin() SetTargetDIR().
step 2. Respond file: setup.iss - insert my responds file from /r to Disk1.
step 3. Run setup.exe to install my sample project to DUT
step 4. Make sure responds file, setup.iss, exist as expected. (same folder as setup.exe)
step 5. c:\program files(x86)\installshield installation information\{GUID} setup.exe /s /d
step 6. setup.exe ask for UAC. 
step 7. Installshield debugger got "OnAbort()" event

Upvotes: 0

Views: 32

Answers (0)

Related Questions