Dell OptiPlex 3000 Thin Client Windows 10 IoT Enterprise LTSC 2021 Deployment

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #107816
    Jim Lathan
    Keymaster
    • Total Post: 314
    • Jacked into The Matrix
    • ★★★★★★

    When deploying the latest Dell OptiPlex 3000 Thin Client Windows 10 IoT Enterprise LTSC 2021 image you may notice some applications are missing. This is due to streamlining the image and providing administrators control of the application being installed.

    Applications are now deployed using Dell Application Store (DSA). There is a very good guide with lots of details that will guide you step-by-step installing DSA and creating the necessary PowerShell script for remote installations with WMS and other modern management suites.

    In order to save you some time, I have included the text for two files: one for all files to be installed and the second for the basic files. You can create your own version by following the step-by-step guild mentioned above.

    First File aka Allfiles.ps1

    #|Version=1.0.0.0|
    #DELL PROPRIETARY INFORMATION

    #This software is confidential. Dell Inc., or one of its subsidiaries, has
    #supplied this software to you under the terms of a license agreement,
    #nondisclosure agreement or both. You may not copy, disclose, or use this
    #software except in accordance with those terms.

    #Copyright 2019-2020 Dell Inc. All Rights Reserved.

    #DELL INC. MAKES NO REPRESENTATIONS OR WARRANTIES
    #ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS
    #OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
    #WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
    #PARTICULAR PURPOSE, OR NON-INFRINGEMENT. DELL SHALL
    #NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE
    #AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
    #THIS SOFTWARE OR ITS DERIVATIVES.

    if(!(Test-Path C:\Wyse))
    {New-Item -Path “c:” -Name “Wyse” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS))
    {New-Item -Path “c:\Wyse” -Name “WAPPS” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS\DASrepository))
    {New-Item -Path “C:\Wyse\WAPPS\DASrepository” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS\DASrepository\Modularization))
    {New-Item -Path “c:\Wyse\WAPPS\DASrepository\Modularization” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS\DASrepository\Modularization\AnswerFile))
    {New-Item -Path “C:\Wyse\WAPPS\DASrepository\Modularization\AnswerFile” -ItemType “directory”}
    $XMLFile =’C:\Wyse\WAPPS\DASrepository\Modularization\AnswerFile\Modularization.xml’
    New-Item $XMLFile -ItemType File
    Set-Content $XMLFile ‘<?xml version=”1.0″ encoding=”utf-8″?>’
    Set-Content $XMLFile ‘<Modularization xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:noNamespaceSchemaLocation=”Modularization.xsd”>’
    Add-Content $XMLFile ‘<Phase name=”Modularization” Execute=”1″ path=”Setup” RebootRequired=”00″>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of VMWareHorizonClient–>’
    Add-Content $XMLFile ‘<Subphase name =”VMWareHorizonClient” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”VMWareHorizonClient” InstallFlags=”” PreMsg=”Installing VMWareHorizonClient. Please Wait..” PostMsg=”VMWareHorizonClient installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of CitrixWorkspaceApp–>’
    Add-Content $XMLFile ‘<Subphase name =”CitrixWorkspaceApp” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CitrixWorkspaceApp” InstallFlags=”” PreMsg=”Installing CitrixWorkspaceApp. Please Wait..” PostMsg=”CitrixWorkspaceApp installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of CitrixHDXRTME–>’
    Add-Content $XMLFile ‘<Subphase name =”CitrixHDXRTME” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CitrixHDXRTME” InstallFlags=”” PreMsg=”Installing CitrixHDXRTME. Please Wait..” PostMsg=”CitrixHDXRTME installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of ZoomCitrixMediaPlugin–>’
    Add-Content $XMLFile ‘<Subphase name =”ZoomCitrixMediaPlugin” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”ZoomCitrixMediaPlugin” InstallFlags=”” PreMsg=”Installing ZoomCitrixMediaPlugin. Please Wait..” PostMsg=”ZoomCitrixMediaPlugin installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of ZoomVmwareMediaPlugin–>’
    Add-Content $XMLFile ‘<Subphase name =”ZoomVmwareMediaPlugin” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”ZoomVmwareMediaPlugin” InstallFlags=”” PreMsg=”Installing ZoomVmwareMediaPlugin. Please Wait..” PostMsg=”ZoomVmwareMediaPlugin installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of AppControlCenter–>’
    Add-Content $XMLFile ‘<Subphase name =”AppControlCenter” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”AppControlCenter” InstallFlags=”” PreMsg=”Installing AppControlCenter. Please Wait..” PostMsg=”AppControlCenter installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of ApplicationLaunchManager–>’
    Add-Content $XMLFile ‘<Subphase name =”ApplicationLaunchManager” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”ApplicationLaunchManager” InstallFlags=”” PreMsg=”Installing ApplicationLaunchManager. Please Wait..” PostMsg=”ApplicationLaunchManager installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of CustomConfigSysprep–>’
    Add-Content $XMLFile ‘<Subphase name =”CustomConfigSysprep” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CustomConfigSysprep” InstallFlags=”” PreMsg=”Installing CustomConfigSysprep. Please Wait..” PostMsg=”CustomConfigSysprep installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of DellOverlayOptimizer–>’
    Add-Content $XMLFile ‘<Subphase name =”DellOverlayOptimizer” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”DellOverlayOptimizer” InstallFlags=”” PreMsg=”Installing DellOverlayOptimizer. Please Wait..” PostMsg=”DellOverlayOptimizer installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of WyseDeviceAgent–>’
    Add-Content $XMLFile ‘<Subphase name =”WyseDeviceAgent” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”WyseDeviceAgent” InstallFlags=”” PreMsg=”Installing WyseDeviceAgent. Please Wait..” PostMsg=”WyseDeviceAgent installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of WyseEasySetup–>’
    Add-Content $XMLFile ‘<Subphase name =”WyseEasySetup” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”WyseEasySetup” InstallFlags=”” PreMsg=”Installing WyseEasySetup. Please Wait..” PostMsg=”WyseEasySetup installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of xDataCleanUpManager–>’
    Add-Content $XMLFile ‘<Subphase name =”xDataCleanUpManager” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”xDataCleanUpManager” InstallFlags=”” PreMsg=”Installing xDataCleanUpManager. Please Wait..” PostMsg=”xDataCleanUpManager installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of LanguageConfig–>’
    Add-Content $XMLFile ‘<Subphase name =”LanguageConfig” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”LanguageConfig” InstallFlags=”” PreMsg=”Installing LanguageConfig. Please Wait..” PostMsg=”LanguageConfig installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of QuickStart–>’
    Add-Content $XMLFile ‘<Subphase name =”QuickStart” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”QuickStart” InstallFlags=”” PreMsg=”Installing QuickStart. Please Wait..” PostMsg=”QuickStart installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of TightVNCSetup–>’
    Add-Content $XMLFile ‘<Subphase name =”TightVNCSetup” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”TightVNCSetup” InstallFlags=”” PreMsg=”Installing TightVNCSetup. Please Wait..” PostMsg=”TightVNCSetup installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of AmazonWorkSpaces–>’
    Add-Content $XMLFile ‘<Subphase name =”AmazonWorkSpaces” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”AmazonWorkSpaces” InstallFlags=”” PreMsg=”Installing AmazonWorkSpaces. Please Wait..” PostMsg=”AmazonWorkSpaces installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of CiscoJVDIClient–>’
    Add-Content $XMLFile ‘<Subphase name =”CiscoJVDIClient” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CiscoJVDIClient” InstallFlags=”” PreMsg=”Installing CiscoJVDIClient. Please Wait..” PostMsg=”CiscoJVDIClient installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of DellSecureClient–>’
    Add-Content $XMLFile ‘<Subphase name =”DellSecureClient” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”DellSecureClient” InstallFlags=”” PreMsg=”Installing DellSecureClient. Please Wait..” PostMsg=”DellSecureClient installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of WebexVDIPlugin–>’
    Add-Content $XMLFile ‘<Subphase name =”WebexVDIPlugin” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”WebexVDIPlugin” InstallFlags=”” PreMsg=”Installing WebexVDIPlugin. Please Wait..” PostMsg=”WebexVDIPlugin installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of Webexvdi_Meetings–>’
    Add-Content $XMLFile ‘<Subphase name =”Webexvdi_Meetings” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”Webexvdi_Meetings” InstallFlags=”” PreMsg=”Installing Webexvdi_Meetings. Please Wait..” PostMsg=”Webexvdi_Meetings installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Cleanup Code –>’
    Add-Content $XMLFile ‘<Subphase name =”Cleanup Code” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CleanUp” InstallFlags=”” PreMsg=”Cleaning Up folder.. Please Wait..” PostMsg=”Cleanup subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘</Phase>’
    Add-Content $XMLFile ‘</Modularization>’

     

    Second File aka basicfiles.ps1

    #|Version=1.0.0.0|
    #DELL PROPRIETARY INFORMATION

    #This software is confidential. Dell Inc., or one of its subsidiaries, has
    #supplied this software to you under the terms of a license agreement,
    #nondisclosure agreement or both. You may not copy, disclose, or use this
    #software except in accordance with those terms.

    #Copyright 2019-2020 Dell Inc. All Rights Reserved.

    #DELL INC. MAKES NO REPRESENTATIONS OR WARRANTIES
    #ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS
    #OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
    #WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
    #PARTICULAR PURPOSE, OR NON-INFRINGEMENT. DELL SHALL
    #NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE
    #AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
    #THIS SOFTWARE OR ITS DERIVATIVES.

    if(!(Test-Path C:\Wyse))
    {New-Item -Path “c:” -Name “Wyse” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS))
    {New-Item -Path “c:\Wyse” -Name “WAPPS” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS\DASrepository))
    {New-Item -Path “C:\Wyse\WAPPS\DASrepository” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS\DASrepository\Modularization))
    {New-Item -Path “c:\Wyse\WAPPS\DASrepository\Modularization” -ItemType “directory”}
    if(!(Test-Path C:\Wyse\WAPPS\DASrepository\Modularization\AnswerFile))
    {New-Item -Path “C:\Wyse\WAPPS\DASrepository\Modularization\AnswerFile” -ItemType “directory”}
    $XMLFile =’C:\Wyse\WAPPS\DASrepository\Modularization\AnswerFile\Modularization.xml’
    New-Item $XMLFile -ItemType File
    Set-Content $XMLFile ‘<?xml version=”1.0″ encoding=”utf-8″?>’
    Set-Content $XMLFile ‘<Modularization xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:noNamespaceSchemaLocation=”Modularization.xsd”>’
    Add-Content $XMLFile ‘<Phase name=”Modularization” Execute=”1″ path=”Setup” RebootRequired=”00″>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of VMWareHorizonClient–>’
    Add-Content $XMLFile ‘<Subphase name =”VMWareHorizonClient” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”VMWareHorizonClient” InstallFlags=”” PreMsg=”Installing VMWareHorizonClient. Please Wait..” PostMsg=”VMWareHorizonClient installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of CitrixWorkspaceApp–>’
    Add-Content $XMLFile ‘<Subphase name =”CitrixWorkspaceApp” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CitrixWorkspaceApp” InstallFlags=”” PreMsg=”Installing CitrixWorkspaceApp. Please Wait..” PostMsg=”CitrixWorkspaceApp installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of CitrixHDXRTME–>’
    Add-Content $XMLFile ‘<Subphase name =”CitrixHDXRTME” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CitrixHDXRTME” InstallFlags=”” PreMsg=”Installing CitrixHDXRTME. Please Wait..” PostMsg=”CitrixHDXRTME installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of ZoomCitrixMediaPlugin–>’
    Add-Content $XMLFile ‘<Subphase name =”ZoomCitrixMediaPlugin” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”ZoomCitrixMediaPlugin” InstallFlags=”” PreMsg=”Installing ZoomCitrixMediaPlugin. Please Wait..” PostMsg=”ZoomCitrixMediaPlugin installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of ZoomVmwareMediaPlugin–>’
    Add-Content $XMLFile ‘<Subphase name =”ZoomVmwareMediaPlugin” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”ZoomVmwareMediaPlugin” InstallFlags=”” PreMsg=”Installing ZoomVmwareMediaPlugin. Please Wait..” PostMsg=”ZoomVmwareMediaPlugin installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of AppControlCenter–>’
    Add-Content $XMLFile ‘<Subphase name =”AppControlCenter” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”AppControlCenter” InstallFlags=”” PreMsg=”Installing AppControlCenter. Please Wait..” PostMsg=”AppControlCenter installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of ApplicationLaunchManager–>’
    Add-Content $XMLFile ‘<Subphase name =”ApplicationLaunchManager” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”ApplicationLaunchManager” InstallFlags=”” PreMsg=”Installing ApplicationLaunchManager. Please Wait..” PostMsg=”ApplicationLaunchManager installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of CustomConfigSysprep–>’
    Add-Content $XMLFile ‘<Subphase name =”CustomConfigSysprep” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CustomConfigSysprep” InstallFlags=”” PreMsg=”Installing CustomConfigSysprep. Please Wait..” PostMsg=”CustomConfigSysprep installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of DellOverlayOptimizer–>’
    Add-Content $XMLFile ‘<Subphase name =”DellOverlayOptimizer” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”DellOverlayOptimizer” InstallFlags=”” PreMsg=”Installing DellOverlayOptimizer. Please Wait..” PostMsg=”DellOverlayOptimizer installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of WyseDeviceAgent–>’
    Add-Content $XMLFile ‘<Subphase name =”WyseDeviceAgent” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”WyseDeviceAgent” InstallFlags=”” PreMsg=”Installing WyseDeviceAgent. Please Wait..” PostMsg=”WyseDeviceAgent installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of WyseEasySetup–>’
    Add-Content $XMLFile ‘<Subphase name =”WyseEasySetup” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”WyseEasySetup” InstallFlags=”” PreMsg=”Installing WyseEasySetup. Please Wait..” PostMsg=”WyseEasySetup installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of xDataCleanUpManager–>’
    Add-Content $XMLFile ‘<Subphase name =”xDataCleanUpManager” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”xDataCleanUpManager” InstallFlags=”” PreMsg=”Installing xDataCleanUpManager. Please Wait..” PostMsg=”xDataCleanUpManager installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of LanguageConfig–>’
    Add-Content $XMLFile ‘<Subphase name =”LanguageConfig” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”LanguageConfig” InstallFlags=”” PreMsg=”Installing LanguageConfig. Please Wait..” PostMsg=”LanguageConfig installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of QuickStart–>’
    Add-Content $XMLFile ‘<Subphase name =”QuickStart” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”QuickStart” InstallFlags=”” PreMsg=”Installing QuickStart. Please Wait..” PostMsg=”QuickStart installation subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Installation of TightVNCSetup–>’
    Add-Content $XMLFile ‘<Subphase name =”TightVNCSetup” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”TightVNCSetup” InstallFlags=”” PreMsg=”Installing TightVNCSetup. Please Wait..” PostMsg=”TightVNCSetup installation subphase ends”/>’
    Add-Content $XMLFile ”
    #Add-Content $XMLFile ‘<!–Installation of AmazonWorkSpaces–>’
    #Add-Content $XMLFile ‘<Subphase name =”AmazonWorkSpaces” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”AmazonWorkSpaces” InstallFlags=”” PreMsg=”Installing AmazonWorkSpaces. Please Wait..” PostMsg=”AmazonWorkSpaces installation subphase ends”/>’
    #Add-Content $XMLFile ”
    #Add-Content $XMLFile ‘<!–Installation of CiscoJVDIClient–>’
    #Add-Content $XMLFile ‘<Subphase name =”CiscoJVDIClient” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CiscoJVDIClient” InstallFlags=”” PreMsg=”Installing CiscoJVDIClient. Please Wait..” PostMsg=”CiscoJVDIClient installation subphase ends”/>’
    #Add-Content $XMLFile ”
    #Add-Content $XMLFile ‘<!–Installation of DellSecureClient–>’
    #Add-Content $XMLFile ‘<Subphase name =”DellSecureClient” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”DellSecureClient” InstallFlags=”” PreMsg=”Installing DellSecureClient. Please Wait..” PostMsg=”DellSecureClient installation subphase ends”/>’
    #Add-Content $XMLFile ”
    #Add-Content $XMLFile ‘<!–Installation of WebexVDIPlugin–>’
    #Add-Content $XMLFile ‘<Subphase name =”WebexVDIPlugin” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”WebexVDIPlugin” InstallFlags=”” PreMsg=”Installing WebexVDIPlugin. Please Wait..” PostMsg=”WebexVDIPlugin installation subphase ends”/>’
    #Add-Content $XMLFile ”
    #Add-Content $XMLFile ‘<!–Installation of Webexvdi_Meetings–>’
    #Add-Content $XMLFile ‘<Subphase name =”Webexvdi_Meetings” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”Webexvdi_Meetings” InstallFlags=”” PreMsg=”Installing Webexvdi_Meetings. Please Wait..” PostMsg=”Webexvdi_Meetings installation subphase ends”/>’
    #Add-Content $XMLFile ”
    Add-Content $XMLFile ‘<!–Cleanup Code –>’
    Add-Content $XMLFile ‘<Subphase name =”Cleanup Code” Execute=”1″ RebootRequired=”00″ pkgpath =”” type=”function” Pkgname=”CleanUp” InstallFlags=”” PreMsg=”Cleaning Up folder.. Please Wait..” PostMsg=”Cleanup subphase ends”/>’
    Add-Content $XMLFile ”
    Add-Content $XMLFile ‘</Phase>’
    Add-Content $XMLFile ‘</Modularization>’

     

     

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.