|
-
Jun 22nd, 2006, 07:36 PM
#1
[RESOLVED] VB6 - Deploying COMCTL32.OCX and MSSTDFMT.DLL
This files are not included in my package, and this wasnt a problem in WinXP, but, for testing this package in win2k I did a clean install of Win2k (only OS) and then installed my package on it. Result: after installing, the program cannot run because it needs these 2 files, then i took those files from my WinXP HD, register them and the program worked fine. but, which is the correct deployment for this files?
Also, my program uses comctl32.dll (MS Common Controls 5) but im not deploying it, according to MS advice.
Last edited by jcis; Jun 22nd, 2006 at 11:27 PM.
-
Jun 22nd, 2006, 08:46 PM
#2
Re: VB6 - Deploying COMCTL32.OCX and MSSTDFMT.DLL
What did you use to deploy your app? You need to deploy the version for the OS that you are installing upon.
-
Jun 22nd, 2006, 11:27 PM
#3
Re: VB6 - Deploying COMCTL32.OCX and MSSTDFMT.DLL
Im using Inno setup, and im trying to make a generic package, not one for each OS.
-
Jun 23rd, 2006, 12:39 AM
#4
Re: VB6 - Deploying COMCTL32.OCX and MSSTDFMT.DLL
You will still need to put conditional installation instructions for each OS. Since you will need different files they all will need to be packaged in the installation.
-
Jun 23rd, 2006, 07:30 AM
#5
Re: VB6 - Deploying COMCTL32.OCX and MSSTDFMT.DLL
I'd rather package ALL files regardless of OS.
-
Jul 2nd, 2006, 02:41 PM
#6
Re: VB6 - Deploying COMCTL32.OCX and MSSTDFMT.DLL
 Originally Posted by RhinoBull
I'd rather package ALL files regardless of OS.
Rather than what?
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
|