Re: [WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-24 Thread ppremk
Additioanally i tried to see what was in the log: [0138:01F4][2011-11-24T15:15:46]: Burn v3.6.2221.0, path: C:\Users\admin\Desktop\MyWSBootstrapper.exe, cmdline: '-burn.unelevated BurnPipe.{14712C86-EA18-4342-BCBC-AC3C46BFCF7C} {3E642A26-7786-4D71-BBCE-79FCD0B43A05} 3716'

[WiX-users] light.exe catastrophic failure

2011-11-24 Thread Neils Christoffersen
Hello, I'm building an installer for a .NET project that relies on ~2 GB of media files (around 800 files). I'm using the Visual Studio 2010 tools to manage/build the WiX stuff. When I try to build the setup project I get the following error: Error1 Catastrophic failure

Re: [WiX-users] How to disable CA if feature not installed

2011-11-24 Thread Bruce Cran
On 24/11/2011 02:45, Michael Janulaitis wrote: What does '=3' mean? See http://msdn.microsoft.com/en-us/library/windows/desktop/aa368012%28v=vs.85%29.aspx -- Bruce Cran -- All the data continuously generated in your

[WiX-users] ScheduleReboot and error 3010

2011-11-24 Thread Frederic . VIOLLET
Hi all, I have a strange behaviour with my Wix installer. I defined the ScheduleReboot After=InstallFinalize/ tag in my install package, since I want to inform the user that he should reboot after installation. Everything seems to go well until the end of the install: The dialog box that

[WiX-users] How can I replace SQL Variable using WIX

2011-11-24 Thread Nageswara
Hi Team, I have SQL Script and executing that script as part of MSI Intallation using WIX Tool. Now I would like to declare a variable in the script and want to replace the variable value from Include file variable value. Script: CREATE TABLE $(tablename) (Value1 CHAR(50), Value2 INTEGER)

[WiX-users] Unit tests with dtf and mockups

2011-11-24 Thread dbenzhuser
Hi! I wrote custom actions with dtf (c#) that do some rather complicated xml manipulations/merges during installation (linq is great for that :) ). Next step would be to write unit tests for the ca's, but I'm kind of stuck there ... The ca's are split in immedeate and deferred parts and

[WiX-users] how to run a sql script in SQLCMD Mode using WIX Tool

2011-11-24 Thread Nageswara
Hi Team, Can you please let me know how to run a sql script in SQLCMD Mode using WIX Tool -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/how-to-run-a-sql-script-in-SQLCMD-Mode-using-WIX-Tool-tp7028337p7028337.html Sent from the wix-users

[WiX-users] CopyFile conditionally

2011-11-24 Thread Ramnatthan Ala
Hi, As part of major upgrade, I would like to copy one file from the previous version installed to some location. I want to do this only when a previous version of the product is installed. I don't want to do this CopyFile when this is a fresh installation. Here is what I am trying : Do a

[WiX-users] Changing the look of a control

2011-11-24 Thread GRIMWULF
Hi wix-users, is it possible in general to change the way a control looks like? I want to change the color of my pushbuttons, for example. I have no idea, how this could work. Kind regards, Eldegar -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,-

Re: [WiX-users] how to run a sql script in SQLCMD Mode using WIX Tool

2011-11-24 Thread Neil Sleightholm
Does this help http://neilsleightholm.blogspot.com/search/label/SQL Neil On 24 Nov 2011, at 14:39, Nageswara wrote: Hi Team, Can you please let me know how to run a sql script in SQLCMD Mode using WIX Tool -- View this message in context:

Re: [WiX-users] how to run a sql script in SQLCMD Mode using WIX Tool

2011-11-24 Thread Nicolas Penin
I had the same concern. Actually this solution implies to have the SQLCMD tool on the machine you're running the installer on. The only workaround I could find for this was to make myself a customaction which parses the script (with regex) to replace $() by some value and remove :setvar.

Re: [WiX-users] how to run a sql script in SQLCMD Mode using WIX Tool

2011-11-24 Thread Nageswara
Hi Nicolas, Thanks for the reply. I am new to WIX and would appreciate if you could you give me an example sample code. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/how-to-run-a-sql-script-in-SQLCMD-Mode-using-WIX-Tool-tp7028337p7028595.html

Re: [WiX-users] How to disable CA if feature not installed

2011-11-24 Thread Michael Janulaitis
I see what the three means but that doesn't change the fact that the install fails when the custom action is fired. I figured this would be so simple someone could just answer it for me. Should I use Orca to figure out the error? I haven't installed it yet because other than the my

[WiX-users] Wix not really ready for prime time...or is it

2011-11-24 Thread Michael Janulaitis
Well everyone out there seems to say minor upgrades are not desired. Our software has weekly updates, as do many other professional applications developed through the world. I think we can all agree that is normal behavior even though it is undesired. Simply saying an app should be designed

Re: [WiX-users] how to run a sql script in SQLCMD Mode using WIX Tool

2011-11-24 Thread Nicolas Penin
Hi, Here is the code I use : static Regex GoRegex = new Regex(^GO, RegexOptions.Compiled | RegexOptions.Multiline); public static bool SqlCmd(string connectionString, string dbName, string installPath, string sqlScript) { try

[WiX-users] Fwd: Re: How to conditionally set REINSTALL=ALL REINSTALLMODE=vomus [dotnetinstaller:280656]

2011-11-24 Thread Michael Janulaitis
I've been doing minor upgrades for the last eight years at least (with IS) on many products. I got through all the pain a long time ago. You just can't delete files until you do a major upgrade...which I do every year on current apps so it's not a problem. I really don't see what everyone

[WiX-users] Can someone explain syntax: !(wix.MyVariable=$(var.anotherVariable))

2011-11-24 Thread Keith Moore
Hello, Can someone explain the syntax below? Property Id=MyProperty Value=!(wix.MyVariable=$(var.anotherVariable)) / I understand that !(wix.MyVariable) is a WixVariable / and $(var.anotherVariable) is a ?define? but what does the = in the middle mean/do? Thanks, Keith

Re: [WiX-users] Wix bug #1908338 regression in WiX 3.6?

2011-11-24 Thread David P. Romig, Sr.
Bob, Thanks for your reply, but the problem is not related to the DDK or C++ projects. The DDK and C++ project setup is handled separately through hand-crafted references in their respective .wks files. Under WiX 3.5 this project built successfully using the same .wxs and .wixproj files. With