Results 1 to 3 of 3

Thread: Visual Studio Installer

  1. #1

    Thread Starter
    Hyperactive Member gravyboy's Avatar
    Join Date
    Jan 2000
    Location
    Where I was before . . . if you don't know then you're new!
    Posts
    334

    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....?
    Matt G
    VS6 Ent SP5 @ Work
    VS6 Ent SP5 & VB.Net @ Home
    [email protected]



  2. #2
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    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.

  3. #3

    Thread Starter
    Hyperactive Member gravyboy's Avatar
    Join Date
    Jan 2000
    Location
    Where I was before . . . if you don't know then you're new!
    Posts
    334
    Cheers, I'll try that tomorrow....
    Matt G
    VS6 Ent SP5 @ Work
    VS6 Ent SP5 & VB.Net @ Home
    [email protected]



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width