Forum Discussion
Hjorthen
May 27, 2021Brass Contributor
VMware workstation deployment
Hi everyone. I have tried multiple things, and nothing seems to work when trying to deploy VMware workstation 16 pro... I have tried both as a win32 app, and a self-wrapped MSI, both with paramet...
Hjorthen
May 28, 2021Brass Contributor
Total new installation.
I'm unsure if the fault is that i have selected not to include the cmd parameter for the serial number.
Even so it should be possible to install the program without adding the license right away.
I'm unsure if the fault is that i have selected not to include the cmd parameter for the serial number.
Even so it should be possible to install the program without adding the license right away.
May 28, 2021
Hi,
Maybe trying it with chocolatey like I mentioned above? we are using it for almost all third party software and also keeping it update
Maybe trying it with chocolatey like I mentioned above? we are using it for almost all third party software and also keeping it update
- HjorthenMay 28, 2021Brass ContributorChocolatey would be an option yes, but the point is that the software must be available from the company portal.
To my knowledge you cannot publish a script in there? Unless ofcourse you covert the script to an .exe file and make a win32 app from that, but that seems like a bit of a workaround.
So if you have suggestions that is not chocolatey, i'm all ears.- May 28, 2021
Hi,
In my opinion chocolatey is not a work around but a nice feature 🙂
Please take a look at my blog where I am explaining how you couldd use the company portal app to let non-admin users, install software (based on chocolatey scripts)
https://call4cloud.nl/2020/11/the-powershell-win32-app-express/Another option would be to use the serviceui to interact from the system context with the user session. I am explaining at the end of this blog.