Hi
I am trying to figure out why this specific MSI installs (or uninstall) partially when executed via Lansweeper deployment.
When the command is executed on the host, the software is installed correctly (deployment folder permissions were adjusted in order to perform the test).
\\lansweeperserver\DefaultPackageShare$\Installers\Benq\InstaShare_2-x64-1.6.1.0.exe /norestart /qn INSTALL_IDD=0 INSTALL_VAD=0
When deployed via Lansweeper deploy, there is no software icon on desktop and start menu, and uninstall information is missing. However, software folder is there, and the software would work.
The similar issue is with uninstalls. When executed locally, it would remove completely. When executed via lansweeper Deploy, it wont... The command is really basic:
msiexec /quiet /norestart /x {BB501101-29FA-4056-82D3-0893BDE43BD8}
I have no issue with other installers/uninstallers. I was hoping for some suggestion where to look for the problem. Thanks.