Hi,
 
1) When user clicks Remove in Add/Remove program, how do I launch the installation wizard with UI interface to show step by step removal? I am going to design my own dialog boxes, and I see some examples in the InstallUISequence (the following), am I going in the right direction?

<

InstallUISequence>

<

Show Dialog=" ResumeDlg" After=" WelcomeDlg">Installed AND (RESUME OR Preselected)</Show >

</

InstallUISequence>
 
2) When there's not enough space, or user has no admin previlege, how do I direct them to end the installation with appropriate dialogs instead of messages?
Currently I have

<Condition Message=" $(loc.NeedAdminPrivs)">Privileged</Condition >

<Condition Message=" $(loc.NeedXpOrHigher)">NOT WindowsNT >= 500</Condition >

Say if the user has no admin previlege, I want to direct them to a you-do-not-have-admin-previlege-dialog (custom dialog)?
 
 
Thanks alot~
 
Jiamin Zhu
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to