" /> How to perform Silent installation WDE? - Genesys CTI User Forum

Author Topic: How to perform Silent installation WDE?  (Read 6704 times)

Offline gzooby

  • Full Member
  • ***
  • Posts: 141
  • Karma: 0
  • Software Engineer at Telefax S.A.
How to perform Silent installation WDE?
« on: April 10, 2015, 01:44:13 PM »
Advertisement
Hi,

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.

Any ideas?

Regards
Z

Offline abudwill

  • Full Member
  • ***
  • Posts: 157
  • Karma: 4
Re: How to perform Silent installation WDE?
« Reply #1 on: April 13, 2015, 10:59:07 PM »
Hi Gzooby,

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).

Regards,
Andrew

Offline gzooby

  • Full Member
  • ***
  • Posts: 141
  • Karma: 0
  • Software Engineer at Telefax S.A.
Re: How to perform Silent installation WDE?
« Reply #2 on: April 14, 2015, 03:05:51 PM »
I finally found it out. You have to edit the genesys_silent.ini file and the execute the following command:

[b]"<PATH>\setup.exe" /s /z"-s '<PATH>\genesys_silent.ini' -sl '<PATH>\genesys_install_result.log' -t '<PATH>\Genesys_Installation.log'"[/b]

Thank you for your responses!

Z

Offline abudwill

  • Full Member
  • ***
  • Posts: 157
  • Karma: 4
Re: How to perform Silent installation WDE?
« Reply #3 on: April 14, 2015, 06:43:17 PM »
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.

Regards,
Andrew

Offline gzooby

  • Full Member
  • ***
  • Posts: 141
  • Karma: 0
  • Software Engineer at Telefax S.A.
Re: How to perform Silent installation WDE?
« Reply #4 on: April 14, 2015, 06:50:53 PM »
For sure!
Thank you!