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
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
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%
3 matches
Mail list logo