- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: setup.exe crashes - but not with silent install
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
setup.exe crashes - but not with silent install
The installer I am creating works when using a silent install script, but crashes on launch when the setup.exe is interactive. This is a sudden issue as no changes have been made to my InstallShield script project and no updates to Windows.
When clicking on setup.exe, a folder is create in %temp%, but does not contain a setup.exe file and the install crashes.
The same set of installer files, when launched from a silent script, creates a folder in %temp% that does contain a setup.exe and the install works perfectly.
Any ideas on why this could be happening?
Thanks for any suggestions.
Hi @BobHickey ,
What is the silent commandline you use?
"When clicking on setup.exe, a folder is create in %temp%, but does not contain a setup.exe file and the install crashes."-This might not be the cause.
Here you have to note something that when you click on setup.exe there will be 2 GUID folders will be created in %temp% folder.Among one of those will contain files like setup.exe,ISSetup.dll,2 ini files as reference from IS2018 based setup.
The same will be for silent installation as well.There is something else causing it to crash.
Can you try logging installscript using below article and get back here?
https://community.flexera.com/t5/InstallShield-Knowledge/Logging-an-InstallScript-Project/ta-p/4322
Thanks,
Jenifer
Hi @BobHickey ,
Thanks for sharing those files.But i dont think so those log files are of comparison purpose.I could see log "setuptrace2716.log as installation log and "setuptrace17784.log" as having self-deletion entries.
Can you please send log files of both UI-interactive install as well silent one?(So that comparison will be easy)
Hope you are using InstallShield 2004,in which my observations might vary since it is IS2018 based.
Thanks,
Jenifer
Jenifer,
You wrote, "Hope you are using InstallShield 2004". 2004? No, I am using InstallShield 2018.
How are you seeing log files from the bin files I sent? Do I have that ability?
- Bob
Hi @BobHickey ,
InstallScript log viewer is with InstallShield Support,it might not be available for customer since it is support specific.So i couldn't share that.
In the log i could see specific entry stating IS2004,we can ignore that string i guess(Seems like false positive :-))
Feel free to share bin files for both working and crashing scenario.
Thanks,
Jenifer
These are the two files created from a silent installation - creating a good setup.exe.
The silent command line I am running is
"\\jmpsrv01\dev\install\JMP15\JMP1500\WinOS\JMP\2019.06.11\JMP\setup.exe" -s -f1"C:\NotOneDrive\SETUP\setup.iss"