-
How would everyone feel about adding functionality that specified an override is MANDATORY for apps that require serials if attempting silent installs. This would be for scenarios where vendor software requires a serial number when attempting a silent install. For example SigmaPlot by SystatSoftwareInc winget install --manifest C:\Users\gerkec\winget-pkgs\manifests\s\SystatSoftwareInc\SigmaPlot\14.5\ --silent --override "/S SERIALNUMBER=XXXXXXXXX INSTALLPATH=c:\ProgramData\SigmaPlot\SPW14 SILENT=TRUE ALLUSERS=TRUE USERNAME=ADMIN" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do you have any other examples of packages with this behavior? We added a post-install notes field. My big concern here is that we wouldn't necessarily have a serial number to test with in our validation environment. |
Beta Was this translation helpful? Give feedback.
Do you have any other examples of packages with this behavior? We added a post-install notes field. My big concern here is that we wouldn't necessarily have a serial number to test with in our validation environment.