[WiX-users] Assembly file versions in wixlibs

2008-07-04 Thread Neil Sleightholm
I am creating a wixlib that contains some components that go in the GAC, because the assembly version stays the same but the file version changes I need to use the light option "-fv" to get them to install. Is there any way to embed the assembly file versions in the wixlib so that I don't have to r

Re: [WiX-users] General Merge Module Questions

2008-07-04 Thread Chris Mumford
OK, so you're talking about this page http://msdn.microsoft.com/en-us/library/aa370530(VS.85).aspx. Thanks for the info. On Fri, Jul 4, 2008 at 4:17 AM, Rob Mensching <[EMAIL PROTECTED]> wrote: > Mean by what? Modularization? Modularization is the process of adding the > Module Guid as a ".G_U_

[WiX-users] MSXML4 SP1 merge module error

2008-07-04 Thread Scott Palmer
Resending since the original didn't appear on the list after two days... -- Forwarded message -- I need to include MS SOAP in my installer via three merge modules provided by Microsoft: isapi3_files.msm soap3_core.msm winhttp51.msm They in turn depending on MS XML4 SP1.. of which

[WiX-users] Run rollback custom action with elevated privileges

2008-07-04 Thread Anidil
Hello there As per my understanding,to add a custom action to the roll back script,inside the CA, we need to change Execute="rollback".If we do this, how do i make it launch with elevated privilege? thanks Anidil -- View this message in context: http://www.nabble.com/Run-rollback-custom-action

[WiX-users] Installing different files depending on ComputerName (Wix 2)

2008-07-04 Thread Nicholas Piper
I'm trying to write a WiX based installer for a set of Apache configuration. I wrote a VBScript Custom Action that is run after InstallFiles/commit in order to 'token replace' the httpd.conf, so we can customise that at install time based on properties. I'm probably going to try and get it to use

Re: [WiX-users] General Merge Module Questions

2008-07-04 Thread Rob Mensching
Mean by what? Modularization? Modularization is the process of adding the Module Guid as a ".G_U_I_D" to the end of all the primary key identifiers in the MSI. The MSI SDK talks about this process in detail. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

[WiX-users] Calling a custom action from a push button

2008-07-04 Thread Lamb, Andrew
Hi All, I'm new to WiX, so the answer to this may be fairly trivial: I have created a dll with a method in it to validate that the sql details on the current UI form are valid. I have added a button "Test", with the idea that the following will occur: user clicks test the method in t