Re: [WiX-users] Merge Module, Custom Actions and executables

2008-08-04 Thread Roberto Almanza
call, but it is being passed in as the empty string. Below are the relevant snippets, any help would be appreciated. I have tried several flavors of specifying the installdir: INSTALLDIR, [INSTALLDIR], "[INSTALLDIR]" ... On Mon, Aug 4, 2008 at 1:07 P

[WiX-users] Merge Module, Custom Actions and executables

2008-08-04 Thread Roberto Almanza
Hi. I am trying to use a merge module to define an exe that I will then reference from several wix projects. The merge module definition is below. I then make the modificaitons to my wix project as specified below. Ultimately I simply want to have the executable copied to the install direction a

[WiX-users] Conditional - Debug Mode

2008-05-30 Thread Roberto Almanza
How can I have particular SqlScript files executed conditionally based on debug mode? Basically I would like to install certain tables and stored procedures when the install is built in debug mode (via visual studio). Also, where can I find the latest documentation for the unstable releases? Is th

[WiX-users] FirewallExtension

2008-05-29 Thread Roberto Almanza
Is there a FirewallExtension for wix? I read about it in the link below but can not find the reference dll or any documentation pointing to its existence anywhere. What is the best way to enable a port exception if the FirewallExtension does not exist? http://www.joyofsetup.com/2008/05/17/new-wix

[WiX-users] sqlscript create assembly

2008-05-15 Thread Roberto Almanza
Can you point me to documentation or an example that shows how to add a SqlClr stored procedure to a wix install? I have assemblies and stored procedures that I am able to build and deploy outside of wix, however, when I try to create the assemblies in the same order in my wix install it fails. S