[WiX-users] Conditional check for existing GUIDs

2010-03-15 Thread Alex Wernecke
Hi, How would I do a check for certain GUIDs as a conditional check for an install? I want to check for GUIDs other than the ones within the product. The install must not continue if one or more is found. Is it possible to do a condition check like this ? VersionNT>=501 Ma

Re: [WiX-users] Property value not changing properly

2010-03-04 Thread Alex Wernecke
ons-and-ui/ On Wed, Mar 3, 2010 at 5:11 PM, Alex Wernecke wrote: > Hi, > > > > I have a problem with a condition that checks a property's value in > order to set the LEVEL for a FEATURE > > > > Here is my code > > > > PROPERTY that is used by the RADI

[WiX-users] Property value not changing properly

2010-03-03 Thread Alex Wernecke
Hi, I have a problem with a condition that checks a property's value in order to set the LEVEL for a FEATURE Here is my code PROPERTY that is used by the RADIOBUTTONGROUP : I have tried leaving the value out, changing to different etc etc but compiler errors occur then... FE

Re: [WiX-users] WiX custom action error on windows vista or XP

2010-02-24 Thread Alex Wernecke
ecifically, according to the installation log, is the error? -Original Message----- From: Alex Wernecke [mailto:awerne...@finteq.co.za] Sent: Tuesday, February 23, 2010 9:39 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX custom action error on windows v

Re: [WiX-users] WiX custom action error on windows vista or XP

2010-02-23 Thread Alex Wernecke
version of the framework do your custom actions require, and what version of the framework are you testing for? Also, how/where do you test for the framework, and at what point are your custom actions sequenced? -Original Message----- From: Alex Wernecke [mailto:awerne...@finteq.co.za] Sent: Tuesd

[WiX-users] WiX custom action error on windows vista or XP

2010-02-23 Thread Alex Wernecke
Hi, Im having a problem. My WiX MSI's seem to only work correctly on windows 7? In my WiX installation custom c# project actions are called and performed but it only seems to work on windows 7 machines. I have a condition check to check that the machine has .Net Framework 3.5 but at the po

[WiX-users] INSTALLLEVEL Property

2010-02-23 Thread Alex Wernecke
Hi, I have a custom dialog written in WiX with 3 buttons : server, client and other. I need the INSTALLLEVEL property value to be set when one of the 3 buttons is clicked. I set other property's values successfully like that. Why does it not work for INSTALLLEVEL? Here is the code : DIALOG

Re: [WiX-users] Creating desktop and start menu shortcuts

2010-02-22 Thread Alex Wernecke
nested folder.? On Mon, Feb 22, 2010 at 12:43 PM, Alex Wernecke wrote: > Hi, > > > > I'm having some trouble successdully creating shortcuts on the desktop > and in the start menu. Here is my code : > > > > > > Guid="D92F6731-4EB0-4707-A71A-BB02

[WiX-users] Creating desktop and start menu shortcuts

2010-02-21 Thread Alex Wernecke
Hi, I'm having some trouble successdully creating shortcuts on the desktop and in the start menu. Here is my code : The desktop shortcut appears but the target is wrong. The start m

Re: [WiX-users] Send Property Value to a Form

2010-02-15 Thread Alex Wernecke
the database's installation session. -Original Message- From: Alex Wernecke [mailto:awerne...@finteq.co.za] Sent: Monday, February 15, 2010 1:11 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Send Property Value to a Form Hi, How would I send up a property value

[WiX-users] Send Property Value to a Form

2010-02-15 Thread Alex Wernecke
Hi, How would I send up a property value from a wix document to a variable in a C# custom action form? What I am needing to do is pass the installation directory path to the custom action form so that the form writes a correct path to an .exe for a scheduled task that it creates. Many t

[WiX-users] Bring custom action's custom dialog to front

2010-02-11 Thread Alex Wernecke
Hi, How would I get a custom dialog(dll) to be on top when it is called after "InstallFiles" in the InstallExecuteSequence? Currently it brings up the dialog but it is behind the main one, I need it to come in front or temporarily replace it until next is clicked Here's the relevant par

Re: [WiX-users] Wix Property change

2010-02-11 Thread Alex Wernecke
Thanks got it working. -Original Message- From: Rob Hamflett [mailto:r...@snsys.com] Sent: Thursday, February 11, 2010 10:13 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix Property change Try something like this: 1 Rob On 10/02/2010 13:22, Alex Wernecke

[WiX-users] Wix Property change

2010-02-10 Thread Alex Wernecke
Hi, How would I change a property's value when a button on a custom dialog is clicked? This property is then used to write that value to the registry. Thanks, Alex -- SOLARIS 10 is the OS for Data Centers