is there a way in the burn.sln to detect if it is an upgrade or not?
sample code I am using:
// ** Is Bootstrapper EXE running?
PROCESSENTRY32 entry;
entry.dwSize = sizeof(PROCESSENTRY32);
hSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, NULL);
int iCount =
Comes in on the Command.
___
FireGiant | Dedicated support for the WiX toolset |
http://www.firegiant.com/
-Original Message-
From: Steve-Ogilvie [mailto:steven.ogil...@titus.com]
Sent: Monday, March 2, 2015 12:48 PM
To: w
ching.com]
Gesendet: Montag, 1. Oktober 2012 06:12
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Burn and Upgrades
No. Why do you need min-max version restrictions?
Today, if you have multiple Bundles with the same UpgradeCode, the higher
version upgrades the
No. Why do you need min-max version restrictions?
Today, if you have multiple Bundles with the same UpgradeCode, the higher
version upgrades the lower versions.
You can also upgrade other Bundle's UpgradeCodes by adding a RelatedBundle
with the Action='upgrade' and the Id='UpgradeCodeOfOtherBundl
4 matches
Mail list logo