Deployment script not installing 10.1.53.64

Hi,
I'm trying to script at startup a silent installation for Adobe Flash Player ActiveX 10.1.53.64. The script manages to successfully uninstall the older version, but then when it comes time to install the new version, it throws an error in the log that says:
"MessageBox: 12582960,"The version of Adobe® Flash® Player ActiveX that you are trying to install is not the most current version.
Please visit http://www.adobe.com/go/getflashplayer to obtain the latest, most secure version."
I'm pretty sure 10.1.53.64 is the latest version, if i'm not mistaken. If i run the installer manually, it gives me no problems and installs fine. If i run the vbscript manually (as in not at startup) it installs fine. But when i run it via script at startup, it gives this error. Anyone have this issue or know what could be causing it?
Thanks

Anyone got any tips? Advice, insults, anything? Here is the script, if it makes it easier:
========================================================================================== =========
Option Explicit
On Error Resume Next
Dim Shell,Fso,Wn,All_Users,User_Profile,Win_Dir,computer_name,all_usersprofile,system_drive,p rograms,Script_Path, oEnv
Set Shell = WScript.CreateObject("WScript.Shell")
Set Fso = CreateObject("Scripting.FileSystemObject")
Set Wn = Wscript.CreateObject("Wscript.Network")
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Const wbemFlagReturnImmediately = &h10
Const wbemFlagForwardOnly = &h20
'Returns C:\Documents and Settings\All Users
All_Users = ucase(Shell.ExpandEnvironmentStrings("%ALLUSERSPROFILE%"))
'Returns C:\Documents and Settings\%Username%
User_Profile = ucase(Shell.ExpandEnvironmentStrings("%USERPROFILE%"))
'Returns C:\Windows
Win_Dir = ucase(Shell.ExpandEnvironmentStrings("%WINDIR%"))
'returns computername
computer_name = ucase(Shell.ExpandEnvironmentStrings("%COMPUTERNAME%"))
'returns c:\documents and settings\
all_usersprofile = ucase(Shell.ExpandEnvironmentStrings("%ALLUSERSPROFILE%"))
'returns C:\
system_drive = ucase(Shell.ExpandEnvironmentStrings("%SYSTEMDRIVE%"))
'returns c:\program files
programs = ucase(Shell.ExpandEnvironmentStrings("%PROGRAMFILES%"))
'Define E Drive
Script_Path = "\\networklocation"
'Start of process
Dim cur_ver
cur_ver = Shell.RegRead ("HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer\CurrentVersion")
If (cur_ver <> "10,1,53,64") Then
  Fso.CopyFolder Script_Path & "\flashv10","C:\windows\temp\",True
  'Uninstall all Flash versions
  Shell.run Win_Dir & "\temp\flashv10\uninstall_flash_player.exe /s",1,True
  'Install Flash 10.1.53.64
  Shell.run Win_Dir & "\temp\flashv10\install_flash_player_10_active_x.msi /qn",1,True
  'Disable autoupdates.
  Shell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer\AutoUpdateTest","","REG_SZ" ' Dont update flash automatically.
  Fso.CopyFile Win_Dir & "\flashv10\mms.cfg",Win_Dir & "\SYSTEM32\Macromed\Flash\",True
End If
========================================================================================== ============

Similar Messages

  • WLST deployment scripts not installing ODSI created services

    Some time ago, I modified some example scripts that installed ALDSP 3.0 assets into an ALDSP 3.0 domain, and everything was working dandily. A few months ago, we upgraded our ALDSP 3.0 domain to ODSI 10gR3. We also found we were still able to use the same WLST scripts with no modifications to install the assets into our ODSI domain.
    Now, what I have found is that when we export a dataspace into an ODSI jar from ODSI Workshop and install it with this script, the script only installs those services that were originally created in the ALDSP Workshop. If I install the exact same jar through the ODSI console, it installs all of the services as expected.
    Has anyone else seen this sort of behavior with using WLST scripts to deploy ODSI assets. I'm guessing something has changed that I need to account for in my script, but I haven't been able to find it yet. Any help would be appreciated.
    Edited by: DoubleT on Oct 8, 2009 5:20 PM

    so you have some dataspaces (projects) in ODSI that you can export and then deploy with WLST, and some dataspaces that you cannot, correct?
    To make sure that the first bunch actually do deploy, you could go to the ODSI console, delete them, deploy with WLST and check the console to see if they have reappeared. When you're convinced that works, and you're convinced that the others don't deploy - your just left with figuring out the difference. The simpler they are, the easier to diff them. If you're down to something really simple and don't see anything - engage customer support to help.
    It's unlikely that deployment fails without emitting some sort of error message - I would be looking in the server log.
    In ODSI 10.3 - the sample wlst scripts - SessionCommands.py expects the jar to be in user.dir instead of "rootFolder" in 3.2. (see below). There is also a README.TXT and a DspSecurityPolicy.py script.
    --------------------- ODSI 10.3 - SessionCommands.py ------------------
    import DspCommonCommands as dsp
    print 'Connecting to weblogic server instance...'
    connect("weblogic","weblogic","t3://localhost:7001")
    print 'Creating a deployment session...'
    dsp.createDeploymentSession('ALDSP_WLST_SESSION')
    #Import here uses the default DeploymentOptions
    #To use fancier DeploymentOptions inline the code of dsp:importDataSpace
    #and make necessary changes
    userDir=System.getProperty('user.dir')
    importJarPath=userDir+'/SimpleApp.jar'
    print 'Importing ' + importJarPath
    dsp.importDataSpace('SimpleApp','ALDSP_WLST_SESSION',importJarPath)
    print 'Activating the deployment session...'
    dsp.activateDeploymentSession('ALDSP_WLST_SESSION')
    #Export here uses the default ExportOptions
    #To use fancier ExportOptions inline the code of dsp:exportDataSpace
    #and make necessary changes
    exportJarPath=userDir+'/dataspace_with_config.jar'
    print 'Exporting the dataspace to ' + exportJarPath
    dsp.exportDataSpace('SimpleApp',exportJarPath)
    print 'Disconnecting from weblogic server...'
    disconnect()

  • Custom Report - Show Deployed, But Not Installed, Security Updates

    I'm trying to create a custom report that will show all patches that have been deployed, but have not been installed for a particular collection. Any ideas?

    Answered my own question.
    This will pull all Security Updates that have been Deployed but are still Required (not installed) for the All Systems collection (SMS00001). You can directly modify the code to limit it to the All Servers or All Workstations depending on your site code. You
    can also change the CategoryInstanceName filter to see different Update Classifications.
    select distinct
    sys.Name0,
    ui.BulletinID as BulletinID,
    ui.ArticleID as ArticleID,
    ui.Title as Title,
    catinfo.CategoryInstanceName as Vendor,
    catinfo2.CategoryInstanceName as UpdateClassification,
    CASE ((ui.IsDeployed))
    When 0 Then 'No'
    Else 'Yes' End as 'Deployed',
    CASE((ui.Severity))
    When 2 Then 'Low'
    When 6 Then 'Moderate'
    When 8 Then 'Important'
    When 10 Then 'Critical'
    Else 'NA' End as 'Severity'
    from v_UpdateComplianceStatus css
    join v_UpdateInfo ui on ui.CI_ID=css.CI_ID
    join v_R_System sys on css.ResourceID=sys.ResourceID
    join v_ClientCollectionMembers ccm on ccm.ResourceID=sys.ResourceID
    join v_CICategories_All catall on catall.CI_ID=ui.CI_ID
    join v_CategoryInfo catinfo on catall.CategoryInstance_UniqueID = catinfo.CategoryInstance_UniqueID and catinfo.CategoryTypeName='Company'
    join v_CICategories_All catall2 on catall2.CI_ID=ui.CI_ID
    join v_CategoryInfo catinfo2 on catall2.CategoryInstance_UniqueID = catinfo2.CategoryInstance_UniqueID and catinfo2.CategoryTypeName='UpdateClassification'
    where css.Status=2
    and ccm.CollectionID='SMS00001'
    and ui.isDeployed=1
    and catinfo2.CategoryInstanceName='Security Updates'
    and catinfo.CategoryInstanceName = 'Microsoft'
    order by sys.Name0, ui.ArticleID
    select distinct
    sys.Name0,
    ui.BulletinID as BulletinID,
    ui.ArticleID as ArticleID,
    ui.Title as Title,
    catinfo.CategoryInstanceName as Vendor,
    catinfo2.CategoryInstanceName as UpdateClassification,
    CASE ((ui.IsDeployed))
      When 0 Then 'No'
      Else 'Yes' End as 'Deployed',
    CASE((ui.Severity))
      When 2 Then 'Low'
      When 6 Then 'Moderate'
      When 8 Then 'Important'
      When 10 Then 'Critical'
      Else 'NA' End as 'Severity'
    from v_UpdateComplianceStatus css
    join v_UpdateInfo ui on ui.CI_ID=css.CI_ID
    join v_R_System sys on css.ResourceID=sys.ResourceID
    join v_ClientCollectionMembers ccm on ccm.ResourceID=sys.ResourceID
    join v_CICategories_All catall on catall.CI_ID=ui.CI_ID
    join v_CategoryInfo catinfo on catall.CategoryInstance_UniqueID = catinfo.CategoryInstance_UniqueID and catinfo.CategoryTypeName='Company'
    join v_CICategories_All catall2 on catall2.CI_ID=ui.CI_ID
    join v_CategoryInfo catinfo2 on catall2.CategoryInstance_UniqueID = catinfo2.CategoryInstance_UniqueID and catinfo2.CategoryTypeName='UpdateClassification'
    where css.Status=2
    and ccm.CollectionID='SMS00001'
    and ui.isDeployed=1
    and catinfo2.CategoryInstanceName='Security Updates'
    and catinfo.CategoryInstanceName = 'Microsoft'
    order by sys.Name0, ui.ArticleID

  • TestStand deployment does not install LabView on WinXp SP1

    I have built a TestStand 3.1 deployment that installs correctly on Windows XP SP2. However, when I install the same deployment on Windows XP SP1, it does not seem to get the LabView runtime installed correctly. LabView does not show up on the Start menu, and attempting to load any .seq files that use .vis lead to an error message about not being able to start the LabView ActiveX server.
    Any ideas what could cause this? I found the FAQ about running dcomcnfg.exe, and, of course LabView is not listed as a DCOM application on the Win XP SP1, but it is OK on Win XP SP2. That still doesn't tell me why it isn't loading - it just confirms that it isn't.
    Thanks and regards,
    Ed Kuzemchak
    Software Design Solutions, Inc.

    LabVIEW development system is the only thing that shows up in the start menu; the runtime engine does not have an entry there. Based on your messages I'll bet you have LabVIEW installed on your SP2 machine but not installed on the SP1 machine.
    Did you set the LabVIEW module adaptor to use the runtime engine instead of the development system?

  • App-v 5 + Script Deployment type not fully installing.

    Hello, 
    I have 1 applications that has 2 Deployment types,1st one is a Driver and the 2nd is a App-v packages ( the driver is needed for the app-v packages ) 
    Priority  Technology Dependencies  
    1     
    Script
                                 No
    2 App-v 5
                  yes 
    However, the higher priority Script installs fine, however the App-v packages dose not.  
    The app-v packages has a dependency that the Scipt deployment must be installed 1st.
    AppDiscovery.log 
    The package with GUID 752cff88-0ecc-4bb4-8e78-616acc09e61e is not installed on this machine yet
    +++ App-V 5.X package cymap 2014 not installed. [AppDT ID : ScopeId_16370CC1-E6FE-4F00-B29F-CE1780416708/DeploymentType_9d03d051-5ca1-4618-9e5f-47d62a248eb8, Revision: 2, AppV Package GUID: 752cff88-0ecc-4bb4-8e78-616acc09e61e, AppV Version GUID:
    c15d888b-a61a-4e6c-9203-68ee8bf69aed]
    I have had similar issues using application model having more then 1 deployment types so i try to avowed them, but this realy should just work.
    Any help welcome.
    Cheers  

    Like Torsten says, you can't install two DT's from the same Application.
    The first DT with all requirements meet, will be installed.
    You need to create 2 Applications, otherwise it wont Work.
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • Acrobat 9.1 Update - Silent Install - Deploy is not "Silent"

    Acrobat 9.1 Update - Silent Install / Deploy is not "Silent" or Quiet
    When Installing and/or Deploying the Update for Acrobat Pro/Std 9.0 in Silent mode:
    AcroProStdUpd910_T1T2_incr.msp /q /l adobe91.log
    AcroProStdUpd910_T1T2_incr.msp /qn
    I get a "File Transfer" like status window that pop's up.
    It is very brief, and all is well.
    The problem is we're trying to reach 0% intrusion on the customers that this will be deployed to.
    Is there another slash that is missing or does the install process just have this and we'll have to live with it?
    I ran the patch in normal mode and you can see the pop-up during the install process in-between:
    Optimizing Performance and Publishing Product Information.
    Please Advise.
    Thank you.

    I know this post is a few months old, but for those that still need the info:
    Updating Adobe Acrobat Professional from 9.0.0 to 9.1.2
    1. Download the 2 patches, AcroProStdUpd910_T1T2_incr.msp (this updates to 9.1.0) and AcrobatUpd912_all_incr.msp (this updates to 9.1.2) and place them in the same folder.
    If you are already at 9.1, you don't need the first patch.
    2. Copy the AcroPro.msi file from C:\Program Files\Adobe\Acrobat 9.0\Setup Files\guid (I didn't feel like typing out the whole string) to the folder with the patches.  This is where the setup placed this file for my installation of CS4; your location could be in a different spot.
    3. Create your script with the following 2 lines:
    msiexec /p "%installdir%\AcroProStdUpd910_T1T2_incr.msp" /qn /norestart REINSTALL=ALL REINSTALLMODE=omus
    msiexec /p "%installdir%\AcrobatUpd912_all_incr.msp" /qn /norestart REINSTALL=ALL REINSTALLMODE=omus
    Substitute your path to the folder with the patch files for %installdir% above.
    Obviously, this procedure is for updating Windows only.  This was only tested on Windows XPSP3 with Adobe Acrobat Professional 9.0.0 as installed as part of CS4 Master Collection.

  • Error_42_Error occurred in deployment step 'Activate Features': Field type MyCustomField is not installed properly. Go to the list settings page to delete this field.

    Has anyone encountered this error.
    I am developing on SP 2010 with VS 2010.
    I was following an online tutorial: How to use custom form templates in NewForm.aspx/EditForm.aspx  located at:
    http://sharepointbox.blogspot.co.at/2010/11/how-to-use-custom-form-templates-in.html
    The tutorial was a little lacking on some of the direction, but it included the working source code, and I managed to complete it.
    Every time I try to deploy my version I get the error: Error 42 Error occurred in deployment step 'Activate Features': Field type MyCustomField is not installed properly. Go to the list settings page to delete this field.
    I have gone through my code line by line and matched it to the working code from the tutorial, so I can only assume that I am missing something in the Procedure to properly deploy.
    Any help is greatly Appreciated! 

    It seems that something went wrong with your custom field type installation. Check below line in .xml file of your custom field type and correct it if needed.
    <Field Name="FieldTypeClass">DocumentFieldType.DocumentFieldTypeClassName, DocumentFieldType, Version=1.0.0.0, Culture=neutral, PublicKeyToken=379382f3e8928835</Field>
    Please recheck respective values of namespace.classname , dllname. and publickeytoken in your code
    Thanks. Please mark it as an answer if it helps.

  • Connection to the deployment share could not be made (network driver not installed)

    Hi guys! i bought the new laptop Dell Latitude E6510 and try to install the enterprise image but i got the error:
    "A connection to the deployment share could not be made. The deployment will not proceed. The following networking device did not have a driver installed PCI\VEN_8086&DEV_10EA&SUBSYS_040B1028&REV_05."
    I look on internet and i found out that it is the intel network card driver missing. So i get the driver from Dell website and i added this drivers in the MDT console.
    Then i have updated the deployment share to rebuild the boot images. Everything went fine but i always get this error.
    Am I missing something ?

    I too was having the problem...
    the single thing that I was forgetting is that while I was recreating & regenerating the images in the deployment workbench. I wasn't burning & booting from a CD...
    because (aha) I'm clever & using Windows deployment services to boot across the network & save all that time burning CDs etc.
    Doh, I didn't update the WIM that WDS was using...
    Open your windows deployment services console,
    expand out servers : <server name> : boot images
    Right click your boot image (I have 2, one for x86 & one for x64),
    choose "replace image" then navigate to your newly regenerated WIM images
    (probably C:\deployment_share\boot) & choose the appropriate WIM file.
    do this for any images you have, reboot your client machine & BAM, deployment goodness.
    MS should really add a module for PXE boot (etc) into the deployment workbench rather than have 2x deployment solutions & use the deployment module from one & the boot module from the other.
    Anyhoo, works now, must make a mental note to remember this in future...
    Cheers Toolman
    Thank you for this.  This resolved the issue that I had.

  • Error occurred in deployment step 'Activate Features': Feature with Id 'GUID' is not installed in this farm, and cannot be added to this scope.

    Really frustrated!!! Using SP 2010 with VS 2010. Created a simple project with just 1 elements.xml file for adding 2 columns. Scope of the feature is "Site". When I right click and deploy it gives below error.
    Error occurred in deployment step 'Activate Features': Feature with Id 'GUID' is not installed in this farm, and cannot be added to this scope.
    If I look at the CA, I see the wsp is installed but NOT deployed (Status = "Not Deployed", "Deployed To" = None). I have checked the GUID in the error and its my feature id.
    Please let me know what is going wrong here! Thanks for your help.
    Please mark as 'Propose as Answer' or 'Vote' as appropriate.

    Hi Sagir,
    Try to check the GUID in error message to see if it’s in Feature1.Template.xml file.
    For more information, please refer to
    http://markviky.blogspot.com/2010/09/error-while-activating-feature.html
    http://alltoft.wordpress.com/2011/06/13/sp2010-error-occurred-in-deployment-step-activate-features/
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • The deployment has not been installed.

    hi am trying to instal jstl library in my WebLogic Server Version: 10.3.6.0,am geting this error
    The deployment has not been installed.
    Message icon - Error weblogic.management.ManagementException: [Deployer:149105]An attempt was made to deploy a library located at 'C:\Oracle\weblogic\user_projects\domains\base_domain\servers\AdminServer\upload\jstl-1.2.war' with name 'jstl 1.2.' that is different from the one specified in the manifest of the library: 'jstl'.
    but i have put diffirent name ,and when i put jstl name it say the name already exist i what to install  jstl 1.2 and jstl 1.1.2 it it possible

    For installing your application choose "Install this deployment as an application" option in Install Application Assistant window.

  • I can not install Waik and mdt on server 2012 so that i can deploy windows 7 please may you help me?

    i can not install  Waik  and mdt on server 2012 so that i can deploy windows 7 on target machine, i have downloaded mdt  Waik i got error saying you must install frame 2.0  which needs also adk windows 8. i am using hyper  machine.
    thank you

    Hi Warsame12,
    It is worth mentioning that don’t use IPV6 PXE, Windows 7 doesn’t support WDS 2012 deployment over IPv6 PXE. If IPv6 PXE boot is enabled and a 
    Windows 7 installation is selected, a blank screen will appear and Setup will not run.
    The related KB:
    Windows 7 client deployment over IPv6 PXE network boot does not work.
    http://support.microsoft.com/kb/2803741
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Can not install web deployment 3.5 nor can deploy web on azure

    Hello,
    I can not install web deployment 3.5 for some reason ?
    It say that product that it depends on did not install correctly.

    how are you installing it? from web PI or from microsoft download center? 
    which OS version are you trying to install it on? and can you dig in event viewer application logs to see which dependency is missing? 
    Thanks, Hosam

  • Management Point did not install during deployment

    I found the 2007 client installed on this server prior to the install. I removed the client with /uninstall... however after the installation of CM 2012 the managment point did not install. It pointed me to the mpmsi.log. Below is that log. Has anyone run
    into this issue before?
    === Verbose logging started: 2/25/2014  15:58:05  Build type: SHIP UNICODE 5.00.9600.00  Calling process: D:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe ===
    MSI (c) (C4:40) [15:58:05:347]: Resetting cached policy values
    MSI (c) (C4:40) [15:58:05:347]: Machine policy value 'Debug' is 0
    MSI (c) (C4:40) [15:58:05:347]: ******* RunEngine:
               ******* Product: D:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (C4:40) [15:58:05:348]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (C4:40) [15:58:08:348]: Failed to grab execution mutex. System error 258.
    MSI (c) (C4:40) [15:58:08:350]: Cloaking enabled.
    MSI (c) (C4:40) [15:58:08:350]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (C4:40) [15:58:08:350]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (C4:40) [15:58:08:351]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (C4:40) [15:58:08:351]: MainEngineThread is returning 1618
    === Verbose logging stopped: 2/25/2014  15:58:08 ===
    MSI (s) (80:58) [15:58:11:836]: User policy value 'DisableRollback' is 0
    MSI (s) (80:58) [15:58:11:836]: Machine policy value 'DisableRollback' is 0
    MSI (s) (80:58) [15:58:11:837]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (80:58) [15:58:11:837]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (80:58) [15:58:11:844]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (80:58) [15:58:11:860]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (80:58) [15:58:11:867]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (80:58) [15:58:11:881]: Destroying RemoteAPI object.
    MSI (s) (80:60) [15:58:11:889]: Custom Action Manager thread ending.

    MSI (c) (C4:40) [15:58:08:348]: Failed to grab execution mutex. System error 258.
    This normally means there is another install process in progress. So please restart the computer and try again. If no avail, check whether there is a process name msiexec running.
    Juke Chou
    TechNet Community Support

  • Not able to push batch script for installing IIS all features using SCCM 2012 task sequence

    Hey Guys, I am working for this from a long time but not able to make it work, I am using following batch script for installing IIS  using SCCM 2012 task sequence:
    Dism.exe /online /Enable-Feature /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServer /FeatureName:IIS-ApplicationDevelopment /FeatureName:IIS-Security /FeatureName:IIS RequestFiltering /FeatureName:IIS-NetFxExtensibility
    /FeatureName:WAS-WindowsActivationService /FeatureName:WAS-ProcessModel /FeatureName:WAS-NetFxEnvironment /FeatureName:WAS-ConfigurationAPI /FeatureName:NetFx3 /FeatureName:WCF-HTTP-Activation /FeatureName:WCF-NonHTTP-Activation /FeatureName:IIS-WebServerManagementTools
    /FeatureName:IIS-ManagementConsole /FeatureName:IIS-ManagementScriptingTools  /FeatureName:IISIIS6ManagementCompatibility /FeatureName:IIS-ManagementService /FeatureName:IIS-Metabase /FeatureName:IIS-WMICompatibility
    When I run this script as admin by right click on it and select "run as a administrator" the script works fine but when I pushed the script as a software package or a step in OSD task sequence, nothing happens. I also tried
    run command line option but no luck. Please help me with this.
    Thanks,
    VST

    1. When I used "run command line" option I found following errors in smsts.log:
    Remediation failed. Code 8027000C TSManager 1/2/2014 2:32:12 PM 2720 (0x0AA0)
    Remediation failed with error code 8027000C TSManager 1/2/2014 2:32:12 PM 2720 (0x0AA0)
    Remediation failed. Code 8027000C TSManager 1/2/2014 2:34:16 PM 2092 (0x082C)
    Remediation failed with error code 8027000C TSManager 1/2/2014 2:34:16 PM 2092 (0x082C)
    Failed to run the action: Run Command Line.
    Unknown error (Error: 800F080C; Source: Unknown) TSManager 1/2/2014 2:34:32 PM 2092 (0x082C)
    Failed to delete directory 'C:\_SMSTaskSequence' TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    SetNamedSecurityInfo() failed. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    SetObjectOwner() failed. 0x80070005. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RemoveFile() failed for C:\_SMSTaskSequence\TSEnv.dat. 0x80070005. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RemoveDirectoryW failed (0x80070091) for C:\_SMSTaskSequence TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Package. Error code 0x80070002 TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    GetTsRegValue() failed. 0x80070002. TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    ReleaseRequest failed with error code 0x80004005 TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram OSDSetupHook 1/2/2014 2:34:35 PM 360 (0x0168)
    GetTsRegValue() failed. 0x80070002. OSDSetupHook 1/2/2014 2:34:35 PM 360 (0x0168)
    2. We are not using MDT in our environment so I ant use add features and roles option.
    3. The script is running fine when we run it manually.

  • Why is Acrobat not installing with deployment package?

    I have created windows 64 bit packages with AAMEE from the CS6 Design and web premium suite. From the full suite to Photoshop. Acrobat, to Acrobat stand alone. Each time Acrobat does not install. What am I doing wrong?

    Hi,
    When Acrobat is present in your AAMEE created packages, you first need to run the Exception deployer tool in pre mode, then deploy the main package and then run the Exception deployer tool again in post mode to deploy the remaining exceptions. Please read the documentation of exception deployer present in AAMEE deployment guide posted at http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
    If you are using AAMEE 3.1, the Exeption deployer application is present inside the exceptions folder of your AAMEE created packages.
    Let us know if you face any issues.
    Thanks,
    Saransh Katariya | Adobe Systems | [email protected]

Maybe you are looking for