cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

abt silent installation using installshield

Hi friends
I am having the requirmments as follows ::

1.> application should install silently

2.>Target Should restart after installation

3.>Should contain only one file(.exe file containg msi,mst,cab etc)..i.e i want just one final exe
I am using admin studio 8.0
Can anyone pls help me..
Thanks and regards
sumit
(1) Reply
sumitsingh wrote:
Hi friends
I am having the requirmments as follows ::

1.> application should install silently

2.>Target Should restart after installation

3.>Should contain only one file(.exe file containg msi,mst,cab etc)..i.e i want just one final exe
I am using admin studio 8.0
Can anyone pls help me..
Thanks and regards
sumit


If its MSI based installation use \qn or \qb (basic ui) switches in your wrapper exe that initiates msi. Set REBOOT property to force so it would reboot after the installation. In your media make setup.exe and repackage the whole content in self-extracting redstributable using WinZip extractor or PFTW.
For more info on repackaging visit http://msiblogger.com