forked from rc/classroom
Install PowerDesigner. Give up on supporting spaces in installer directory names.
This commit is contained in:
parent
675378ba8a
commit
45c8586c95
1 changed files with 11 additions and 3 deletions
|
@ -1,4 +1,12 @@
|
|||
# The installer does not work from powershell in silent mode.
|
||||
#
|
||||
- name: Install PowerDesigner
|
||||
win_package:
|
||||
path: "{{ installers }}\\PowerDesigner 12.5\\cd1\\setup\\setup.exe"
|
||||
arguments: "/s /f1\"{{ installers }}\\PowerDesigner 12.5\\setup.iss\" /f2\"C:\\powerdesigner_log.iss\""
|
||||
win_shell: |
|
||||
{{ installers }}\PowerDesigner_12.5\cd1\setup\setup.exe /s /f1"{{ installers }}\PowerDesigner_12.5\setup.iss" /f2"C:\powerdesigner_log.iss"
|
||||
|
||||
args:
|
||||
executable: cmd
|
||||
|
||||
|
||||
# path: "{{ installers }}\\PowerDesigner 12.5\\cd1\\setup\\setup.exe"
|
||||
# arguments: "/hide_progress /hide_splash /hide_usd /s /f1\"{{ installers }}\\PowerDesigner 12.5\\setup.iss\" /f2\"C:\\powerdesigner_log.iss\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue