Re: [WiX-users] adding registry entries when a checkbox is checked

2008-10-06 Thread Sean Farrow
Hi Bob. 
The checkbox is on the finish page.
Do I need to move the checkboxto an earlier dialog?
 Chers
Sean.

-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2008 06:36
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] adding registry entries when a checkbox is
checked

Sean Farrow wrote:
 I need to add registry entries when/if a checkbox is checked on my 
 finish page.
 I also need these entries to be removed during uninstallation if added

 diring installation.
 What is the best way of achieving this?
   

There's no way to add registry entries after installation (finish
page). To do it during installation, create a component and give it a
condition of the check box's property value; that way, MSI will install
it only when the property is set.

--
sig://boB
http://joyofsetup.com/




-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK  win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3495 (20081004) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
 

__ Information from ESET NOD32 Antivirus, version of virus
signature database 3495 (20081004) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] adding registry entries when a checkbox is checked

2008-10-06 Thread Bob Arnson
Sean Farrow wrote:
 Do I need to move the checkboxto an earlier dialog?
   

Yes. The property must be set before installation begins.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] adding registry entries when a checkbox is checked

2008-10-05 Thread Sean Farrow
Hi: 
I need to add registry entries when/if a checkbox is checked on my
finish page.
I also need these entries to be removed during uninstallation if added
diring installation.
What is the best way of achieving this?
Cheers
Sean. 
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] adding registry entries when a checkbox is checked

2008-10-05 Thread Bob Arnson
Sean Farrow wrote:
 I need to add registry entries when/if a checkbox is checked on my
 finish page.
 I also need these entries to be removed during uninstallation if added
 diring installation.
 What is the best way of achieving this?
   

There's no way to add registry entries after installation (finish 
page). To do it during installation, create a component and give it a 
condition of the check box's property value; that way, MSI will install 
it only when the property is set.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users