aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/01-windows_removethemall.ps1
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2017-02-27 15:04:41 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-03-30 15:14:04 +0000
commit8b59bbc2a4012214e496bbd96d91ba8715ed6ee3 (patch)
treeb6b3062d66723558a03c180b6166f2d8e5b59e60 /coin/provisioning/common/01-windows_removethemall.ps1
parent80b739b1e89cdc86d468a5707fa3951e8a307862 (diff)
Coin provisioning: Use arg instead of autodetecting architecture
When provisioning windows machine, it seems that detecting architecture by checking [System.Environment]::Is64BitProcess doesn't work properly. Instead pass 32 or 64 as an argument when calling powershell script. Change-Id: I890ad141b8ef194275848d0e656431753463cd2b Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'coin/provisioning/common/01-windows_removethemall.ps1')
-rw-r--r--coin/provisioning/common/01-windows_removethemall.ps15
1 files changed, 0 insertions, 5 deletions
diff --git a/coin/provisioning/common/01-windows_removethemall.ps1 b/coin/provisioning/common/01-windows_removethemall.ps1
index 9e64a34d..ebbf15dd 100644
--- a/coin/provisioning/common/01-windows_removethemall.ps1
+++ b/coin/provisioning/common/01-windows_removethemall.ps1
@@ -55,11 +55,6 @@ Function Remove-Path {
[System.Environment]::SetEnvironmentVariable($name,$value,$type)
}
-# Remove Python
-Remove C:\Python27
-Remove-Path C:\python27\scripts
-Remove-Path C:\python27
-
# Remove Android sdk and ndk
Remove C:\utils\android*
[Environment]::SetEnvironmentVariable("ANDROID_NDK_HOME",$null,"User")