Re: [WiX-users] errors using light.exe on the latest stable.

2006-09-08 Thread Jarl Friis
Bob Arnson [EMAIL PROTECTED] writes:

 Jarl Friis wrote:
 When I try out the SampleWixUI, I get lots of the following errors:

 Which localization (.wxl) file are you using? What does your command
 line look like? For example, with the en_us loc file, the light
 command line looks like this:

light my.wixobj myother.wixobj %WIX%\wixui.wixlib -out my.msi -loc
%WIX%\WixUI_en-us.wxl

Thank you very much I was missing the -loc option. Now that I've read
the tutorial, I can see that what I really deserved was RTFM :-)

Suggestion for improvement, put a build.bat file in every Sample*.zip
file such that when %WIX% is set, things just builds out of the box.

Jarl

-- 
Jarl Friis
Softace ApS
Omøgade 8, 2.sal
2100 København Ø.
Denmark
Phone:  +45 26 13 20 90
E-mail: [EMAIL PROTECTED]
LinkedIn: https://www.linkedin.com/in/jarlfriis


-
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] Permissions for Groups

2006-09-08 Thread roxana
Hello list,

I was just wondering if it is possible to modify permissions for groups, 
such as Users.

Actually, I need to get rid of the Users group for one of my folders and 
to set a ACL for just one specific user and administrators.It seems that 
LOCAL_MACHINE _NAME\Users is there by default. Trying to configure a 
Permission for this group gives me un MSI error:

An error occured while applying security settings. Sony_Portable\Users 
is not a valid user or group. This could be a problem with the package, 
or a problem connecting to a domain controller on the network. Check 
your network connection and click Retry, or Cancel to end the install.

While using the Extended = yes and Domain = LOCAL_MACHINE_NAME 
attributes, I get another strange message in logs:

ExecSecureObjects:  Error 0x80070534: *failed* *to* *get* *sid* *for* 
*account*:  Sony_Portable\Users
Action ended 9:17:19: InstallFinalize. Return value 3.
...

So...it is TRUE that Sony_Portable\Users is not an user account like the 
log indicates, but it must be a way to touch groups' permissions!

I am running out of ideas...I will much appreciate any help. Thanks a lot!

Roxana

-
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] Permissions for Groups

2006-09-08 Thread roxana
Dana Gutride a écrit :
 Roxana: 

 The following works for me.  You might want to try some variation of 
 these in your install.

 Permission User='Everyone' GenericAll='yes' / (this uses the 
 lockpermissions table)
 Permission User=ASPNET Domain=[ComputerName] GenericAll=yes 
 Extended=yes/
 Permission User=IIS_WPG Domain=[ComputerName] GenericAll=yes 
 Extended=yes/  (IIS_WPG is a group)

 How are you formatting your permission element? 

 Dana

 On 9/8/06, *roxana* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Hello list,

 I was just wondering if it is possible to modify permissions for
 groups,
 such as Users.

 Actually, I need to get rid of the Users group for one of my
 folders and
 to set a ACL for just one specific user and administrators.It
 seems that
 LOCAL_MACHINE _NAME\Users is there by default. Trying to configure a
 Permission for this group gives me un MSI error:

 An error occured while applying security settings.
 Sony_Portable\Users
 is not a valid user or group. This could be a problem with the
 package,
 or a problem connecting to a domain controller on the network. Check
 your network connection and click Retry, or Cancel to end the
 install.

 While using the Extended = yes and Domain = LOCAL_MACHINE_NAME
 attributes, I get another strange message in logs:

 ExecSecureObjects:  Error 0x80070534: *failed* *to* *get* *sid* *for*
 *account*:  Sony_Portable\Users
 Action ended 9:17:19: InstallFinalize. Return value 3.
 ...

 So...it is TRUE that Sony_Portable\Users is not an user account
 like the
 log indicates, but it must be a way to touch groups' permissions!

 I am running out of ideas...I will much appreciate any help.
 Thanks a lot!

 Roxana

 -
 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
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 mailto:WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


Thanks for the reply Dana,

Actually, I'd like to eliminate (delete) the Users group for this folder 
so as the restrictions be tough enought for just one user account. If 
that's not possible, at least have no permission at all for 
Users...Something like:

Permission User=Users Domain=[ComputerName] GenericAll=no 
Extended=yes/

but this gives me the same error message (failed to get sid for 
account...) and I suppose it will DENY ALL for Users... which is not so 
desirable! I think Administrator account is a member on this group...

Best regards,
Roxana


-
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] Permissions for Groups

2006-09-08 Thread Dana Gutride
What happens if you just try to set the permission for the user that you want to use: Permission User='Everyone' GenericAll='yes' /. Doing this results in the folder created having only Everyone and System with permissions on the folder. Users does not show up in the ACL list.
There are additional properties you can set in the extended permission element, so you might be able to specify that you don't want this permission appended to any existing permissions. The documentation states: By using the SecureObject custom action you can apply permissions for many more 
well known user SIDs as well as for user accounts that are created as part of 
the install. Is the user you need to give access to created during your install or does it have a well known sid so you can use the lock permissions table in the MSI?Dana
On 9/8/06, roxana [EMAIL PROTECTED] wrote:
Dana Gutride a écrit : Roxana: The following works for me.You might want to try some variation of these in your install. Permission User='Everyone' GenericAll='yes' / (this uses the
 lockpermissions table) Permission User=ASPNET Domain=[ComputerName] GenericAll=yes Extended=yes/ Permission User=IIS_WPG Domain=[ComputerName] GenericAll=yes
 Extended=yes/(IIS_WPG is a group) How are you formatting your permission element? Dana On 9/8/06, *roxana* 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello list, I was just wondering if it is possible to modify permissions for
 groups, such as Users. Actually, I need to get rid of the Users group for one of my folders and to set a ACL for just one specific user and administrators.It
 seems that LOCAL_MACHINE _NAME\Users is there by default. Trying to configure a Permission for this group gives me un MSI error: An error occured while applying security settings.
 Sony_Portable\Users is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the
 install. While using the Extended = yes and Domain = LOCAL_MACHINE_NAME attributes, I get another strange message in logs: ExecSecureObjects:Error 0x80070534: *failed* *to* *get* *sid* *for*
 *account*:Sony_Portable\Users Action ended 9:17:19: InstallFinalize. Return value 3. ... So...it is TRUE that Sony_Portable\Users is not an user account
 like the log indicates, but it must be a way to touch groups' permissions! I am running out of ideas...I will much appreciate any help. Thanks a lot! Roxana
 - 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 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___ WiX-users mailing list WiX-users@lists.sourceforge.net mailto:
WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Thanks for the reply Dana,Actually, I'd like to eliminate (delete) the Users group for this folderso as the restrictions be tough enought for just one user account. Ifthat's not possible, at least have no permission at all for
Users...Something like:Permission User=Users Domain=[ComputerName] GenericAll=noExtended=yes/but this gives me the same error message (failed to get sid for
account...) and I suppose it will DENY ALL for Users... which is not sodesirable! I think Administrator account is a member on this group...Best regards,Roxana
-
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] error when merging with msvbvm60.msm

2006-09-08 Thread Bob Arnson
Standa Kunc wrote:
 F:\tmp\wix\didakta-geometrie1-2002-klient\main.wxs : error LGHT0112 : 
 Unresolved
  reference to symbol 'Merge:msvbvm60.1E64E430-36E0-11D2-A794-0060089A724B' in 
 se
 ction 'Product:3A41A001-5F28-4598-8225-4A3A13878F73'.
 make.EXE: *** [all] Error 112

 msvbvm60.msm is in the right directory. What is the problem? 
Really can't say without more detail. What do your Feature and Directory 
trees with the Merge and MergeRef elements look like?

-- 
sig://boB
http://bobs.org


-
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] Permissions for Groups

2006-09-08 Thread Dana Gutride
Ok, I just threw together a quick MSI to see if I could get something like what I think you are describing working. Try the following, replacing the user hello with the user you created. This doesn't add any others Users to the folder and you can add them one at a time if you need to.
CreateFolder  Permission User='System' GenericAll='yes' Extended='no'/ Permission User='Hello' GenericAll='yes' Extended='yes' Domain='[ComputerName]' /
 /CreateFolder User Id='Hello' Name='Hello' CreateUser='yes' Domain='[ComputerName]'  GroupRef Id='Users'/ /User
DanaOn 9/8/06, roxana 
[EMAIL PROTECTED] wrote:Dana Gutride a écrit : What happens if you just try to set the permission for the user that
 you want to use: Permission User='Everyone' GenericAll='yes' /. Doing this results in the folder created having only Everyone and System with permissions on the folder.Users does not show up in the
 ACL list. There are additional properties you can set in the extended permission element, so you might be able to specify that you don't want this permission appended to any existing permissions.The documentation
 states: By using the SecureObject custom action you can apply permissions for many more well known user SIDs as well as for user accounts that are created as part of the install.Is the user you
 need to give access to created during your install or does it have a well known sid so you can use the lock permissions table in the MSI? Dana On 9/8/06, *roxana* 

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dana Gutride a écrit :
  Roxana: 
  The following works for me.You might want to try some variation of  these in your install.   Permission User='Everyone' GenericAll='yes' / (this uses the
  lockpermissions table)  Permission User=ASPNET Domain=[ComputerName] GenericAll=yes  Extended=yes/  Permission User=IIS_WPG Domain=[ComputerName] GenericAll=yes
  Extended=yes/(IIS_WPG is a group)   How are you formatting your permission element?   Dana   On 9/8/06, *roxana*  
[EMAIL PROTECTED] mailto:
[EMAIL PROTECTED]  mailto:
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: 
  Hello list,   I was just wondering if it is possible to modify permissions
 for  groups,  such as Users.   Actually, I need to get rid of the Users group for one of my  folders and  to set a ACL for just one specific user and 
administrators.It  seems that  LOCAL_MACHINE _NAME\Users is there by default. Trying to configure a  Permission for this group gives me un MSI error:
   An error occured while applying security settings.  Sony_Portable\Users  is not a valid user or group. This could be a problem with the

  package,  or a problem connecting to a domain controller on the network. Check  your network connection and click Retry, or Cancel to end the  install.
   While using the Extended = yes and Domain = LOCAL_MACHINE_NAME  attributes, I get another strange message in logs:   ExecSecureObjects:Error 0x80070534: *failed* *to* *get*
 *sid* *for*  *account*:Sony_Portable\Users  Action ended 9:17:19: InstallFinalize. Return value 3.  ...   So...it is TRUE that Sony_Portable\Users is not an user account
  like the  log indicates, but it must be a way to touch groups' permissions!   I am running out of ideas...I will much appreciate any help.
  Thanks a lot!   Roxana   -  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
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642  ___  WiX-users mailing list  
WiX-users@lists.sourceforge.net mailto:
WiX-users@lists.sourceforge.net  mailto: 
WiX-users@lists.sourceforge.net mailto:
WiX-users@lists.sourceforge.net  
https://lists.sourceforge.net/lists/listinfo/wix-users  
 Thanks for the reply Dana, Actually, I'd like to eliminate (delete) the Users group for this
 folder so as the restrictions be tough enought for just one user account. If that's not possible, at least have no permission at all for Users...Something like:

 Permission User=Users Domain=[ComputerName] GenericAll=no Extended=yes/ but this gives me the same error message (failed to get sid for
 account...) and I suppose it will DENY ALL for Users... which is not so desirable! I think Administrator account is a member on this group... Best regards, Roxana
  - Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology 

[WiX-users] Localizing UI in WiX

2006-09-08 Thread anwer nehal
Hello everyone

I have an InstallShield based msi from which I extracted UI using dark and 
would like to localize this UI, is there an easy way to do this in either 
WiX 2.0 or 3.0?

If it is not easy or possible, what is the best way to localize the 
(non-InstallShield extracted UI which is created with WiX) using WiX with 
either 2.0 or 3.0?

Thanks

ANK

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
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] Adding an existing domain to a local group.

2006-09-08 Thread Darren Anderson




As part of setting up my website/vdir, I want to add an existing domain user to the local iis_wpg group. What is the correct way to do this? Here's what I'm trying but it says that GroupRef must be under a component:

 Group Id='iis_wpg' Domain='$(env.COMPUTERNAME)'
Name='IIS_WPG'/

 User Id='offeridgenidentity' Domain='[DOMAIN]'
Name='[USERNAME]' Password='[PASSWORD]'
 GroupRef Id='iis_wpg'/
 /User

I don't want to create either the user, or the group, just add the user to the group. Any help is appreciated, thanks.

Darren Anderson
Xbox Live SDE
[EMAIL PROTECTED]
(425) 703-4039 (x34039)
Don't rush the monkey if you want a good show...





-
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] Policy and Config files into the GAC?

2006-09-08 Thread Joseph Barkley
I've got some merge modules that contain policy dll files and config files for assemblies that need to go into the GAC. I have tried several different things to get these files placed into the GAC with the associated assemblies, but to no avail. I have tried adding them to the same component and set the main assembly as the KeyPath, but then I can't set the Assembly attribute on the other files (because the file with the assembly attribute also has to be the key file). I have tried putting these in their own components (config's and policy dll's) but they aren't valid GAC files.
Previously, I had added everything in our InstallScript code to the GAC by using gacutil with *.*If this is not correct, how do I handle the policy and config files that go with the assemblies? Where should these be placed on disk if they don't go into the GAC?
Thanks,Joseph
-
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] error when merging with msvbvm60.msm

2006-09-08 Thread Standa Kunc

It is strange. Now it works.

Just for record:

I am using wix 2.0.4423.0. I have downloaded Merge modules for Visual
Studio Service Pack 5 from Microsoft. My wxs files and localization
file are included in attachement.

Few other msm files were merged without problem. Only with
msvbvm60.msm was error.

Thank you.

S. Kunc

On 08/09/06, Bob Arnson [EMAIL PROTECTED] wrote:

Standa Kunc wrote:
 F:\tmp\wix\didakta-geometrie1-2002-klient\main.wxs : error LGHT0112 : 
Unresolved
  reference to symbol 'Merge:msvbvm60.1E64E430-36E0-11D2-A794-0060089A724B' in 
se
 ction 'Product:3A41A001-5F28-4598-8225-4A3A13878F73'.
 make.EXE: *** [all] Error 112

 msvbvm60.msm is in the right directory. What is the problem?
Really can't say without more detail. What do your Feature and Directory
trees with the Merge and MergeRef elements look like?

--
sig://boB
http://bobs.org




fragment.wxs
Description: Binary data


main.wxs
Description: Binary data


csy.wxl
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


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