Table of Contents
- Summary
- Pre-Requisites
- Steps
SummaryPre-Requisites-
Creator and LivePC base image with MokaFive guest tools installed
Steps-
Have an application that we would want to install automatically
-
Create a batch file for install this application. Example “install.bat”
-
Create zip file with the application and the *.bat file in here.
-
Launch Creator and in Creator menu select “run automatic scripts”
-
Select the LivePC and enter the admin credentials you want to have automated script to be run in.
-
-
Click on the Add button and select Command
-
-
Click on browse and select the zip file that we created in step 3. This will populate the File field
-
For the Command field put the file name of the *.bat file. “install.bat”
-
-
Click Okay and Run
Create a batch file for Windows hosts
bm