msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What is wrong with vb6 app under Vista?

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Deployment
Author Message
Ivan Abramov



Joined: 04 Oct 2007
Posts: 28

PostPosted: Mon Jun 04, 2007 12:55 pm    Post subject: What is wrong with vb6 app under Vista? Reply with quote

Hello.

I have vb6 app and deploy it by meanse of Installer 1.1.
I found out that my app doesn't work under any Vista except Ultimate.
With Ultimate it's ok. But when I install MS Office 2007 it becoms
unworkable too.

The error is
Component 'comdlg32.ocx' or one of its dependencies not correctly
registered: a file is missing or invalid

What is wrong with the comdlg32.ocx file and may I redistribute it?

Thanks in advance.

Archived from group: microsoft>public>vb>deployment
Back to top
View user's profile Send private message
Richard Mueller [MVP]



Joined: 04 Oct 2007
Posts: 49

PostPosted: Wed Jun 20, 2007 11:54 pm    Post subject: Re: What is wrong with vb6 app under Vista? Reply with quote

Ivan Abramov wrote:

>
> I have vb6 app and deploy it by meanse of Installer 1.1.
> I found out that my app doesn't work under any Vista except Ultimate.
> With Ultimate it's ok. But when I install MS Office 2007 it becoms
> unworkable too.
>
> The error is
> Component 'comdlg32.ocx' or one of its dependencies not correctly
> registered: a file is missing or invalid
>
> What is wrong with the comdlg32.ocx file and may I redistribute it?

The setup program must recognize the dependency on comdlg32.ocx and deploy
it if necessary. Not all computers will have it. Also, setup programs that
worked on other OS's need to be updated to take account of UAC and run with
elevated privileges. Just because the person running the setup is logged in
as administrator no longer matters.

I use InstallShield and all of my setup programs failed on Vista until I
upgraded to the latest version of InstallShield which is Vista aware.

--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--
Back to top
View user's profile Send private message
Ivan Abramov



Joined: 04 Oct 2007
Posts: 28

PostPosted: Thu Jun 21, 2007 3:39 am    Post subject: Re: What is wrong with vb6 app under Vista? Reply with quote

Richard, great thanks.

I use Windows Installer 1.1 that works fine with VB6 apps and creates
MSI-file needed by me.
Would you recommend me to turn into InstallShield with Vista aware?
Or there are something could be done with Windows Installer 1.1?
Back to top
View user's profile Send private message
Richard Mueller [MVP]



Joined: 04 Oct 2007
Posts: 49

PostPosted: Thu Jun 21, 2007 5:25 pm    Post subject: Re: What is wrong with vb6 app under Vista? Reply with quote

"Ivan Abramov" wrote in message @microsoft.com...
> Richard, great thanks.
>
> I use Windows Installer 1.1 that works fine with VB6 apps and creates
> MSI-file needed by me.
> Would you recommend me to turn into InstallShield with Vista aware?
> Or there are something could be done with Windows Installer 1.1?
>

Windows Installer 1.1 seems to be for Windows 95/98 only, so I'm sure it is
not Vista or UAC aware. It cannot be used for XP or Windows 2000, much less
Vista. Windows Installer 2.0 supports NT and 2000. Windows Installer 3.1
supports 2000, 2003, and XP. It looks like Windows Installer 4.0 (and 4.1)
support Vista and Windows Server 2008 (Longhorn). This link may help:

http://msdn2.microsoft.com/en-us/library/aa372866.aspx

InstallShield is not cheap (and I don't find it easy to use either). I had
to upgrade to version 12 to support Vista.

--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
package installing to wrong directory Hi, I created an msi package for my .NET client application using visual studio. The installer works fine on my machine and other machines. However, for one of the PC's I am installing to, the package seems to install directly to the C:\ directory instead

Wrong alignment during crystal report print Hi, We have developed .rpt files that can be viewed using Client application and the application is developed using Visual Basic 6. The rpt file is opened through Client Application and the report is printed in a Generic printer (Dot-matrix). The report u

VB5 installation in Vista I have a VB5 application that generates an error when trying to put an icon on the Vista desktop during installation. The call that is generating the error is CreateOSLink frmSetup1, gstrDestDir & "APP.exe", "", "My Application" Clicking

Cab does not download in Vista Hi all I created a CAB file using deployment and package wizard back in 2002. Currently i placed this cab file in windows 2003 server and try to download it in vista. To my horror i found out the cab file no loger be downloadable/ partly downloadable. Wha

How to sign a VB6 app for Windows Vista Everytime we run our VB6 app (and the visual basic 6 ide) on Vista, it comes up with 'an unknown program wants to update your computer' and after the exe name shows 'unidentified publisher'. Can you give me step by step instructions on how to sign the pro
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Deployment All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group