[WiX-users] Create New Guid in Installer

2008-02-18 Thread Steve Bush
Does anyone know of an easy way in WIX to automatically create a GUID on install? I want to create a GUID that represents the user and place it in the registry. Here's an example: - This SF.ne

Re: [WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread Steve Bush
t: Friday, June 29, 2007 9:27 AM To: Steve Bush; wix-users@lists.sourceforge.net Subject: RE: Best Way to Include MSVCRT 80 Dependencies IMHO: statically link against libcmt so you don't have the dependency. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Bush Sent: Fri

[WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread Steve Bush
** When I compile this I get a bunch of Warnings (see below). Any suggestions on how to fix? Thx. Steve Bush *** 1>Compiling - Candle (v3.0.2512.0) .\MyfeatureSetup.wxs MyfeatureSetup.wixobj 1>Building - Light (v3.0.2512.0) - objd\i386\MyfeatureSetup.msi ... 1>warnings in

[WiX-users] Launching Web Page After Finish Dialog

2007-06-22 Thread Steve Bush
Ideally, I would like to launch a web page when the user hits the Finish button on the last dialog. The code below works but the web page is launched after InstallFinalize instead of when the user clicks the Finish button. Also, I want to only show the web page if we're not doing a silent inst