[WiX-users] Cabinet file dates are stored in local time rather than UTC

2010-05-03 Thread Matthew Rowan
this CodeProjecthttp://www.codeproject.com/KB/files/CABCompressExtract.aspx?display=Printarticle specifying the option of local or UTC for cabinet files, but that is about all. Granted this issue only shows itself within the first 24 hours of a release, it is annoying none-the-less. Cheers Matthew Rowan

Re: [WiX-users] domain name

2007-03-08 Thread Matthew Rowan
Hi Lindsay, I just use a VBScript custom action. ' Set Short Domain Name Set objSysInfo = CreateObject(ADSystemInfo) Session.Property(P_APP_DOMAIN) = objSysInfo.DomainShortName Hope this helps. -Matthew Rowan On 3/9/07, Lindsay Harris [EMAIL PROTECTED] wrote: Hi, I was wondering

Re: [WiX-users] Bootstrapper

2007-02-14 Thread Matthew Rowan
To do that I need to conditionally set the command line arguments with REINSTALLMODE=vomus REINTALL=all when the product is already installed. Does anybody know how to do that using the Visual Studio 2005 GenerateBootstrapper task? -Matthew Rowan -Original Message- From: Stefan Pavlik

[WiX-users] Bootstrapper

2007-02-13 Thread Matthew Rowan
down list do not show (you have to use the up and down keys to go through the options). Has anyone else experienced this? Thanks, -Matthew Rowan - Using Tomcat but need to do more? Need to support web services, security? Get

Re: [WiX-users] Wix 3.0 and Votive?

2007-02-07 Thread Matthew Rowan
in WiX v3 ... Patch creation support (soon). Is this still the case, or is patch creation in WiX v3 possible? Regards, -Matthew Rowan - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [WiX-users] Adding records to MSI on the fly

2007-02-07 Thread Matthew Rowan
/WebVirtualDir Any help on what I need to do would be greatly appreciated. Regards, -Matthew Rowan On 2/2/07, carlldev [EMAIL PROTECTED] wrote: I found an article somewhere that states that the values in the tables that were there when the MSI started cannot be removed or updated. Removing

Re: [WiX-users] x86 and x64 in same wxs / msi ?

2007-02-06 Thread Matthew Rowan
. You’ll still have 2 msi’s but less room for error. -Matthew Rowan From: Robert Randall [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 February 2007 04:47 To: 'Matthew Rowan' Subject: RE: x86 and x64 in same wxs / msi ? Thanks. Does this allow you to have a single .msi file / database

[WiX-users] x86 and x64 in same wxs / msi ?

2007-02-05 Thread Matthew Rowan
=file1.dll Source=..\file1.dll / /Component Regards, -Matthew Rowan On 2/6/07, Robert Randall [EMAIL PROTECTED] wrote: The answer to this may be obvious, but I can't seem to find any direction on how to support multiple target OSes from the same package; say x86 and x64 (AMD64) versions. My

Re: [WiX-users] stock dialog bitmaps

2007-01-24 Thread Matthew Rowan
. Regards, -Matthew Rowan On 1/25/07, Thomas Svare [EMAIL PROTECTED] wrote: Hello, I forgot to mention that if I run light on my wxs with the stock libraries the bitmaps show up. Thanks, Tom -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED

Re: [WiX-users] SQL Server List in ComboBox

2007-01-24 Thread Matthew Rowan
Thanks for all your help Albert. That was right on. Once the DEF file was linked it all worked beautifully. Cheers, -Matthew Rowan On 1/24/07, Albert van Peppen [EMAIL PROTECTED] wrote: Hi Matthew, The error you encounter is because the CA function is not exported in the DLL; in my project

Re: [WiX-users] SQL Server List in ComboBox

2007-01-23 Thread Matthew Rowan
with no avail. If you could point me to some tutorials or documentation regarding C++ custom action writing or suggest anything I'm doing wrong, it would be much appreciated. Thanks, -Matthew Rowan On 1/23/07, Albert van Peppen [EMAIL PROTECTED] wrote: Ok, new try :-) Regards, Albert van Peppen