|
-
Jun 16th, 2010, 08:25 AM
#1
Thread Starter
Lively Member
Microsoft Packaging and Deployment Wizard question
Hello i used Microsoft Packaging and Deployment Wizard for my vb6 app. I added the setup.exe from ODBC driver but when i run the installation it just copy the file "setup.exe" to the installation folder.
Can i use Microsoft Packaging and Deployment Wizard to make ODBC driver install, not just copy?
Thank you!
-
Jun 16th, 2010, 08:35 AM
#2
Re: Microsoft Packaging and Deployment Wizard question
Moved To Application Deployment
-
Jun 16th, 2010, 08:38 AM
#3
Re: Microsoft Packaging and Deployment Wizard question
Yes you can, but this requires you to create a customized version of Setup1.exe that will recognize you have included certain files (such as any setup.exe) and run them after copying them.
-
Jun 16th, 2010, 10:38 PM
#4
Frenzied Member
Re: Microsoft Packaging and Deployment Wizard question
You can find the Setup1.exe project where you installed VB, however, I suggest that before you alter this project you make two copies. One for backup, and one for your modifications. Then if you don't know the code to wait for something you have shelled out, search for Shell and wait...
Good Luck
Option Explicit should not be an Option!
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
|