[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 ? Condition Message=XP or later

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

2010-03-04 Thread Alex Wernecke
/ On Wed, Mar 3, 2010 at 5:11 PM, Alex Wernecke awerne...@finteq.co.zawrote: 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 : Property Id=SETUPNUMBER Secure=yes

[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 : Property Id=SETUPNUMBER Secure=yes Value=1/Property I have tried leaving the value out, changing to

[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 :

[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

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

2010-02-23 Thread Alex Wernecke
for the framework, and at what point are your custom actions sequenced? -Original Message- From: Alex Wernecke [mailto:awerne...@finteq.co.za] Sent: Tuesday, February 23, 2010 6:31 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX custom action error on windows vista or XP Hi

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

2010-02-22 Thread Alex Wernecke
.? On Mon, Feb 22, 2010 at 12:43 PM, Alex Wernecke awerne...@finteq.co.zawrote: Hi, I'm having some trouble successdully creating shortcuts on the desktop and in the start menu. Here is my code : !--desktop shortcut-- Component Id=DesktopShortcut Guid=D92F6731-4EB0-4707-A71A-BB02DEA46689

[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 : !--desktop shortcut-- Component Id=DesktopShortcut Guid=D92F6731-4EB0-4707-A71A-BB02DEA46689 CreateFolder/ RegistryKey Root=HKCU

[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

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

2010-02-15 Thread Alex Wernecke
. -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 from a wix document to a variable in a C

Re: [WiX-users] Wix Property change

2010-02-11 Thread Alex Wernecke
=my_property Value=my_value1/Publish /Control Rob On 10/02/2010 13:22, Alex Wernecke wrote: 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

[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

[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