Hi Ansible Team,
I want to install Visual Studio(ISO file) on Windows machine with ansible. Below is my solution, but I met an issue to install it.
Solution:
- copy Visual_Studio_Pro_2008_English_Core_MLF_X14-26326.iso to Windows machine.
- Unzip ISO file to a directory.
- switch to “Setup” folder, and use “raw” module to execute the setup.exe file to install it.
Issue:
- use “raw” module to run the setup.exe file failed. Can’t install Visual Studio.
BTW: I also try to execute the setup.exe file with win_package, win_feature modules, but failed too.
How to install an EXE installer software on Windows machine? Many thanks
Thanks,
Li, Jian