Re: [WiX-users] How to write conditions for 'Change' mode

2010-12-11 Thread Blair
In what sequence is your custom action (execute, or ui)? Where in that sequence is it scheduled (before CostInitialize, after CostFinalize, before or after InstallInitialize, before or after InstallFinalize)? -Original Message- From: little.forest [mailto:little.for...@ymail.com] Sent:

[WiX-users] windows installer command line parameters

2010-12-11 Thread Sean Farrow
Hi: I'm trying to automate an in staller, I'm using the following command line, as per the windows installer help screen: Msiexec /I /qn d:\hotspotclicker.msi This command line is bringing up the help screen again. What is the correct format for this sort of command line? Cheers Sean.

Re: [WiX-users] windows installer command line parameters

2010-12-11 Thread Nick Ramirez
Try: msiexec /i d:\hotspotclicker.msi /qn -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/windows-installer-command-line-parameters-tp5825831p5825945.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] using EmbeddedUI with C# windows forms

2010-12-11 Thread mirik
Hi all. I’m looking for some example of using EmbeddedUI with C# windows forms. If you have such WIX implementation with some basic C# GUI I’ll very appreciate it. -- View this message in context:

Re: [WiX-users] Bugs in WixUI localizations - preventing build

2010-12-11 Thread Rob Mensching
Thanks. I have these incorporated. Eric is hunting a very troublesome IIS7 bug (its' been around for a long time but only recently did we really start to understand it). There is likely to be one more build to reset escrow (hopefully for the last time). These language fixes will be in there. On

Re: [WiX-users] Using LZMA instead of default compression

2010-12-11 Thread Rob Mensching
If you want to use UPX on your executable code, I would recommend making it part of the build process for your executable code. That way you are always testing the UPX modified executables. Then you package with the WiX toolset what you originally tested. smile/ On Thu, Dec 9, 2010 at 12:10 PM,

Re: [WiX-users] Upgrade to wix 3.5 doesn't honourtheprod...@codepage

2010-12-11 Thread Rob Mensching
Remember, when you add the WixUIExtension it will bring in localization files which will change your codepage depending which culture you pick. That's almost always the reason your MSI codepage changes... because the UI you chose defined an override. On Fri, Dec 10, 2010 at 7:56 AM, Thom Leigh

Re: [WiX-users] Checking prerequisits like AppPool

2010-12-11 Thread Rob Mensching
Not provided today. That would be great functionality added to the IIS extension. Want to contribute it? On Thu, Dec 9, 2010 at 6:34 AM, Thorsten Tarrach thors...@atomia.comwrote: Hi, The IIS schema allows me to install a new website and reference an existing application pool the user