[WiX-users] [Wix-User] Where is custom action dll when uninstall

2011-05-10 Thread JerryOELoo
Hi All: I have made a WIX msi package, and linked a custom action dll (custom.dll) into msi, then I copy msi file to test PC, install it. it works fine, all custom action is performed correctly, Then I use msiexec.exe /u x--(Uninstall GUID), it can remove all installed files, I think

[WiX-users] [Wix-users]Why VS2005 compile fail using Wix3.5 SDK

2011-03-15 Thread JerryOELoo
Hi All: I am using VS2005 to generate a MSI package, After install Wix3.5 use new library files. Please check below code. #pragma comment(lib, "wcautil_2005.lib") #pragma comment(lib, "dutil_2005.lib") when I compile, it always links fail with below errors. dutil_2005.lib(fileutil

[WiX-users] How to control progress bar control

2007-07-18 Thread JerryOELoo
Hi All: I am a newbie about WIX, I have a question about it. Currently, I have a progress bar in dialog, when do the custom action, The progress bar will increase, however, the progress bar will increase from 0-100% twice, I just want the progress bar increase from 0 to 100%