Board index » Visual Studio » modeless install using VB6 package deployment wizard

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


-
 

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

Quote
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.

Quote


Please respond mailto:Submit01@InspiredCode.net





-

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.



-

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

Quote
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.

Quote


Please respond mailto:Submit01@InspiredCode.net





-

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:



Quote
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.



You can customise the setup program to do whatever you like.



Quote
Please respond mailto:Submit01@InspiredCode.net



It's rude to post to a newsgroup and expect an email

response.



J





--

Hot Pants: Breeches of promise (M. Rose Pierce)



[Abolish the TV Licence - www.tvlicensing.biz/]">www.tvlicensing.biz/]



-