Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

inno setup - silent install

Status
Not open for further replies.

lorri

Technical User
Oct 4, 2006
61
0
0
US
Hi All - I have an inno setup .exe that I am running silently by /silent - in the install I am getting an install of a toolbar. Is there a command to either record my install or put a command in to do not install the toolbar?

thanks
 
You probably need to create a transform for the application and specify that as a parameter of the installation.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
You should ask the supplier of the setup.exe, what task(s) to enable so the task for installing the toolbar wil go disabled.
Then use the /TASKS= parameter to enable the required tasks.
Read all about it in the fine InnoSetup helpfile available from
HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top