From eceee67725441536ae923d32b9adc2f0e085efd8 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 18 Oct 2016 10:12:02 +0200 Subject: [PATCH] Update x default folder installazione + conf parametro prg --- .../FANUC/ConfMacchina/MTC_Adapter.exe.config | 81 +++++++++++++++++++ Installer CMS/InstallerMTC.ps1 | 4 +- 2 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 Installer CMS/FANUC/ConfMacchina/MTC_Adapter.exe.config diff --git a/Installer CMS/FANUC/ConfMacchina/MTC_Adapter.exe.config b/Installer CMS/FANUC/ConfMacchina/MTC_Adapter.exe.config new file mode 100644 index 0000000..525fd33 --- /dev/null +++ b/Installer CMS/FANUC/ConfMacchina/MTC_Adapter.exe.config @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Installer CMS/InstallerMTC.ps1 b/Installer CMS/InstallerMTC.ps1 index dd855cd..b68d9a5 100644 --- a/Installer CMS/InstallerMTC.ps1 +++ b/Installer CMS/InstallerMTC.ps1 @@ -30,10 +30,10 @@ switch($adapter) Write-Host "--------------------" Write-Host "- Posizione di installazione" Write-Host "--------------------" -$tgtFolder = read-host "Prego indicare dir installazione (def - C:\CMS\IOT\)" +$tgtFolder = read-host "Prego indicare dir installazione (def - C:\MTConnect\)" if(!$tgtFolder) { - $tgtFolder = "C:\CMS\IOT\" + $tgtFolder = "C:\MTConnect\" } Write-Host "Sto copiando adapter BASE in '$tgtFolder'"