Can anyone help me? How can we performa a simple silent installation of WDE in a machine? It´s not in deployment manual. I tried modifying the genesys_silent.ini file (FIRST INSTALLATION) and running setup.exe -s genesys_silent.ini and it doesn´t install, setup log throws result code 3.
I believe the only supported method of deployment is through ClickOnce deployment.
We messed around with the InstallShield switches to do silent installs - but we ran into a problem with uninstalling.
We have chosen to not proceed with ClickOnce deployment / supported model. Instead, we deploy our own MSI files built through Visual Studio. This allows our deployment teams to script silent installs and uninstalls, and follows our enterprises general practice for app distribution.
This being said, you might want to investigate using ClickOnce (supported) or MSI distribution (not supported).
Let me know if you test a silent uninstall / if you have any luck with that. We weren’t able to get silent uninstalls working - which is why we moved forward with MSI files.