#RequireAdmin #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_UseUpx=y #AutoIt3Wrapper_Run_Au3Stripper=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #comments-start This will install the driver that creates a TCP/IP printer #comments-end MsgBox( 0, "Notification", "This process requires the comptuer to be restarted at the end. This message will timeout after 30 seconds or click OK", 30) Run('C:\Installs\VinylCutter\01-DriverPackageOPS662v300\OPS662ver300\Win_64-bit(x64)\GDSETUP64.exe') AutoItSetOption('MouseCoordMode', 0) WinWait('Setup') WinActivate('Setup') MouseClick('primary', 235, 227, 1, 0) MouseClick('primary', 235, 227, 1, 0) MouseClick('primary', 235, 227, 1, 0) Send("{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}") MouseClick('primary', 235, 227, 1, 0) Send("{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}") MouseClick('primary', 235, 227, 1, 0) Send("172.016.005.013") MouseClick('primary', 235, 227, 1, 0) ;WinWait('Windows Security') ;WinActivate('Windows Security') ;MouseClick('primary', 380, 162, 1, 0) WinActivate('Setup') WinWait("Setup", "Graphtec FC8600 driver installation completed.") WinActivate('Setup') MouseClick('primary', 235, 227, 1, 0) #comments-start This will install the Controller #comments-end Run('C:\Installs\VinylCutter\02-ControllerPackageOPS675v150B\OPS675_ver150B\setup.exe') AutoItSetOption('MouseCoordMode', 0) WinWait("Setup", "The InstallShield® Wizard will install Cutting Plotter Controller for FC8000 on your computer. To continue, click Next.") Send("n") WinWait("Setup", "Choose Destination Location") Send("n") WinWait("Setup", "Please select a program folder.") Send("!n") WinWait("Setup", "Setup has finished installing Cutting Plotter Controller") Send("{ENTER}") #comments-start This will install GraphtecStudio #comments-end Run('C:\Installs\VinylCutter\03-GPS_V150\GPS_V150\Autorun.exe') AutoItSetOption('MouseCoordMode', 0) WinWait("Choose Setup Language", "Select the language for the installation from the choices below.") Send("{ENTER}") WinWait("Graphtec Pro Studio", "The InstallShield® Wizard will install Graphtec Pro Studio on your computer. To continue, click Next.") Send("!n") WinWait("Graphtec Pro Studio", "Software License Agreement") Send("!a") Send("!n") WinWait("Graphtec Pro Studio", "Destination Folder") Send("!n") WinWait("Graphtec Pro Studio", "Select the features") ;MouseClick('primary', 57, 165, 1, 0) Send("!n") WinWait("Graphtec Pro Studio", "Setup will add program icons to the Program Folder listed below") Send("!n") ;WinWait("SAi Production Suite - InstallShield Wizard", "If the USB dongle is connected") ;Send("{ENTER}") ;WinWait("", "When you purchase new software it comes with an Activation Code") ;MouseClick('primary', 389, 524, 1, 0) WinWait("Graphtec Pro Studio", "The InstallShield Wizard has successfully installed") Send("{ENTER}") #comments-start This will install CuttingMaster #comments-end Run('C:\Installs\VinylCutter\04-CM4_W_V160\CM4_W_V160\Autorun.exe') AutoItSetOption('MouseCoordMode', 0) WinWait("Choose Setup Language", "Select the language for the installation from the choices below.") Send("{ENTER}") WinWait("Cutting Master 4", "Welcome to the InstallShield Wizard for Cutting Master 4") Send("!n") WinWait("Cutting Master 4", "Software License Agreement") Send("!a") Send("!n") WinWait("Cutting Master 4", "Setup will install Cutting Master 4 in the following folder") Send("!n") WinWait("Cutting Master 4", "Select the features you want to install") Send("!n") WinWait("Cutting Master 4", "Setup will add program icons to the Program Folder listed below") Send("!n") WinWait("Cutting Master 4", "The InstallShield Wizard has successfully installed Cutting Master 4") Send("{ENTER}") ;Shutdown(6)