What is the correct command line for installing the Ticker App silently via SCCM?
Here is the command I'm using. msiexec /i "Cireson Ticker App Client x64.msi" /q /L*v C:\CiresonClientApp.log SCCM and the above log reports a success but messages are not being received. I also realized that all of the necessary files and folders were not created after the install.
Answers
Could you attach or email the log file for an installation, so I can have a closer look at it?
Also, you can try adding the ALLUSERS=2 Windows Installer property:
msiexec /i "Cireson Ticker App Client x64.msi" /q /L*v C:\CiresonClientApp.log ALLUSERS=2
Best regards
Flemming Appelon Christiansen
When installed, it register itself in the Run key in registry, so when the user logs in, it should start automatically.
The app is running in the users context, so announcements can only be received when a user is logged in.
Best regards
Flemming Appelon Christiansen