[wix-devs] 6772 - ExePackage ARP entry

Bob Arnson bob at firegiant.com
Wed May 4 11:03:21 PDT 2022


Very cool.

The example should be something like this, no?

<ExePackage Id="MyExe" SourceFile="my.exe" DetectCondition="MyExe_Version >= v1.2.3">
    <ArpEntry Id="MyExeGuid" Win64="no" VersionVariable="MyExe_Version" />
</ExePackage>

If QuietUninstallString doesn't exist, should it fall back to UninstallString? Should the author be able to specify the value name?

I agree that running from a non-secure location isn't great. Prohibiting it is probably the safest choice...otoh, it's probably a common case (e.g., Squirrel).

-----Original Message-----
From: wix-devs <wix-devs-bounces at lists.wixtoolset.org> On Behalf Of Sean Hall via wix-devs
Sent: Wednesday, 4 May, 2022 13:44
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Cc: Sean Hall <r.sean.hall at gmail.com>
Subject: [wix-devs] 6772 - ExePackage ARP entry

I wrote up a WIP on using an ARP entry to help detect and uninstall an ExePackage - https://wixtoolset.org/development/wips/6772-exepackage-arp-entry. Any feedback?
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-devs mailing list