Hello. How can we help you?
Print

Installing TYPEEDIT/LASERTYPE in Silent Mode

You can perform a silent TYPEEDIT/LASERTYPE installation, also known as unattended installation. It requires a response file, Setup.iss, that is created by recording a first time installation. Silent installation runs the entire installation process in the background, on subsequent machines, without requiring user interaction or displaying messages.

Creating ISS File

To create the InstallShield Silent response file follow these steps :

  1. Download the master and extract zip file to “C:\.
  2. Press the Windows Start button at the bottom left.
  3. Type in “Command Prompt“.
  4. Right click on Command Prompt and click “Run as administrator“.
  5. Click Yes if the Windows 10 User Account Control prompt is displayed.
  6. Change directory to the folder that contains the setup.exe.C:\Users\John>cd..C:\Users>cd..C:\>cd TypeEditV14_LaserTypeV14_Build3\TypeeditC:\TypeEditV14_LaserTypeV14_Build3\x64\Typeedit>setup -r -f1"C:\TypeEditV14_LaserTypeV14_Build3\Typeedit\setup.iss"
  7. Complete the installation by following the instructions in the installation wizard. Make sure to fill ALL field of parameters.
  8. The installation will be finished once the Typeedit web page appears.
  9. Now go to the C: drive and copy the Master “TypeEditV14_LaserTypeV14_Build3” to use it later for installation.

 

Running the Installer in Silent Mode

To silently install TYPEEDIT/LASERTYPE, complete the following steps:

  1. Log in to each machine on which you want to install TYPEEDIT/LASERTYPE.
  2. Paste the modified Master’s folder (TypeEditV14_LaserTypeV14_Build3) into disk C.
  3. Press the Windows Start button at the bottom left.
  4. Type in “Command Prompt“.
  5. Right click on Command Prompt and click “Run as administrator“.
  6. Click Yes if the Windows 11 User Account Control prompt is displayed.
  7. Run the following command and a silent installation of TypeEdit will be launched.C:\Users\Max>cd..C:\Users>cd..C:\>cd TypeEditV14_LaserTypeV14_Build3\TypeeditC:\TypeEditV14_LaserTypeV14_Build3\TypeEdit>setup -s -f1"C:\TypeEditV14_LaserTypeV14_Build3\TypeEdit\setup.iss"
  8. The installation will be finished once the Typeedit web page appears.