How to disable an extra window to restart system even after selecting not to do so in files in use dialog in installshield -
How to disable an extra window to restart system even after selecting not to do so in files in use dialog in installshield -
i doing upgrade existing exe file using installshield. when installing update , in files in utilize dialog select alternative automatically close , restart application instead of other alternative reboot system. window tells me restart scheme 1 time again after installation complete. how disable window? please help :)
you can seek run installation silently reboot=reallysuppress (update paths). please note haven't had chance test these command lines:
msiexec.exe /i "c:\iswix.msi" /qn /l*v "c:\msilog.log" reboot=reallysuppress /i install /qn silent mode /l* verbose logging if have exe file instead of msi file extract msi administrative image (file extract setup.exe basically) using next command:
setup.exe /a then specify extract location files in exe file. can run straight installshield command lines exe files. like:
setup.exe /v"reboot=reallysuppress /qn" or silently logging:
setup.exe /v"/l*v c:\test.log reboot=reallysuppress /qn" there simplified command line macros microsoft. of time these can used. other times need full command line interface.
installshield installshield-2012
Comments
Post a Comment