Install InstallShield onto Windows machines.
None.
This ansible role by default downloads InstallShield 2019 from Flexera. If you need to download and install another version, you must specify the version, source url and destination path in role variables.
Variable | Default | Comment |
---|---|---|
version | "2019" |
The InstallShield Release |
url | https://flexerasoftware.flexnetoperations.com/control/inst/AnonymousDownload?dkey=14741887 |
InstallShield Installer URL |
dest | Downloads/InstallShield2019R2ProfessionalComp.exe |
Download location |
None.
#!/usr/bin/env ansible-playbook
---
- hosts: isdev
gather_facts: no
roles:
- name: pallxk/isdev
#version: "2019"
#url: https://flexerasoftware.flexnetoperations.com/control/inst/AnonymousDownload?dkey=14741887
#dest: Downloads/InstallShield2019R2ProfessionalComp.exe
MIT