[WiX-users] Logging

2008-10-06 Thread Peter Vestergaard
Hi. Is there any way to log candle and light build errors and warnings to a text file? Best regards Peter - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications

Re: [WiX-users] Logging

2008-10-06 Thread Peter Vestergaard
171470(VS.80).aspx > > /Simon > > On Mon, Oct 6, 2008 at 1:15 PM, Peter Vestergaard <[EMAIL PROTECTED] > >wrote: > > > Thanks for your reply. > > I can't get this to work with light. Could you give me an examble of the > > correct syntax? > > -Peter

Re: [WiX-users] Logging

2008-10-06 Thread Peter Vestergaard
.txt 2>stderr.txt > > Rob > > >Peter Vestergaard wrote: > > Hi. > > Is there any way to log candle and light build errors and warnings to a > text > > file? > > Best regards > > Peter > > --

Re: [WiX-users] Logging

2008-10-06 Thread Peter Vestergaard
; -nologo flag then out.txt > contains: > Microsoft (R) Windows Installer Xml Linker version 2.0.4415.0 > Copyright (C) Microsoft Corporation 2003. All rights reserved. > > Hope that helps, > Rob > > Peter Vestergaard wrote: > > Thanks for your reply. > > I can'

Re: [WiX-users] Logging

2008-10-07 Thread Peter Vestergaard
build anything and no log file is created... Maybe something to do with ">" char?? Or what do you think? Thank you in advance! Peter 2008/10/6 Phil Sayers <[EMAIL PROTECTED]> > anyone else received this message almost 10 times today? > > -Original Message- >

Re: [WiX-users] Logging

2008-10-07 Thread Peter Vestergaard
light.StandardOutput and light.StandardError > > /Simon > > On Tue, Oct 7, 2008 at 11:22 AM, Peter Vestergaard <[EMAIL PROTECTED] > >wrote: > > > Sorry I wasn't being clear.. I am using light in a c# app. And this is > what > > is happening: > > > &g

Re: [WiX-users] How can I run a custom action only on uninstall

2008-10-14 Thread Peter Vestergaard
The custom element should have a condition. This is done by adding a text element. Your InstallExecuteSequence should look like this: REMOVE REMOVE NOT Installed AND NOT PATCH NOT Installed AND NOT PATCH the custom element containing REMOVE will run on uninstall and

[WiX-users] Disable UI pushButton

2008-10-27 Thread Peter Vestergaard
Hi. I would like to disable the repair pushbutton on the VerifyReadyDlg.wxs dialog. Is there a way to do this, without adding the whole dialog and then adding the Disabled="yes" attribute? I am using the WixUI_InstallDir dialog set... Thanks in advance -

Re: [WiX-users] Disable UI pushButton

2008-10-27 Thread Peter Vestergaard
t; http://www.iesve.com > > **Design, Simulate + Innovate with the ** > > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > > Email Disclaimer > > >

[WiX-users] Custom Action

2008-10-28 Thread Peter Vestergaard
Hi. I have created a installer with a custom dialog appearing after the progress dialog, just before the exit dialog(I am using the InstallDir dialog set). The custom dialog contains a checkbox, and I would like to execute a custom action if the checkbox is checked. But is that possible when the di

Re: [WiX-users] Custom Action

2008-10-28 Thread Peter Vestergaard
ed from EndDialog to DoAction... 2008/10/28 Sébastien Mouren <[EMAIL PROTECTED]> > 2008/10/28 Peter Vestergaard <[EMAIL PROTECTED]>: > > Hi. > > I have created a installer with a custom dialog appearing after the > progress > > dialog, just before the exit

[WiX-users] Fwd: Custom action

2008-11-06 Thread Peter Vestergaard
Hi. I have a custom action that runs when my exit dialog's finish button is pressed. Is it possible to make the installer shut down when my custom action has run. As it is now, the custom action us run each time the finnish button is pressed, but I can't exit the installer. This is my custom act

Re: [WiX-users] Fwd: Custom action

2008-11-06 Thread Peter Vestergaard
08/11/6 Bob Arnson <[EMAIL PROTECTED]> > Peter Vestergaard wrote: > > I have a custom action that runs when my exit dialog's finish button is > > pressed. Is it possible to make the installer shut down when my custom > > action has run. > > Check the .msi in Or

[WiX-users] light error

2008-11-10 Thread Peter Vestergaard
Hi. I recieve this error when building. The msi file is build, and it seems to work fine, but I recieve this error. Does anyone know what it means? Error 1 ICE39: Bad Type in Summary Information Stream for PID_SUBJECT. C:\Documents and Settings\pvni\Local Settings\Temp\dxxjzolc\WixProjectTest.msi

[WiX-users] Per user/per computer install

2008-11-21 Thread Peter Vestergaard
Hi. Is there a way to add some radiobuttons to an existing dialog to ask the user if the Install should be for one user or all users, or do I have to create an additional dialog? Does anyone know where to find a kind of walkthrough on creating this functionallity? I am still pretty new to WiX.

Re: [WiX-users] (no subject)

2008-11-26 Thread Peter Vestergaard
to 'check'. You > could > try setting it to asyncNoWait/ignore and see if that remedies the problem. > > On Wed, Nov 26, 2008 at 8:14 AM, Peter Vestergaard <[EMAIL PROTECTED] > >wrote: > > > My customAction element looks like this: > > > > >

Re: [WiX-users] (no subject)

2008-11-26 Thread Peter Vestergaard
2008/11/26 Chad Miles <[EMAIL PROTECTED]> > Sure, > > > ExeCommand='"[INSTALLDIR]SetupAssistant.exe" > /db=[DBNAME] /dbserver=[ComputerName]' /> > > SQLTYPE=1 AND (NOT PATCH) > > > On Wed, Nov 26, 2008 at 6:21 AM, Peter Vestergaard <

Re: [WiX-users] (no subject)

2008-11-26 Thread Peter Vestergaard
.85).aspx > > I'd say try ignore then... unless you already did that one too and it > griped > at you. > > On Wed, Nov 26, 2008 at 9:15 AM, Peter Vestergaard <[EMAIL PROTECTED] > >wrote: > > > But when I set the CustomAction/@Return I get the warning that the &

[WiX-users] (no subject)

2008-11-26 Thread Peter Vestergaard
Hi is it possible to execute a custom action after the installer has exited or alternativly run the custom and then exit the installer. fx: The user presses the finish button, then a custom action is executed and then the installer exits. Best regards Peter

Re: [WiX-users] (no subject)

2008-11-27 Thread Peter Vestergaard
;yes"> > >1 > >1 > > > > > Pulled this from some old code. > > On Wed, Nov 26, 2008 at 9:55 AM, Chad Miles <[EMAIL PROTECTED]> wrote: > > > no problem. i'm actually interested in this, i'm creating a little test > > in