Deployment Solution

 View Only
Expand all | Collapse all

imagetools.ini exclamation in incorrect place

  • 1.  imagetools.ini exclamation in incorrect place

    Posted Jun 15, 2011 05:16 AM

    NS6.9 SP4

    Hi guys,

     

    I just looked at my imagetools.ini file now.

    should the exclamation mark be after FILENAME% instead of DST=1?

    just little bit confused, this file has never been edited and looking at the forums they state that it should be after the FILENAME%

    DeployImageCommandLine=-clone,MODE=restore,SRC="%IMAGE_FILENAME%,DST=1" -sure

    ; Modify this .INI file to integrate the new imaging tools in the Deployment Solution.
    ; The following is a list of the supported preboot environments and their abbreviated names.
    ;
    ;
    ; -----------------------------------------------------------------------
    ; Supported OS    |    Processor Architecture        Abbreviated Name    
    ; --------------|---------------------------------|----------------------
    ; DOS        |    x86              |    DOS
    ; --------------|---------------------------------|----------------------
    ; Linux        |    x86              |    LinuxPEx86
    ; --------------|---------------------------------|----------------------
    ; Linux        |    x64              |    LinuxPEx64
    ; --------------|---------------------------------|----------------------
    ; Linux        |    ia64              |    LinuxPEia64
    ; --------------|---------------------------------|----------------------
    ; Windows    |    x86              |    WinPEx86
    ; --------------|---------------------------------|----------------------
    ; Windows    |    x64              |    WinPEx64
    ; --------------|---------------------------------|----------------------
    ; Windows    |    ia64              |    WinPEia64
    ; --------------|---------------------------------|----------------------
    ;
    ;
    ;-------------------------------------------------------------------------------



    ;-------------------------------------------------------------------------------
    ;
    ; You can add the new image tool entries in the [ImagingTools] section.
    ;
    ; This section contains Tool-n=ImagingToolName, where 'n' is the tool number.
    ;
    ;-------------------------------------------------------------------------------
    [ImagingTools]
    Tool-1=Symantec Ghost


    ;-------------------------------------------------------------------------------
    ;
    ; Provide the settings like Display Name, File extension, Preboot environment
    ; for the newly added imaging tool in this section. The name of this section is the same as
    ; specified in the [ImagingTools] section e.g. [Symantec Ghost].
    ;
    ; You can add the following list of keys in this section,
    ;
    ; Key name         Description
    ;
    ; Display-Name        Name appear in the console.
    ; ImagetoolFileExt    Extension of the files supported by the particular imaging tool.
    ; Preboot-n        Preboot OS supported by the imaging tool. 'n' is the preboot number.
    ;
    ;-------------------------------------------------------------------------------
    [Symantec Ghost]
    Display-Name=Symantec Ghost
    ImageToolFileEXT=.gho
    Preboot-1=DOS
    Preboot-2=WinPEx86

    ;-------------------------------------------------------------------------------
    ;
    ; Provide the settings for the particular tool and preboot OS environment combination
    ; using the following section. The name for this section is a combination of the image tool
    ; name and preboot OS environment e.g. [Symantec Ghost-DOS].
    ;
    ; You can add the following list of keys in this section,
    ;
    ; Key name             Description
    ;
    ; ImageToolEXEFilePath         Imaging Tool executable file path.
    ; PreCreateImageCommandLine-n    Commands executed before creating an image. 'n' is the command line number.
    ; PostCreateImageCommandLine-n  Commands executed after creating an image. 'n' is the command line number.
    ; CreateimageCommandLine     Create image command line.
    ; PreDeployImageCommandLine-n    Commands executed before deploying an image. 'n' is the command line number.
    ; PostDeployImageCommandLine-n    Commands executed after deploying an image. 'n' is the command line number.
    ; DeployImageCommandLine    Deploy image command line.
    ; Preboot-OS            Preboot OS.
    ; Preboot-Arch-Type         Processor architecture.
    ;
    ;
    ;-------------------------------------------------------------------------------
    [Symantec Ghost-DOS]
    ImageToolEXEFilePath=%ALTIRIS_SHARE%\Ghost\ghost.exe
    CreateImageCommandLine=-clone,MODE=create,SRC=1,DST="%IMAGE_FILENAME%" -sure
    DeployImageCommandLine=-clone,MODE=restore,SRC="%IMAGE_FILENAME%",DST=1 -sure
    Preboot-OS=DOS
    Preboot-Arch-Type=x86


    ;-------------------------------------------------------------------------------
    ;
    ; The following section provides the settings for the WinPE-x86 preboot environment.
    ;
    ;-------------------------------------------------------------------------------
    [Symantec Ghost-WinPEx86]
    ImageToolEXEFilePath=%ALTIRIS_SHARE%\Ghost\ghost32.exe
    CreateImageCommandLine=-clone,MODE=create,SRC=1,DST="%IMAGE_FILENAME%" -sure
    DeployImageCommandLine=-clone,MODE=restore,SRC="%IMAGE_FILENAME%,DST=1" -sure
    Preboot-OS=WINDOWS
    Preboot-Arch-Type=x86



  • 2.  RE: imagetools.ini exclamation in incorrect place
    Best Answer

    Posted Jun 17, 2011 06:32 AM

    The exclamation mark shuold definitley be after FILENAME%