DarwinCSIWindowscom
DarwinCSIWindowscom
In my experience, the reason you may not have heard of it is that the conventional wisdom is so quick to jump to "disable all of UAC" that safer alternatives...
Sounds interesting! MSI at the API level is dumb about minor upgrades. You must detect whether the GUIDs are the same and then that the version numbers are only minor...
Rob - I feel that is Microsoft's fault - not the devs trying to use MSI. Should an installation framework really require as much study to get right as the...
It's not actually possible to side step a _properly configured_ minor upgrade because the currently installed package and the new one have the same GUID. The interactive error is "this...
In chocolatey you should never be doing a MSI per-user install - which means no _MSI_ data in user profiles. In regard to deleting application artifacts from users that is...
I am trying to express that by doing anything **other than** a full de-install of a known previous version (in your code - not relying on MSI) you are taking...
Gary, I didn't realize your request was to try to install Chocolatey. You could use a custom action calling a powershell script. The trick is the powershell script must be...