//   :    ,    ,
//     "".
//   -   ";"  .
//
// Rules for setting parameters: strictly from the beginning of the line, without 
// leading spaces, end and around the "equals" symbol.
// Remove the ";" at the beginning to enable parameter.

//    .     .
//      :  - 419   - 409
//
// Set the program interface language. By default taken from the registry.
// Currently two languages are supported: Russian - 419 and English - 409

;Interface=419

//     : "".
//     Windows.
//
// Set the initial display mode for distributions: "path".
// Windows version is displayed by default.

;ViewMode=Path

//     /.
//    .
//
// Disable reboot after installation/deployment.
// The reboot is performed by default.

;Reboot=Off

//    .      
//  .      "lang.lst"  
// "packs\tools86.7z"  "packs\tools64.7z".
//
// Set preferred installation language. The default is taken from the first index
// installation image. The values can be viewed in the file "lang.lst" from the
// archive "packs\tools86.7z" or "packs\tools64.7z".

;Language=ru-ru

//     "$OEM$",   .
//   .
//
// Don't suggest using the "$OEM$" folder if found.
// It is suggested by default.

;OEM=Off

//      "unattend.xml",   .
//   .
//
// Do not suggest using the "unattend.xml" answer file if found.
// It is suggested by default.

;Unattend=Off

//     Windows.   
// ,       "setup.exe".
//
// Always offer the built-in Windows installer. The default is
// external, if the file "setup.exe" is found in the distribution folder.

;Setup=Embedded

//    "EI.cfg"   [Channel]  Retail.
//    Volume.
//
// Set the value of the [Channel] section in Retail in the "EI.cfg" file.
// Default value is Volume.

;EI=Retail

//        .
//   .
//
// Enable checking the integrity of the distribution file before starting the
// installation. Disabled by default.

;Verify=On

//   DISM.exe      .
//        Windows (ver.10.0.10586)
//
// Use system DISM.exe to integrate drivers during deployment.
// By default it is taken from the built-in Windows installation kit (ver.10.0.10586)

;DISM=System

//   VHD   /.
//      .
//
// Unmount the VHD after installation/deployment.
// Remains connected to the system by default.

;VHD=Detach

//  (  )    WInst.
//        .
// : "%~d0" -  ; "%windir%" -  Windows.
//
// Launch (minimized) application at the same time as WInst.
// It is allowed to use environment variables and operations with them.
// For example: "%~d0" is the current disk; "%windir%" is the Windows directory.

;Shell="\TC\TOTALCMD.EXE" %~d0\

//    "setup.exe"      
// .
//
// Path to the "setup.exe" file of the unpacked installation kit, depending on
// bitness.

;setup_x86.exe=\Program\WinSetup_x86\setup.exe
;setup_x64.exe=\Program\WinSetup_x64\setup.exe

