Re: [WiX-users] merge module for olepro32.dll

2006-09-11 Thread Mike Dimmick
Vb6stkit.dll is part of the Visual Basic 6 Package and Deployment Wizard
and isn't required for your program at runtime. It's a support file
required by Setup1.exe. There's no need to include this file.

The PDW regularly included files that weren't actually necessary or
were part of the operating system and should not have been redistributed
separately, so I wouldn't follow the log file too closely.

As far as I can tell there is no redistributable version of msimg32.dll,
so if you actually need to use this DLL, you will have to limit support
to Windows 2000 and later. You can find out which Microsoft products
shipped a particular DLL by checking the DLL Help Database at
http://support.microsoft.com/dllhelp/

-- 
Mike Dimmick 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Standa
Kunc
Sent: 08 September 2006 21:39
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] merge module for olepro32.dll

Thank you all very much, this is the advice I needed.

There is last unmerged dll file named vb6stkit.dll. Is there special
merge module for this library?

To be clear I want to merge all files that are written in the original
non-msi setup. See orginal non-msi setup log in attachment.

S. Kunc

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] merge module for olepro32.dll

2006-09-08 Thread Frederik Carlier
Title: [WiX-users] merge module for olepro32.dll



Is that possibly related to the Visual Basic 6.0 runtime (cfr. http://support.microsoft.com/kb/187282/EN-US/)? If so, try http://www.microsoft.com/downloads/details.aspx?FamilyId=F9D19334-61EC-48CF-BB4E-3AEC65EDD50Bdisplaylang=en.

Frederik.


De: [EMAIL PROTECTED] en nombre de Standa KuncEnviado el: jue 07/09/2006 22:44Para: WiX-usersAsunto: [WiX-users] merge module for olepro32.dll

Where can I get msm file for olepro32.dll? Thank you.S. Kunc-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___WiX-users mailing listWiX-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wix-users-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] merge module for olepro32.dll

2006-09-08 Thread Mike Dimmick
Title: [WiX-users] merge module for olepro32.dll



It's part of the OLE Automation package, oleaut32.msm, which you can obtain from Frederik's link. Use a Merge element to merge in the merge module.

There's a known error in this package, see http://www.installsite.org/pages/en/bugs_msi.htm. Click the 'MSMs' link at the top of the pageand scroll down past all the MSDE problems to "Merge Modules from Visual Studio 6 SP6 Trigger System File Protection and Auto-Repairs."

Was it you who was asking about stdole2.tlb recently? That file is also in this merge module and the merge module should be used in preference to using the file directly, so that both Windows Installer's and the operatins system's legacy SharedDLLs reference counts are maintained properly.

These files are part of the operating system as of Windows 2000 and Windows Me and are underWindows File Protection. If you're only targetting Windows 2000, Windows Me or newer, you don't need to include this file.

-- 
Mike Dimmick


From: [EMAIL PROTECTED] on behalf of Frederik CarlierSent: Fri 08/09/2006 13:27To: Standa Kunc; wix-users@lists.sourceforge.netSubject: Re: [WiX-users] merge module for olepro32.dll


Is that possibly related to the Visual Basic 6.0 runtime (cfr. http://support.microsoft.com/kb/187282/EN-US/)? If so, try http://www.microsoft.com/downloads/details.aspx?FamilyId=F9D19334-61EC-48CF-BB4E-3AEC65EDD50Bdisplaylang=en.

Frederik.


De: [EMAIL PROTECTED] en nombre de Standa KuncEnviado el: jue 07/09/2006 22:44Para: WiX-usersAsunto: [WiX-users] merge module for olepro32.dll

Where can I get msm file for olepro32.dll? Thank you.S. Kunc-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___WiX-users mailing listWiX-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wix-users-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] merge module for olepro32.dll

2006-09-08 Thread Standa Kunc

Thank you all very much, this is the advice I needed.

There is last unmerged dll file named vb6stkit.dll. Is there special
merge module for this library?

To be clear I want to merge all files that are written in the original
non-msi setup. See orginal non-msi setup log in attachment.

S. Kunc

On 08/09/06, Mike Dimmick [EMAIL PROTECTED] wrote:




It's part of the OLE Automation package, oleaut32.msm, which you can obtain
from Frederik's link. Use a Merge element to merge in the merge module.

There's a known error in this package, see
http://www.installsite.org/pages/en/bugs_msi.htm. Click the
'MSMs' link at the top of the page and scroll down past all the MSDE
problems to Merge Modules from Visual Studio 6 SP6 Trigger System File
Protection and Auto-Repairs.

Was it you who was asking about stdole2.tlb recently? That file is also in
this merge module and the merge module should be used in preference to using
the file directly, so that both Windows Installer's and the operatins
system's legacy SharedDLLs reference counts are maintained properly.

These files are part of the operating system as of Windows 2000 and Windows
Me and are under Windows File Protection. If you're only targetting Windows
2000, Windows Me or newer, you don't need to include this file.

--
Mike Dimmick

 
 From: [EMAIL PROTECTED] on behalf of
Frederik Carlier
Sent: Fri 08/09/2006 13:27
To: Standa Kunc; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] merge module for olepro32.dll




Is that possibly related to the Visual Basic 6.0 runtime (cfr.
http://support.microsoft.com/kb/187282/EN-US/)? If so, try
http://www.microsoft.com/downloads/details.aspx?FamilyId=F9D19334-61EC-48CF-BB4E-3AEC65EDD50Bdisplaylang=en
.

Frederik.

 
 De: [EMAIL PROTECTED] en nombre de
Standa Kunc
Enviado el: jue 07/09/2006 22:44
Para: WiX-users
Asunto: [WiX-users] merge module for olepro32.dll




Where can I get msm file for olepro32.dll? Thank you.

S. Kunc

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users





old.log
Description: Binary data
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] merge module for olepro32.dll

2006-09-07 Thread Standa Kunc
Where can I get msm file for olepro32.dll? Thank you.

S. Kunc

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] merge module for olepro32.dll

2006-09-07 Thread Tony Hoyle
Standa Kunc wrote:
 Where can I get msm file for olepro32.dll? Thank you.
 

You don't need one it exists on the base install of windows.

Tony

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users