|
-
October 8th, 2011, 04:10 AM
#1
VB6 Application Setup
For years I have been installing applications which say something like -
"There is a newer version of this control installed - Keep ? YES NO
It occurred to me that there must be a setting in the install script which defaults a YES everytime this situation arises (without having to keep clicking YES)
Am I right ? (Or is there no way around this message)
Thanks
-
October 8th, 2011, 08:17 AM
#2
Re: VB6 Application Setup
Never looked into it but the source for the setup is included with VB so it is possible to modify it to suit your needs. I have modifed the sections that read the ini file and create shortcuts but that is about as far as I have gone with it.
Assuming you installed in the default location the source code would be located at
C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\Setup1
Always use [code][/code] tags when posting code.
-
October 8th, 2011, 12:15 PM
#3
Re: VB6 Application Setup
I always used InnoScrip and InnoSetup. A member over at VBF used to give i away (for donation) unitl he wrote it in .Net, and made it 1000% faster. Now, it's a few bucks. http://www.randem.com/randemsystems.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|