Hi John,

I wouldn't call myself an InnoSetup master, but I've got it doing a quiet
install of QODBC while it installs my application.  I think it will come
down to the switches that the install of your specific software can take.  I
contacted the publishers of QODBC and asked them what the switches were.
Turns out you call the exe with a /q parameter for a quiet install.  I'm
also installing the VFP runtime as well.

Inno code in the iss file looks like:

[Run]
Filename: {app}\VFP9SP2RT.exe; Parameters: /s /M=runtime.txt; WorkingDir:
{app}
Filename: {app}\qodbc.exe;  Parameters: /q /region=OZ

Hope that's some help.

Christina Bull
DataHouse



-----Original Message-----
From: john harvey [mailto:[email protected]] 
Sent: Wednesday, 14 March 2012 2:42 AM
To: 'ProFox Email List'
Subject: RE: Inno setup

Any of you InnoSetup masters know if you can configure a silent install of
software so that the user has no interaction? I want to add a webfilter
program to our LPR cars so the officers won't be able to go to sites that
tend to introduce features to our computers, so I don't want them to have
the ability to cancel the installation. Any ideas?

Thanks,

John Harvey





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to