Magus wrote:
> I'm not using the WixUI at all.  Created my own UI's, but the problem is when
> I go back to the win32 dialog my Msi dialog doesn't go away, so changes done
> in my win32 dialog dont' affect anything like pressing the cancel button to
> exit the program, I'm thinking I could just make my own win32 windows and
> change values in the of Msi properties that way It will just do what I need
> it to do and be a whole lot easier to do it.
>   
Yes, mixing native UI and MSI dialogs is messy at best. You can do an
external UI handler, Chesong suggests, or do a simple UI that kicks off
a basic MSI UI installation using the MSI API.

-- 
sig://boB
http://bobs.org

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