I am trying to deploy this application: http://codetwo.com/addin.
(CodeTwoSignaturesAddinForOutlook.exe).
The reason I can’t use their MSI is because it doesn’t seem to install for users consistently. The exe installs right every time, and, it also will self-update in the future.
From what I can gather, it’s a ClickOnce application, or something. So there’s no silent parameters. You just get one prompt that looks like this:
However, if I install the publisher’s certificate from that prompt on the computer first and then run the .exe, it will auto install without any prompts. However, it shows an installation progress during that install.
If I run psappdeploytoolkit to run this I’m wondering if I could:
- install the certificate
- run the exe
- Hide the window that is showing.
Is that possible? Or would I have to create some autoit script or something that runs in deployment and hides the window?