Re: [WiX-users] ComPlus extension in V3

2007-12-26 Thread Simon Dahlbacka
http://wix.sourceforge.net/releases/ 2007/12/26, R Kishe <[EMAIL PROTECTED]>: > > I searched in the mailing list and it appears that COMPlus was in build > 3.0.3001.0. Now, my question is - where is build 3.0.3001.0 or higher? The > latest build available for download is 3.0.2925.0 on the website.

[WiX-users] using Wix 3.0 (3621) on Vista

2007-12-26 Thread dB.
Has anybody been able to use light.exe on Vista? I keep running into http://sourceforge.net/tracker/index.php?func=detail &aid=1843121&group_id=105970&atid=642714. light.exe : error LGHT0217 : An une

[WiX-users] Opportunities for the new year

2007-12-26 Thread amandasouth
As the new year... http://happycards2008.com/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ __

Re: [WiX-users] using Wix 3.0 (3621) on Vista

2007-12-26 Thread dB.
Thank you, http://blogs.msdn.com/astebner/archive/2007/06/07/3151752.aspx helped. reg delete "HKCU\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f reg delete "HKCU\SOFTWARE\Classes\CLSID\{F414C260-6AC0-11CF-B6D1-00AA0058}" /f Then as admin regsvr32 c:\windows\syst

Re: [WiX-users] Patching and the new limitation of Directory to 72 characters

2007-12-26 Thread Bob Arnson
Cristian N. Baiu wrote: > Most probably I will not have to patch the files in those directories > because they are not binaries. > But just in case : could you please detail the problems I might have > if I patch those files ? (if I will ever get a request to patch them > it would be good for me

Re: [WiX-users] InstallMode Conditions DON'T work!

2007-12-26 Thread Bob Arnson
carlldev wrote: > The above works as advertised for installing and uninstalling, but if I > click repair, then the RemoveImported part is run as well, which it > shouldn't do because of the InstallMode = "Repair" condition. > > So I played around with it and found that the InstallMode property is n

Re: [WiX-users] Invoking a batch file using wix

2007-12-26 Thread Julie Campbell
See this example, .zip file with sources: http://wix.mindcapers.com/wiki/CANotepadTest_Example Replace notepad.exe with you batch file. Julie Campbell [EMAIL PROTECTED] -Original Message- Message: 3 Date: Sun, 23 Dec 2007 21:00:14 -0800 (PST) From: jenefer <[EMAIL PROTECTED]> Subject: [