[WiX-users] Change in UI New Install VS Change

2007-05-23 Thread JCWrs

Hello all, At present when I go to Add\Remove Programs and click the Change
button, my installer launches and runs as if a new installation is
happening.  This is ok as the features box does show what is installed and
what is not correctly, but one major drawback is that the user has to
re-enter where they want to install the files even if they are removing a
feature.  So, a few questions:

1) How can I specify a different UI for the Change process?

2) When I run that process, is there a way to tell where the files have been
installed previously?

Thanks
-- 
View this message in context: 
http://www.nabble.com/Change-in-UI-New-Install-VS-Change-tf3806138.html#a10771490
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change in UI New Install VS Change

2007-05-23 Thread Bob Arnson
JCWrs wrote:
 Hello all, At present when I go to Add\Remove Programs and click the Change
 button, my installer launches and runs as if a new installation is
 happening.  This is ok as the features box does show what is installed and
 what is not correctly, but one major drawback is that the user has to
 re-enter where they want to install the files even if they are removing a
 feature.  So, a few questions:

 1) How can I specify a different UI for the Change process?
   

The WixUI library provides a custom wizard sequence for maintenance mode.
 2) When I run that process, is there a way to tell where the files have been
 installed previously?
   

MSI remembers where components got installed but if you need properties, 
you need to write them during install and read them during maintenance 
mode. If you use the registry, you can use RegistrySearch to load them.

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



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users