(imported topic written by LBowser)
I am having issues with using msiexec and getting a prompt to allow the item to be installed when done in command line.
When done thru software it just completes and the service is not started nor created.
when done in command line
c:>msiexec.exe /i RevealCloudSetup.msi /qn /norestart /qbr APIKEY=“xxxxxxxxxxxxxxxxxxxxx”
I get a prompt
Prompt is “Do you want to allow the following program from an unknown publisher to make changes to this computer”
an alt Y clears it and allows the install.
Question is how do I send that with the fixlet?
Cruently I have
prefetch RevealCloudSetup.msi.tmp sha1:xxxxxxxxxxxxx
http://xxxxxxxxxxxxx/Uploads/0e0befba01e2bf6e450ba0293a4f3cfb6c3ff284/RevealCloudSetup.msi.tmp
extract RevealCloudSetup.msi.tmp
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\RevealCloudSetup.msi”}” /qn /norestart /qbr APIKEY=“4oAbmkUsk9tRSDHm”
Error in the events app log seems to be
Product: RevealCloud Collector for Windows – Error 1920. Service ‘RevealCloud Collector for Windows’ (RevealCloud) failed to start. Verify that you have sufficient privileges to start system services.
Any ideas?