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'"