[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

Re: [WiX-users] Logging

2008-10-06 Thread Peter Vestergaard
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 On Mon, Oct 6, 2008 at 10:45 AM, Rob Hamflett [EMAIL PROTECTED] wrote: There's

Re: [WiX-users] Logging

2008-10-06 Thread Peter Vestergaard
Peter Vestergaard wrote: 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

Re: [WiX-users] Logging

2008-10-06 Thread Peter Vestergaard
) Microsoft Corporation 2003. All rights reserved. Hope that helps, Rob Peter Vestergaard 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 On Mon, Oct 6, 2008 at 10:45 AM, Rob Hamflett [EMAIL PROTECTED] wrote

Re: [WiX-users] Logging

2008-10-07 Thread Peter Vestergaard
this message almost 10 times today? -Original Message- From: Peter Vestergaard [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 6:47 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Logging I am using the command line On Mon, Oct 6

Re: [WiX-users] Logging

2008-10-07 Thread Peter Vestergaard
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: Process light = new Process(); light.StartInfo.FileName = WiX toolset\light.exe

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: InstallExecuteSequence Custom Action=DeleteRPPFilesProp After=InstallInitializeREMOVE/Custom Custom Action=DeleteRPPFiles

[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
with the Virtual Environment** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Peter Vestergaard [mailto:[EMAIL PROTECTED

[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

Re: [WiX-users] Custom Action

2008-10-28 Thread Peter Vestergaard
, but now my installer won't shut down, since the event has been changed 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

[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

Re: [WiX-users] Fwd: Custom action

2008-11-06 Thread Peter Vestergaard
/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 Orca to see that the ControlEvent table order for your

[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
'. 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: CustomAction Id=HeyMan BinaryKey=_32 DllEntry=HeyMan Execute= immediate / and my

Re: [WiX-users] (no subject)

2008-11-26 Thread Peter Vestergaard
=asyncNoWait ExeCommand='[INSTALLDIR]SetupAssistant.exe /db=[DBNAME] /dbserver=[ComputerName]' / Publish Dialog=ExitDialog Control=Finish Event=DoAction Value= LaunchSAwithLocalDBSQLTYPE=1 AND (NOT PATCH)/Publish On Wed, Nov 26, 2008 at 6:21 AM, Peter Vestergaard [EMAIL PROTECTED] wrote: Hi

Re: [WiX-users] (no subject)

2008-11-26 Thread Peter Vestergaard
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 CustomAction/@ExeCommand has to be set. But what shoukd that be set

[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
: no problem. i'm actually interested in this, i'm creating a little test install. i'll get back to you later on unless someone pops in first. On Wed, Nov 26, 2008 at 9:47 AM, Peter Vestergaard [EMAIL PROTECTED] wrote: I tried ignore. It builds, but the installer does not close