Board index » Visual Studio » modeless install using VB6 package deployment wizard
|
Kezzi
|
|
Kezzi
|
modeless install using VB6 package deployment wizard
Visual Studio225
How can I use VB6 package deployment wizard to create a distribution package that runs with absolutely no dialogs? I will use my own wrapper to assess needs and ask permission (once!) to install. I need the resource that I create to be hassle free, and the normal dialogs are too much for many non-technical end users. Please respond mailto:Submit01@InspiredCode.net - |
| Veign
Registered User |
Fri Oct 24 14:29:38 CDT 2003
Re:modeless install using VB6 package deployment wizard
Try using the Visual Installer application from MS (link on my website under
Application Design) - its free. It creates MSI installation packages which can be run in a slient install scenario... Also, look into a tool from MS called ORCA (dont have the link in front of me) that will allow you to modify the MSI database.. Found the link to Orca - http://support.microsoft.com/default.aspx?scid" rel="nofollow" target="_blank">support.microsoft.com/default.aspx=kb;en-us;255905 -- Chris Hanscom MVP (Visual Basic) www.veign.com">www.veign.com Application Design Section www.veign.com/information/application/info_app.html">www.veign.com/information/application/info_app.html ------ "InspiredCode" <Submit01@InspiredCode.net>wrote in message QuoteHow can I use VB6 package deployment wizard to create a distribution that I create to be hassle free, and the normal dialogs are too much for many non-technical end users. Quote
- |
| dnagel
Registered User |
Fri Oct 24 15:01:03 CDT 2003
Re:modeless install using VB6 package deployment wizard
In the past I put timers on every form and had the
timer event call the click event of the button I wanted chosen. Set the timer's interval to like 10 ms or so... The setup project is setup1.vbp. D. - |
| Ben
Registered User |
Sat Oct 25 07:51:48 CDT 2003
Re:modeless install using VB6 package deployment wizard
Investigate the command line switches that can be passed to the setup.exe -
particularly /s "InspiredCode" <Submit01@InspiredCode.net>wrote in message QuoteHow can I use VB6 package deployment wizard to create a distribution that I create to be hassle free, and the normal dialogs are too much for many non-technical end users. Quote
- |
| Jan
Registered User |
Mon Oct 27 03:35:54 CST 2003
Re:modeless install using VB6 package deployment wizard
InspiredCode <Submit01@InspiredCode.net>'s wild thoughts
were released on Fri, 24 Oct 2003 12:01:34 -0700 bearing the following fruit: QuoteHow can I use VB6 package deployment wizard to create a distribution package that runs with absolutely no dialogs? I will use my own wrapper to assess needs and ask permission (once!) to install. I need the resource that I create to be hassle free, and the normal dialogs are too much for many non-technical end users. QuotePlease respond mailto:Submit01@InspiredCode.net response. J -- Hot Pants: Breeches of promise (M. Rose Pierce) [Abolish the TV Licence - www.tvlicensing.biz/]">www.tvlicensing.biz/] - |
