I have the following (custom) Chocolatey script:
Quote:Install-ChocolateyPackage 'ncrunch2019' 'msi' '/quiet /norestart' '\\some\network\path\to\NCrunch_VS2019_3.25.0.3.msi'
It fails with error 1316, and the MSI log contains the following:
Quote:
MSI (s) (18:44) [15:29:53:779]: SECREPAIR: Error determining package source type
MSI (s) (18:44) [15:29:53:779]: SECUREREPAIR: SecureRepair Failed. Error code: 524DC4857F0
MSI (s) (18:44) [15:29:53:779]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (18:44) [15:29:53:779]: Product: NCrunch for Visual Studio 2019 -- Error 1316. The specified account already exists.
The same file installs just fine when it's executed manually. I'm not really sure what using Chocolatey changes though.
Some additional info:
- I use the same script for the VS 2017 version, and it works fine
- I already have NCrunch for VS 2017 installed
I can send the full log file if it helps.