summaryrefslogtreecommitdiff
path: root/usbclerk.wxs.in
AgeCommit message (Collapse)AuthorFilesLines
2013-11-12Fix version scheme for MSI upgradeHEADmasterMarc-André Lureau1-4/+4
Use a major.minor.(micro << 8 + build) version scheme, following virt-viewer practice. The component guid can be removed, msitools generate a stable one, based on component location.
2013-11-09Fix possibly missing files after upgradeMarc-André Lureau1-1/+1
This is similar to the fix for virt-viewer: https://www.redhat.com/archives/virt-tools-list/2013-November/msg00030.html Although it's not mandatory for simple cases, RemoveExistingProducts should be Schedule='afterInstallFinalize', see also: http://msdn.microsoft.com/en-us/library/aa371197%28v=vs.85%29.aspx http://stackoverflow.com/questions/15138731/wix-major-upgrade-not-installing-all-files
2013-08-14wix: install in 64-bit foldersMarc-André Lureau1-4/+17
2013-07-09Add rule to build msiMarc-André Lureau1-0/+4
2013-07-09Add MSI build rulesMarc-André Lureau1-0/+66
Requires msitools 0.92.