[WiX-users] Info Dialog

2007-01-16 Thread Jonas Abrams
sible. Does anyone know what I'm doing wrong? Is there another approach? Thanks in advance, Jonas Abrams - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'l

[WiX-users] Conditional Database Uninstall

2007-01-10 Thread Jonas Abrams
couldn't be done with the current version of WiX (I'm not sure what version it was at that time). Is this still the case with WiX 2.0 or is there a way to do this? Thanks in advance, Jonas Abrams - Take Sur

[WiX-users] Conditional Install

2006-12-13 Thread Jonas Abrams
Hey everyone, I am trying to base the installation of a feature in my install on a property that gets set through a custom action and have been unable to get it to work correctly. These are the steps that I am following: I first set up my property: Now I have my feature information (I h

[WiX-users] Check for .NET Framework 1.1 SP1 before install

2006-11-01 Thread Jonas Abrams
Hey everyone, I am trying to force my install to check and make sure Service Pack 1 for the .NET Framework 1.1 is installed before it is able to run.  Currently I have a check for .NET Framework 1.1 (see code below) but I have not been able to figure out how to check for SP1.    

[WiX-users] SQL Create Function Script

2006-10-07 Thread Jonas Abrams
We are using WiX to create an installation for our application.  On install, we are executing some SQL scripts (to create a database and put in sample data) and it has been working great.  Recently, we started using functions with our database and now we need to run a script that creates fu