Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Powershell and silent installs

$
0
0

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 

 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles