|
-
Jun 16th, 2003, 08:20 AM
#1
Thread Starter
Hyperactive Member
Visual Studio Installer
I am writing a suite of apps in VB6 on W2K . . . . the target machine is an XP beast with SP1 . . .
When I use the VSI and the use the output to install the app. there is a problem with the COMDLG32 ocx.... I had a look and XP's is 6.00.2800 xpsp1 and Window 2000 machine is 6.00.8414.
When I run the app. I get bumf about comdlg not being registered...I don't really want to overwrite the XP one, unless I have to... If so how do I get the VSI to register the ocx as part of the install....?
-
Jun 16th, 2003, 10:19 AM
#2
PowerPoster
Re: Visual Studio Installer
Originally posted by gravyboy
I am writing a suite of apps in VB6 on W2K . . . . the target machine is an XP beast with SP1 . . .
When I use the VSI and the use the output to install the app. there is a problem with the COMDLG32 ocx.... I had a look and XP's is 6.00.2800 xpsp1 and Window 2000 machine is 6.00.8414.
When I run the app. I get bumf about comdlg not being registered...I don't really want to overwrite the XP one, unless I have to... If so how do I get the VSI to register the ocx as part of the install....?
try this ... delete the reference to comdlg32 in your install project. Add the merge module comdlg32.msm (its in the visual studio directory tree somewhere ... search for it) to your install. The merge module should sort the issue out for you I think.
-
Jun 16th, 2003, 01:59 PM
#3
Thread Starter
Hyperactive Member
Cheers, I'll try that tomorrow....
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
|