neodynamic / JSPrintManager

Advanced Client-side Printing & Scanning Solution for Javascript
https://www.neodynamic.com/products/printing/js-print-manager/
247 stars 137 forks source link

How to install jspm4-4.0.21.1102-win64.msi via SCCM? #35

Closed ii-batman closed 2 years ago

ii-batman commented 2 years ago

Hi Trying to install jspm4-4.0.21.1102-win64.msi via SCCM with: msiexec.exe" /i "jspm4-4.0.21.1102-win64.msi" PROPERTY=RUNATSTARTUP /qn but the app does not startup after reboot which will cause the website not see the app running. Is there a way around this as I need to test deployment in prep for user mass deployment? Thanks

neodynamic commented 2 years ago

That msi package if installed "manually", it makes the JSPM app to start at system startup. We don't have experience with SCCM so cannot tell you why that's not working out.

ii-batman commented 2 years ago

@neodynamic Pretty fast to close 🥇 but would you be able to assist on the switches and settings configured on the MSI? If I need to deploy the app to more than a few machines I will not go one by one and run the MSI so I need to use and enterprise deployment tool like SCCM - I think this is a fair question no?

Using Orca I can see that this setting on the MSI:

- Feature Components : MainProgram RunAtStartup - Registry: reg7DF311AD7F66CFFD4753CACB5A0005D2 1 Software\Microsoft\Windows\CurrentVersion\Run JSPrintManager 4.0 for Windows "[#jspm4]" RunAtStartup

In SCCM I an deploying the MSI with this command:

msiexec /i "jspm4-4.0.21.1102-win64.msi" PROPERTY=RUNATSTARTUP /qn

Do I need another PROPERTY and if so what is the value?

I appreciate your help on this matter, I really and I really want to start using this app. Many thanks

neodynamic commented 2 years ago

If we run this

msiexec /i "jspm4-4.0.21.1102-win64.msi" /qn

The product installs and after a system restart, the JSPM app runs at startup without any issues

ii-batman commented 2 years ago

Brill, I got it to work using: msiexec /i "jspm4-4.0.21.1102-win64.msi" PROPERTY=RUNATSTARTUP /qn