[WiX-users] Localization of Product ID and other GUIDs -- Is bug 1075824 fixed?

2008-01-03 Thread Jared Hughes
I'm trying to prepare my product for localization and I ran into a problem localizing the GUIDs for the Product ID and Upgrade Code. I noticed a couple messages about this and I also saw that a bug about this was closed several months ago, and I'm curious if this has been fixed in a more-recent bu

[WiX-users] Possible to install event manifests without using wevtutil?

2007-12-07 Thread Jared Hughes
Currently my product is running a custom action of "wevtutil.exe im [manifest_filename]" to install an event manifest and create logging channels with the Windows event logging system, but I was curious if there is a native way to install this event manifest using WiX? I looked at the EventSource

[WiX-users] Generate multiple MSIs from a single wxs source?

2007-09-12 Thread Jared Hughes
My group is producing two products: a Runtime and an SDK. Since there is a lot of similarity between the two products (a lot of the same files, reg keys, shortcuts, custom actions, etc) there is a push to get everything unified into a single file that should, in theory, be easy to maintain. Is it

[WiX-users] Determine path of MSI log from within executable CA?

2007-08-21 Thread Jared Hughes
I have an executable CA that, due to resource constraints, needs to remain an executable for the time being. I inherited this CA from somebody else in my company and I'm both not that familiar with its language (C#, but I do know C/C++) and not looking to invest a lot of time in fixing it. The iss

[WiX-users] How to distinguish between different editions of Vista?

2007-08-01 Thread Jared Hughes
Our product is only to be installed on Vista Business Edition, not on any other version, and I want to know if there's functionality native to WiX that can be used to detect the edition of Vista, or if I will need to write a CustomAction? Thanks for your time! -- View this message in context: