wix3.7 - How to rebuild the exact same msi file from source with WiX? -
after application installed msi made wix :
if run same msi file go in maintenance mode , can repair / uninstall.
if run msi rebuilt source product id="*" in wix source start normal install , not detect it's installed. if go through install listed installed 2 times (with same version number) in add/remove programs.
if run msi rebuilt source product id="my-own-guid" in wix source error "another version of product installed. ..."
how can build exact same msi have in source control? don't have keep original msi file source?
you can set <package id="your_guid"...> msi has same packagecode each build.
Comments
Post a Comment