Good Afternoon
I need some help i have the below silent installs that i have tested and made sure that they work in cmd but do not work in powershell is their anyway that i can have powershell run these commands
msiexec /qn /i "\\dactoco.com\cap\Software\PyXLL\CTP32bit\CTP 32 modules\python-2.7.8.msi" TARGETDIR=c:\python27
"\\dactoco.com\cap\Software\PyXLL\CTP32bit\CTP 32 modules\Anaconda-2.2.0-Windows-x86.exe" /S /D=C:\Anaconda
"\\dactoco.com\cap\Software\PyXLL\CTP32bit\CTP 32 modules\vcredist_x86.exe"/passive /norestart
Thank you for your assistance.
The reason i need this in powershell is because this is going to be a function that i will call for a larger script that im working on