Jump to content

clivebuckwheat

Member
  • Posts

    574
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by clivebuckwheat

  1. Calling the installation from the batch does work fine. It always has.The issue is I get can't find installer if I try to kick it off with C:Applications\Adobephotoshopelements8\setup.exe in the regadd statement. The setup.exe runs fine if I manually double click it
  2. The missing " is there in my script in my carelessness to post I didn't get the whole line sorry The issue is this I have a directory called C:\Applications\AdobePhotoshopElements8\ here are the lines that should kick off the installation, yet I get an error message cannot find installer REG ADD %KEY%\030 /VE /D "Installing Adobe Photoshop Elements 8" /f REG ADD %KEY%\030 /V 1 /D "C:\Applications\AdobePhotoshopElements8\Setup.exe" /f If I kick off the install like this it works. REG ADD %KEY%\030 /VE /D "Installing Adobe Photoshop Elements 8" /f REG ADD %KEY%\030 /V 1 /D "C:\Applications\AdobePhotoshopElements8\PSE8.cmd" /f The contents of the PSE8.cmd is as follows. The PSE8.cmd is in C:\Applications cd\AdobePhotoshopElements8 setup.exe What I do not understand is why the commands below will not work?. REG ADD %KEY%\030 /VE /D "Installing Adobe Photoshop Elements 8" /f REG ADD %KEY%\030 /V 1 /D "C:\Applications\AdobePhotoshopElements8\Setup.exe" /f
  3. I am trying to kick off an install The installation files reside in C:\Applications\AdobePhotoshopElements8 REG ADD %KEY%\030 /VE /D "Installing Adobe Photshop Elements 8.0" /f REG ADD %KEY%\030 /V 1 /D C:\Applications\AdobePhotoshopElements8\Setup.exe" /f] I get an error cannot find the installer. I am trying to understand why the above doesn't work, yet calling it from a cmd file does. but if I run it from a cmd file located in C:\Applications REG ADD %KEY%\030 /VE /D "Installing Adobe Photshop Elements 8.0" /f REG ADD %KEY%\030 /V 1 /D C:\Applications\AdobePhotoshopElements8\PSE8.cmd" /f] in the cmd file it has the following commands cd \AdobePhotoshopElements8 setup
  4. I made the sfx file,self extracting exe. Is there a way when it is executing it, extract the contents to a specific folder, also after it is extracted run a batch file?. Without having to do any but double click the exe?. Thanks for any help I haven't used 7-Zip that much
  5. Thanks myselfidem, but I built my reference image in a VM so how would PersistAllDeviceInstalls help, should I not be generalizing everything?, as you can see above sysprep is complaining about two files vmaudio and vmcmi.sys http://technet.micro...512(WS.10).aspx About <RegisteredOrganisation>, it seems it's better to not add a space! <RegisteredOrganization>My_Organization</RegisteredOrganization> I hope that can help you! *Edit: Please ATTACH your files and no paste them. Your script "setupact.log" freeze the loading page site and must be stopped !
  6. Well I am in big trouble I just tried my image on 8 more Dell Optiplex 755's and all of them crashed
  7. Actually no those two vm files do not exist in the image. I did a double check. I did uninstall vmware tools BEFORE sealing the image. But there is reference to them in the registry I will delete all references to them (4 Places) and try again. I will post back later today. Thank you for the reply.
  8. I have a lab of Dell Optiplex 755's 40 of them to be exact. I built my reference image in a virtual. I sealed the image with sysprep and then deployed it. When I came in today, I saw that 30 pc's were ok, but on 10 of them, I got a sysprep error Windows could not parse or process the unattend answer file for pass windows-setup at the specialize pass. I have uninstalled vmware tools before I sealed my image. What I do not understand is the following, I have 40 Optiplex's 755's how can 30 of them be ok, and 10 crash. They are all the same hardware. If you need anymore log files let me know. I am severely stumped. Here is my answer file ?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">'>http://schemas.microsoft.com/WMIConfig/2002/State"> <Identification> <JoinWorkgroup>LABS</JoinWorkgroup> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">'>http://schemas.microsoft.com/WMIConfig/2002/State"> <ComputerName>*</ComputerName> <RegisteredOrganization>My Organization</RegisteredOrganization> <RegisteredOwner>My Organization</RegisteredOwner> <CopyProfile>true</CopyProfile> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">'>http://schemas.microsoft.com/WMIConfig/2002/State"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Description>UIU-COMMAND-ID={4dec1d91-5b7c-4f41-91e1-ee8d57db943e}</Description> <Order>1</Order> <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Path>net user administrator /active:yes</Path> <Order>2</Order> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">'>http://schemas.microsoft.com/WMIConfig/2002/State"> <UserAccounts> <AdministratorPassword> <Value>aABjAG0AaABzAD8AQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>dABlAGEAYwBoAGUAcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Description>Faculty</Description> <DisplayName>Faculty</DisplayName> <Group>Administrator</Group> <Name>Faculty</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Password> <Value>aABjAG0AaABzAD8AUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Description>Admin</Description> <DisplayName>Admin</DisplayName> <Group>Administrator</Group> <Name>Admin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <OOBE> <HideEULAPage>true</HideEULAPage> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <TimeZone>Eastern Standard Time</TimeZone> <AutoLogon> <Password> <Value>aABjAG0AaABzAD8AUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <Username>Administrator</Username> </AutoLogon> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SystemLocale>en-US</SystemLocale> <InputLocale>0409:00000409;1009:00001009;0c0c:00000c0c</InputLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/winpro764bit/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Setuperr.log 2011-08-08 16:46:05, Error SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\drivers\vmaudio.sys! 2011-08-08 16:46:05, Error SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\DRIVERS\vmci.sys!
  9. I know it was possible in XP using the sysprep.inf, I can't seem to find out how to do it in Windows 7 using the answer file. Thanks for any help. '
  10. I am trying to Add two local accounts via sysprep after sysprep they are created BUT only as a standard user. 1. Admin. I'd like this to be an Administrator not a standard user 2. Faculty. I'd like this to be an Administrator not a standard user Here is my answer file below. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> <Identification> <JoinWorkgroup>LABS</JoinWorkgroup> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> <ComputerName>*</ComputerName> <RegisteredOrganization>MY ORGANIZATION</RegisteredOrganization> <RegisteredOwner>MY ORGANIZATION</RegisteredOwner> <CopyProfile>true</CopyProfile> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Description>UIU-COMMAND-ID={4dec1d91-5b7c-4f41-91e1-ee8d57db943e}</Description> <Order>1</Order> <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Path>net user administrator /active:yes</Path> <Order>2</Order> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> <UserAccounts> <AdministratorPassword> <Value>aABjAG0AaABzAD8AQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>dABlAGEAYwBoAGUAcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Description>Faculty</Description> <DisplayName>Faculty</DisplayName> <Group>Administrator</Group> <Name>Faculty</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Password> <Value>aABjAG0AaABzAD8AUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Description>Admin</Description> <DisplayName>Admin</DisplayName> <Group>Administrator</Group> <Name>Admin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <OOBE> <HideEULAPage>true</HideEULAPage> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <TimeZone>Eastern Standard Time</TimeZone> <AutoLogon> <Password> <Value>aABjAG0AaABzAD8AUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <Username>Administrator</Username> </AutoLogon> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SystemLocale>en-US</SystemLocale> <InputLocale>0409:00000409;1009:00001009;0c0c:00000c0c</InputLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/winpro764bit/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  11. Thanks man, I guess I have to me mindful of the card I deploy the regkey on , but it works.
  12. Yes I posted it on social, it is an issue with certain makes and models of intel nics. How I know is because I updated the driver, wol did not work, I updated BIOS wol didn't work. I enabled pme in windows and wol finally worked. I then I went to a machine where I did not update the bios or the nic driver and just updated the pme settings in windows and wol lan worked. I tried using that script post on social but the problem is it seems to do a alot more then just enable the pme settings. I have about 150 machines I do not want to break.
  13. This is the line I am prompted for YES/NO. When I re-run my script a second time. REG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RunOnceEx For my PDF woes reader not being the default after cs4 has been installed. after the CS4 installation the association is exactly the same as it was with reader x (.pdf=AcroExch.Document) I tried this to change the default pdf back to reader X it did not work. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AcroExch.Document\Shell\Open\Command] @="\"C:\\Program Files (x86)\\Adobe\\Reader 10.0\\Reader\\AcroRd32.exe\" \"%1\"" UPDATE! This fixed it. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\UserChoice] "Progid"="Applications\\AcroRd32.exe"
  14. It seems Windows 7 turns this off by default. PME is needed for wake on lan to function properly. Is there a way to turn it back on via the command line?
  15. I had a couple pc's that the script would not run on because it was asking me to over right a value and I had to choose yes before the script ran.
  16. Can this line use the /f REG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RunOnceEx I'd like to force it to overwritten if it already exists, I am in the testing phase at the moment of my scripts
  17. I spoke to soon after tried the above association and after the cs4 install pro was still the default after running the batch. @echo off assoc .pdf=AcroExch.Document assoc .fdf=AcroExch.FDFDoc
  18. That is the one. I am trying to install Dreamweaver and Photoshop that is it. I generated the xml file with setup --record=1
  19. Hi I am trying to do a silent install of Adobe cs3 (Dreamweaver and Photoshop) on a Windows 7 x64 bit lab. The install keeps exiting with a exit code of 7. Any help would be great as I really don't know what could be the issue here. Here is how I am kicking off the install setup.exe --mode=silent --deploymentFile="C:\Applications\CS3\Adobe Creative Suite 3 Design Premium.install.xml" --skipProcessCheck=1 Here is the Adobe Creative Suite 3 Design Premium.install.xml <?xml version="1.0" encoding="UTF-8"?> <Deployment><Properties><Property name="INSTALLDIR">C:\Program Files (x86)\Adobe</Property><Property name="OS64Bit">1</Property><Property name="StartMenuSubFolder">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Premium CS3</Property><Property name="driverAdobeCode">{7005ECBC-F54B-42FD-81E4-934BC43FA329}</Property><Property name="eula_EPIC_EULA_ACCEPTED">1</Property><Property name="eula_EPIC_EULA_SELECTED">0</Property><Property name="installLanguage">en_US</Property><Property name="installSourcePath">C:\Program Files (x86)\Common Files\Adobe\Installers\498b43b77cac072081a5692bfc52804</Property><Property name="sessionID">498b43b77cac072081a5692bfc52804</Property><Property name="setupVersion">1.0.135.0</Property></Properties><Payloads><Payload adobeCode="{00E5C764-9525-44C3-8404-712AD06AE12A}"><Action>install</Action></Payload><Payload adobeCode="{30C4B843-28DA-466F-AFCA-CB0ED153C826}"><Action>install</Action></Payload><Payload adobeCode="{7005ECBC-F54B-42FD-81E4-934BC43FA329}"><Action>install</Action></Payload></Payloads></Deployment> Here is the log file [ 4272] Sun Aug 07 11:50:44 2011 INFO *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* START - Installer Session *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* RIBS version: 1.0.135.0 -------------------- BEGIN - Proxy File Summary - BEGIN -------------------- AdobeCode: {00E5C764-9525-44C3-8404-712AD06AE12A} Path: C:\Applications\CS3\payloads\AdobeDreamweaver9en_US\AdobeDreamweaver9en_US.proxy.xml AdobeCode: {06CEA754-616B-40CA-B807-B5F045628BC8} Path: C:\Applications\CS3\payloads\AdobeInDesignCS3IconHandler\AdobeInDesignCS3IconHandler.proxy.xml AdobeCode: {078B624D-5FF6-40CF-8B92-312FD03FE4EB} Path: C:\Applications\CS3\payloads\AdobeTypeSupportAll\AdobeTypeSupportAll.proxy.xml AdobeCode: {0A880438-9557-49ED-8E86-BD7B24612713} Path: C:\Applications\CS3\payloads\AdobeDefaultLanguageCS3All\AdobeDefaultLanguageCS3All.proxy.xml AdobeCode: {193F8A7B-1853-48D5-88AC-19446C2C1D13} Path: C:\Applications\CS3\payloads\AdobeExtendScriptToolKitAll\AdobeExtendScriptToolKitAll.proxy.xml AdobeCode: {1953AC8E-E91C-437F-83CC-82869A128FDE} Path: C:\Applications\CS3\payloads\AdobeFontsAll\AdobeFontsAll.proxy.xml AdobeCode: {1C52C3C3-0BCB-4AE2-BA9D-9534C47EE221} Path: C:\Applications\CS3\payloads\AdobeBridgeTalkPluginAll\AdobeBridgeTalkPluginAll.proxy.xml AdobeCode: {24D77A7C-E10B-4057-9974-FAB8BFDAC853} Path: C:\Applications\CS3\payloads\AdobeInDesign5en_US\AdobeInDesign5en_US.proxy.xml AdobeCode: {2715DA38-F987-47F1-A768-F94D1B09074A} Path: C:\Applications\CS3\payloads\AdobeColorEU_RecommendedAll\AdobeColorEU_RecommendedAll.proxy.xml AdobeCode: {28729DCD-3C60-45E3-9C25-4F5056802811} Path: C:\Applications\CS3\payloads\AdobeColorJA_RecommendedAll\AdobeColorJA_RecommendedAll.proxy.xml AdobeCode: {2E4528EC-5ACB-4D19-98DD-6CC3594EB1A1} Path: C:\Applications\CS3\payloads\AdobeALMAnchorServiceAll\AdobeALMAnchorServiceAll.proxy.xml AdobeCode: {30C4B843-28DA-466F-AFCA-CB0ED153C826} Path: C:\Applications\CS3\payloads\AdobePhotoshop10en_US\AdobePhotoshop10en_US.proxy.xml AdobeCode: {3BC8460B-085E-47F3-9C62-8FFCBAF11D78} Path: C:\Applications\CS3\payloads\AdobeFlash9en_US\AdobeFlash9en_US.proxy.xml AdobeCode: {450CDEDE-2E5F-4659-AC0D-BA693424ACAF} Path: C:\Applications\CS3\payloads\AdobeExtensionManager1.8All\AdobeExtensionManager1.8All.proxy.xml AdobeCode: {56E0400B-3C4E-4600-A4D7-425EAE09E079} Path: C:\Applications\CS3\payloads\AdobeFlashPlayer9_plDbg_mul\AdobeFlashPlayer9_plDbg_mul.proxy.xml AdobeCode: {5CE549BC-DD75-4D03-971A-4D598AC46CF2} Path: C:\Applications\CS3\payloads\AdobeLinguisticsAll\AdobeLinguisticsAll.proxy.xml AdobeCode: {61D23D99-3398-414E-974E-EBAE498BB298} Path: C:\Applications\CS3\payloads\AdobeBridge2All\AdobeBridge2All.proxy.xml AdobeCode: {65B2E542-E491-4762-90DB-C18B1200A093} Path: C:\Applications\CS3\payloads\AdobeXMPPanelsAll\AdobeXMPPanelsAll.proxy.xml AdobeCode: {6EB45C70-7B6E-456C-8C23-58A8409C0E3D} Path: C:\Applications\CS3\payloads\AdobeFlashPlayer9_axDbg_mul\AdobeFlashPlayer9_axDbg_mul.proxy.xml AdobeCode: {7005ECBC-F54B-42FD-81E4-934BC43FA329} Path: C:\Applications\CS3\payloads\AdobeDesignSuitePremiumen_US_Volume\AdobeDesignSuitePremiumen_US_Volume.proxy.xml AdobeCode: {7B53463B-283F-44FF-94B2-CAB60DDE3159} Path: C:\Applications\CS3\payloads\AdobeDeviceCentralAll\AdobeDeviceCentralAll.proxy.xml AdobeCode: {7BB7F66A-D798-45A3-A383-0727FB1EBF8E} Path: C:\Applications\CS3\payloads\AdobeFlashVideoEncoder2en_US\AdobeFlashVideoEncoder2en_US.proxy.xml AdobeCode: {7E8C0B6B-A9DD-47C2-9589-43442F753117} Path: C:\Applications\CS3\payloads\AdobeColorJA_ExtraSettingsAll\AdobeColorJA_ExtraSettingsAll.proxy.xml AdobeCode: {8CFB2641-1439-4FA4-A72E-1658DC58B2F7} Path: C:\Applications\CS3\payloads\AdobePDFSettingsAll\AdobePDFSettingsAll.proxy.xml AdobeCode: {8cec782a-3a7a-4f34-8452-78d05847efa2} Path: C:\Applications\CS3\payloads\AdobeAssetServices3All\AdobeAssetServices3All.proxy.xml AdobeCode: {9C4C65E9-3568-4643-A6B0-6FC5D229D987} Path: C:\Applications\CS3\payloads\AdobeStockPhotos1.5All\AdobeStockPhotos1.5All.proxy.xml AdobeCode: {A874B792-CECE-448A-A05E-B73E2B29299B} Path: C:\Applications\CS3\payloads\AdobeCameraRaw4.0All\AdobeCameraRaw4.0All.proxy.xml AdobeCode: {AC76BA86-1033-0000-7760-000000000003} Path: C:\Applications\CS3\payloads\AdobeAcrobat8en_US\AdobeAcrobat8en_US.proxy.xml AdobeCode: {AD61B275-AE44-4779-8E29-DF10832F5524} Path: C:\Applications\CS3\payloads\AdobeSINGAll\AdobeSINGAll.proxy.xml AdobeCode: {B2BF8160-B481-4F4A-B4F1-AD01DCC651DC} Path: C:\Applications\CS3\payloads\AdobeMotionPictureAll\AdobeMotionPictureAll.proxy.xml AdobeCode: {B62B14F8-19D1-4B2E-9608-DC79E98C0FF3} Path: C:\Applications\CS3\payloads\AdobeHelpViewerAll\AdobeHelpViewerAll.proxy.xml AdobeCode: {B99ACF49-9DDD-448F-B9BB-A8D49F6D3884} Path: C:\Applications\CS3\payloads\AdobeWinSoftLinguisticsPluginAll\AdobeWinSoftLinguisticsPluginAll.proxy.xml AdobeCode: {BC4E20A8-BE55-4482-8A1B-606080887D46} Path: C:\Applications\CS3\payloads\AdobePDFL8All\AdobePDFL8All.proxy.xml AdobeCode: {BDFC4A4E-D8D3-44B2-B615-11D05A431FE7} Path: C:\Applications\CS3\payloads\AdobeColorNA_ExtraSettingsAll\AdobeColorNA_ExtraSettingsAll.proxy.xml AdobeCode: {C4519961-AC64-4565-B3AF-9050296B5D5A} Path: C:\Applications\CS3\payloads\AdobeIllustrator13en_US\AdobeIllustrator13en_US.proxy.xml AdobeCode: {C9BE6782-B94E-4EA6-9208-CF92811B28E7} Path: C:\Applications\CS3\payloads\BridgeStartMeeting\BridgeStartMeeting.proxy.xml AdobeCode: {D12E7F7F-9D98-47B9-A16C-A6C5226FE642} Path: C:\Applications\CS3\payloads\AHVSTIAll\AHVSTIAll.proxy.xml AdobeCode: {D2968B66-F6C1-45AE-A378-04D9FB541210} Path: C:\Applications\CS3\payloads\AdobeColorEU_ExtraSettingsAll\AdobeColorEU_ExtraSettingsAll.proxy.xml AdobeCode: {D59D24C6-BFD5-4D92-8EE3-06055F6E2827} Path: C:\Applications\CS3\payloads\AdobeColorPhotoshopAll\AdobeColorPhotoshopAll.proxy.xml AdobeCode: {E1654C7B-8CBF-4301-8B8A-CFA1EB656F4D} Path: C:\Applications\CS3\payloads\AdobeColorCommonSetAll\AdobeColorCommonSetAll.proxy.xml AdobeCode: {ED77DAD4-1EE4-4259-ABC2-909C58FDA4C1} Path: C:\Applications\CS3\payloads\AdobeWASAll\AdobeWASAll.proxy.xml AdobeCode: {F33E4400-F4B8-46F9-8B3E-307CCC3B4860} Path: C:\Applications\CS3\payloads\AdobeColorNA_RecommendedAll\AdobeColorNA_RecommendedAll.proxy.xml AdobeCode: {FA70D08A-5D90-496D-AF9A-9DBCEE4FC005} Path: C:\Applications\CS3\payloads\AdobeAUM5.1All\AdobeAUM5.1All.proxy.xml AdobeCode: {FB235376-7904-4164-88F4-13CA3944BBB9} Path: C:\Applications\CS3\payloads\AdobeCMapsAll\AdobeCMapsAll.proxy.xml AdobeCode: {abd781e6-d5ca-45aa-a5f7-f64799eb1c04} Path: C:\Applications\CS3\payloads\AdobeVersionCue3All\AdobeVersionCue3All.proxy.xml AdobeCode: {de08a23f-60bd-41d3-b703-c1a7bfbc2614} Path: C:\Applications\CS3\payloads\AdobeVersionCueClient3All\AdobeVersionCueClient3All.proxy.xml -------------------- END - Proxy File Summary - END -------------------- -------------------- BEGIN - Updating Media Sources - BEGIN -------------------- Updated source path: C:\Applications\CS3 Updating media info for: {00E5C764-9525-44C3-8404-712AD06AE12A}, Effective: {00E5C764-9525-44C3-8404-712AD06AE12A} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeDreamweaver9en_US\AdobeDreamweaver9en_US.msi Updating media info for: {06CEA754-616B-40CA-B807-B5F045628BC8}, Effective: {06CEA754-616B-40CA-B807-B5F045628BC8} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeInDesignCS3IconHandler\AdobeInDesignCS3IconHandler.msi Updating media info for: {078B624D-5FF6-40CF-8B92-312FD03FE4EB}, Effective: {078B624D-5FF6-40CF-8B92-312FD03FE4EB} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeTypeSupportAll\AdobeTypeSupportAll.msi Updating media info for: {0A880438-9557-49ED-8E86-BD7B24612713}, Effective: {0A880438-9557-49ED-8E86-BD7B24612713} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeDefaultLanguageCS3All\AdobeDefaultLanguageCS3All.msi Updating media info for: {193F8A7B-1853-48D5-88AC-19446C2C1D13}, Effective: {193F8A7B-1853-48D5-88AC-19446C2C1D13} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeExtendScriptToolKitAll\AdobeExtendScriptToolKitAll.msi Updating media info for: {1953AC8E-E91C-437F-83CC-82869A128FDE}, Effective: {1953AC8E-E91C-437F-83CC-82869A128FDE} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeFontsAll\AdobeFontsAll.msi Updating media info for: {1C52C3C3-0BCB-4AE2-BA9D-9534C47EE221}, Effective: {1C52C3C3-0BCB-4AE2-BA9D-9534C47EE221} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeBridgeTalkPluginAll\AdobeBridgeTalkPluginAll.msi Updating media info for: {24D77A7C-E10B-4057-9974-FAB8BFDAC853}, Effective: {24D77A7C-E10B-4057-9974-FAB8BFDAC853} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeInDesign5en_US\AdobeInDesign5en_US.msi Updating media info for: {2715DA38-F987-47F1-A768-F94D1B09074A}, Effective: {2715DA38-F987-47F1-A768-F94D1B09074A} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorEU_RecommendedAll\AdobeColorEU_RecommendedAll.msi Updating media info for: {28729DCD-3C60-45E3-9C25-4F5056802811}, Effective: {28729DCD-3C60-45E3-9C25-4F5056802811} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorJA_RecommendedAll\AdobeColorJA_RecommendedAll.msi Updating media info for: {2E4528EC-5ACB-4D19-98DD-6CC3594EB1A1}, Effective: {2E4528EC-5ACB-4D19-98DD-6CC3594EB1A1} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeALMAnchorServiceAll\AdobeALMAnchorServiceAll.msi Updating media info for: {30C4B843-28DA-466F-AFCA-CB0ED153C826}, Effective: {30C4B843-28DA-466F-AFCA-CB0ED153C826} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobePhotoshop10en_US\AdobePhotoshop10en_US.msi Updating media info for: {3BC8460B-085E-47F3-9C62-8FFCBAF11D78}, Effective: {3BC8460B-085E-47F3-9C62-8FFCBAF11D78} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeFlash9en_US\AdobeFlash9en_US.msi Updating media info for: {450CDEDE-2E5F-4659-AC0D-BA693424ACAF}, Effective: {450CDEDE-2E5F-4659-AC0D-BA693424ACAF} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeExtensionManager1.8All\AdobeExtensionManager1.8All.msi Updating media info for: {56E0400B-3C4E-4600-A4D7-425EAE09E079}, Effective: {56E0400B-3C4E-4600-A4D7-425EAE09E079} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeFlashPlayer9_plDbg_mul\AdobeFlashPlayer9_plDbg_mul.msi Updating media info for: {5CE549BC-DD75-4D03-971A-4D598AC46CF2}, Effective: {5CE549BC-DD75-4D03-971A-4D598AC46CF2} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeLinguisticsAll\AdobeLinguisticsAll.msi Updating media info for: {61D23D99-3398-414E-974E-EBAE498BB298}, Effective: {61D23D99-3398-414E-974E-EBAE498BB298} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeBridge2All\AdobeBridge2All.msi Updating media info for: {65B2E542-E491-4762-90DB-C18B1200A093}, Effective: {65B2E542-E491-4762-90DB-C18B1200A093} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeXMPPanelsAll\AdobeXMPPanelsAll.msi Updating media info for: {6EB45C70-7B6E-456C-8C23-58A8409C0E3D}, Effective: {6EB45C70-7B6E-456C-8C23-58A8409C0E3D} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeFlashPlayer9_axDbg_mul\AdobeFlashPlayer9_axDbg_mul.msi Updating media info for: {7005ECBC-F54B-42FD-81E4-934BC43FA329}, Effective: {7005ECBC-F54B-42FD-81E4-934BC43FA329} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeDesignSuitePremiumen_US_Volume\AdobeDesignSuitePremiumen_US_Volume.msi Updating media info for: {7B53463B-283F-44FF-94B2-CAB60DDE3159}, Effective: {7B53463B-283F-44FF-94B2-CAB60DDE3159} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeDeviceCentralAll\AdobeDeviceCentralAll.msi Updating media info for: {7BB7F66A-D798-45A3-A383-0727FB1EBF8E}, Effective: {7BB7F66A-D798-45A3-A383-0727FB1EBF8E} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeFlashVideoEncoder2en_US\AdobeFlashVideoEncoder2en_US.msi Updating media info for: {7E8C0B6B-A9DD-47C2-9589-43442F753117}, Effective: {7E8C0B6B-A9DD-47C2-9589-43442F753117} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorJA_ExtraSettingsAll\AdobeColorJA_ExtraSettingsAll.msi Updating media info for: {8CFB2641-1439-4FA4-A72E-1658DC58B2F7}, Effective: {8CFB2641-1439-4FA4-A72E-1658DC58B2F7} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobePDFSettingsAll\AdobePDFSettingsAll.msi Updating media info for: {8cec782a-3a7a-4f34-8452-78d05847efa2}, Effective: {8cec782a-3a7a-4f34-8452-78d05847efa2} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeAssetServices3All\AdobeAssetServices3All.msi Updating media info for: {9C4C65E9-3568-4643-A6B0-6FC5D229D987}, Effective: {9C4C65E9-3568-4643-A6B0-6FC5D229D987} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeStockPhotos1.5All\AdobeStockPhotos1.5All.msi Updating media info for: {A874B792-CECE-448A-A05E-B73E2B29299B}, Effective: {A874B792-CECE-448A-A05E-B73E2B29299B} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeCameraRaw4.0All\AdobeCameraRaw4.0All.msi Updating media info for: {AC76BA86-1033-0000-7760-000000000003}, Effective: {AC76BA86-1033-0000-7760-000000000003} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeAcrobat8en_US\AcroPro.msi Updating media info for: {AD61B275-AE44-4779-8E29-DF10832F5524}, Effective: {AD61B275-AE44-4779-8E29-DF10832F5524} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeSINGAll\AdobeSINGAll.msi Updating media info for: {B2BF8160-B481-4F4A-B4F1-AD01DCC651DC}, Effective: {B2BF8160-B481-4F4A-B4F1-AD01DCC651DC} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeMotionPictureAll\AdobeMotionPictureAll.msi Updating media info for: {B62B14F8-19D1-4B2E-9608-DC79E98C0FF3}, Effective: {B62B14F8-19D1-4B2E-9608-DC79E98C0FF3} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeHelpViewerAll\AdobeHelpViewerAll.msi Updating media info for: {B99ACF49-9DDD-448F-B9BB-A8D49F6D3884}, Effective: {B99ACF49-9DDD-448F-B9BB-A8D49F6D3884} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeWinSoftLinguisticsPluginAll\AdobeWinSoftLinguisticsPluginAll.msi Updating media info for: {BC4E20A8-BE55-4482-8A1B-606080887D46}, Effective: {BC4E20A8-BE55-4482-8A1B-606080887D46} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobePDFL8All\AdobePDFL8All.msi Updating media info for: {BDFC4A4E-D8D3-44B2-B615-11D05A431FE7}, Effective: {BDFC4A4E-D8D3-44B2-B615-11D05A431FE7} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorNA_ExtraSettingsAll\AdobeColorNA_ExtraSettingsAll.msi Updating media info for: {C4519961-AC64-4565-B3AF-9050296B5D5A}, Effective: {C4519961-AC64-4565-B3AF-9050296B5D5A} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeIllustrator13en_US\AdobeIllustrator13en_US.msi Updating media info for: {C9BE6782-B94E-4EA6-9208-CF92811B28E7}, Effective: {C9BE6782-B94E-4EA6-9208-CF92811B28E7} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\BridgeStartMeeting\BridgeStartMeeting.msi Updating media info for: {D12E7F7F-9D98-47B9-A16C-A6C5226FE642}, Effective: {D12E7F7F-9D98-47B9-A16C-A6C5226FE642} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AHVSTIAll\AHVSTIAll.msi Updating media info for: {D2968B66-F6C1-45AE-A378-04D9FB541210}, Effective: {D2968B66-F6C1-45AE-A378-04D9FB541210} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorEU_ExtraSettingsAll\AdobeColorEU_ExtraSettingsAll.msi Updating media info for: {D59D24C6-BFD5-4D92-8EE3-06055F6E2827}, Effective: {D59D24C6-BFD5-4D92-8EE3-06055F6E2827} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorPhotoshopAll\AdobeColorPhotoshopAll.msi Updating media info for: {E1654C7B-8CBF-4301-8B8A-CFA1EB656F4D}, Effective: {E1654C7B-8CBF-4301-8B8A-CFA1EB656F4D} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorCommonSetAll\AdobeColorCommonSetAll.msi Updating media info for: {ED77DAD4-1EE4-4259-ABC2-909C58FDA4C1}, Effective: {ED77DAD4-1EE4-4259-ABC2-909C58FDA4C1} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeWASAll\AdobeWASAll.msi Updating media info for: {F33E4400-F4B8-46F9-8B3E-307CCC3B4860}, Effective: {F33E4400-F4B8-46F9-8B3E-307CCC3B4860} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeColorNA_RecommendedAll\AdobeColorNA_RecommendedAll.msi Updating media info for: {FA70D08A-5D90-496D-AF9A-9DBCEE4FC005}, Effective: {FA70D08A-5D90-496D-AF9A-9DBCEE4FC005} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeAUM5.1All\AdobeAUM5.1All.msi Updating media info for: {FB235376-7904-4164-88F4-13CA3944BBB9}, Effective: {FB235376-7904-4164-88F4-13CA3944BBB9} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeCMapsAll\AdobeCMapsAll.msi Updating media info for: {abd781e6-d5ca-45aa-a5f7-f64799eb1c04}, Effective: {abd781e6-d5ca-45aa-a5f7-f64799eb1c04} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeVersionCue3All\AdobeVersionCue3All.msi Updating media info for: {de08a23f-60bd-41d3-b703-c1a7bfbc2614}, Effective: {de08a23f-60bd-41d3-b703-c1a7bfbc2614} Ignoring original data since install source is local Type: 0, Volume Order: 1, Media Name: CS3 Design Premium, Path: C:\Applications\CS3\payloads\AdobeVersionCueClient3All\AdobeVersionCueClient3All.msi -------------------- END - Updating Media Sources - END -------------------- [ 4272] Sun Aug 07 11:50:44 2011 DEBUG Adding driver payload ARP data Added: AddRemoveInfoDisplayName=Add or Remove Adobe Creative Suite 3 Design Premium Added: AddRemoveInfoDisplayVersion=1.0 Added: AddRemoveInfoSupportURL=http://www.adobe.com/go/support/ Install bootstrapper parameters: Log of: object defaultLanguage {string}: en_US installSourcePath {string}: C:\Applications\CS3 platform {string}: Win32 sessionID {string}: 498b43b77cac072081a5692bfc52804 setupVersion {string}: 1.0.135.0 productName {string}: Adobe Creative Suite 3 Design Premium driverAdobeCode {string}: {7005ECBC-F54B-42FD-81E4-934BC43FA329} StartMenuSubFolder {string}: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Premium CS3 INSTALLDIR {string}: C:\Program Files (x86)\Common Files\Adobe\Installers\498b43b77cac072081a5692bfc52804 record {string}: 0 CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload0 {string}: {00E5C764-9525-44C3-8404-712AD06AE12A} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload1 {string}: {06CEA754-616B-40CA-B807-B5F045628BC8} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload2 {string}: {078B624D-5FF6-40CF-8B92-312FD03FE4EB} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload3 {string}: {0A880438-9557-49ED-8E86-BD7B24612713} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload4 {string}: {193F8A7B-1853-48D5-88AC-19446C2C1D13} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload5 {string}: {1953AC8E-E91C-437F-83CC-82869A128FDE} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload6 {string}: {1C52C3C3-0BCB-4AE2-BA9D-9534C47EE221} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload7 {string}: {24D77A7C-E10B-4057-9974-FAB8BFDAC853} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload8 {string}: {2715DA38-F987-47F1-A768-F94D1B09074A} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload9 {string}: {28729DCD-3C60-45E3-9C25-4F5056802811} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload10 {string}: {2E4528EC-5ACB-4D19-98DD-6CC3594EB1A1} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload11 {string}: {30C4B843-28DA-466F-AFCA-CB0ED153C826} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload12 {string}: {3BC8460B-085E-47F3-9C62-8FFCBAF11D78} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload13 {string}: {450CDEDE-2E5F-4659-AC0D-BA693424ACAF} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload14 {string}: {56E0400B-3C4E-4600-A4D7-425EAE09E079} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload15 {string}: {5CE549BC-DD75-4D03-971A-4D598AC46CF2} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload16 {string}: {61D23D99-3398-414E-974E-EBAE498BB298} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload17 {string}: {65B2E542-E491-4762-90DB-C18B1200A093} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload18 {string}: {6EB45C70-7B6E-456C-8C23-58A8409C0E3D} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload19 {string}: {7005ECBC-F54B-42FD-81E4-934BC43FA329} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload20 {string}: {7B53463B-283F-44FF-94B2-CAB60DDE3159} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload21 {string}: {7BB7F66A-D798-45A3-A383-0727FB1EBF8E} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload22 {string}: {7E8C0B6B-A9DD-47C2-9589-43442F753117} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload23 {string}: {8CFB2641-1439-4FA4-A72E-1658DC58B2F7} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload24 {string}: {8cec782a-3a7a-4f34-8452-78d05847efa2} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload25 {string}: {9C4C65E9-3568-4643-A6B0-6FC5D229D987} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload26 {string}: {A874B792-CECE-448A-A05E-B73E2B29299B} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload27 {string}: {AC76BA86-1033-0000-7760-000000000003} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload28 {string}: {AD61B275-AE44-4779-8E29-DF10832F5524} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload29 {string}: {B2BF8160-B481-4F4A-B4F1-AD01DCC651DC} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload30 {string}: {B62B14F8-19D1-4B2E-9608-DC79E98C0FF3} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload31 {string}: {B99ACF49-9DDD-448F-B9BB-A8D49F6D3884} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload32 {string}: {BC4E20A8-BE55-4482-8A1B-606080887D46} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload33 {string}: {BDFC4A4E-D8D3-44B2-B615-11D05A431FE7} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload34 {string}: {C4519961-AC64-4565-B3AF-9050296B5D5A} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload35 {string}: {C9BE6782-B94E-4EA6-9208-CF92811B28E7} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload36 {string}: {D12E7F7F-9D98-47B9-A16C-A6C5226FE642} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload37 {string}: {D2968B66-F6C1-45AE-A378-04D9FB541210} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload38 {string}: {D59D24C6-BFD5-4D92-8EE3-06055F6E2827} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload39 {string}: {E1654C7B-8CBF-4301-8B8A-CFA1EB656F4D} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload40 {string}: {ED77DAD4-1EE4-4259-ABC2-909C58FDA4C1} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload41 {string}: {F33E4400-F4B8-46F9-8B3E-307CCC3B4860} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload42 {string}: {FA70D08A-5D90-496D-AF9A-9DBCEE4FC005} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload43 {string}: {FB235376-7904-4164-88F4-13CA3944BBB9} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload44 {string}: {abd781e6-d5ca-45aa-a5f7-f64799eb1c04} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload45 {string}: {de08a23f-60bd-41d3-b703-c1a7bfbc2614} CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.TotalPayloads {number}: 46 AddRemoveInfoDisplayName {string}: Add or Remove Adobe Creative Suite 3 Design Premium AddRemoveInfoDisplayVersion {string}: 1.0 AddRemoveInfoSupportURL {string}: http://www.adobe.com/go/support/ ExitWorkflow {string}: 1 [ 4272] Sun Aug 07 11:50:44 2011 INFO Installing Bootstrapper --record option not specified * Logfile path changed to: C:\Program Files (x86)\Common Files\Adobe\Installers\Add or Remove Adobe Creative Suite 3 Design Premium 1.0.log *
  20. I have tried the assoc command, but it didn't work for me, maybe I did it wrong. I am trying to change the associate from Acrobat pro 9 back to Reader X. I am going to try again
  21. No Reader X is part of the base image in my organization. I am added cs4 after laying down the base
  22. Thank you. It works great. After my install of Adobe CS4 I noticed that Adobe reader X is no longer the default PDF application, but Adobe Reader pro is, is there any way to change it back via batch mode so that Adobe Reader X is the default. Again thanks for all your help.
  23. Thank you guys. Last task for me this week is to do an unattended install of Dreamweaver and photoshop from CS3 with the updates that task is for tomorrow . The struggle continues, but I have learned so much. Thank you for all your time and effort guys. Classes start in a week and I am under the gun to piece it all together. I have another issue. My Adobe unattended cs4 install works fine. When I call the updates from a batch file they work fine. when I call it with like this it works REG ADD %KEY%\040 /VE /D "Installing Adobe CS4 Updates" /f REG ADD %KEY%\040 /V 1 /D "C:\Applications\CS4\CS4Updates.cmd" /f CS4Updates.cmd start /wait C:\Applications\CS4\Updates\acrobat9pro-EFG\AcroProStdUpd910_T1T2_incr.msp\ /qn start /wait C:\Applications\CS4\Updates\acrobat9pro-EFG\AcrobatUpd912_all_incr.msp\ /qn start /wait C:\Applications\CS4\Updates\acrobat9pro-EFG\AcrobatUpd920_all_incr.msp\ /qn start /wait C:\Applications\CS4\Updates\Fireworks-10.0.3-AdobeUpdate\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\Photoshop_11.0.2_mul_AdobeUpdate\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\AdobeDrive_1.0.1_AdobeUpdate_2\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\AdobeExtensionManager-2.1-mul-AdobeUpdate2\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\AdobeCameraRaw-5.7-mul-AdobeUpdate\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\AdobeOutputModule-2.1-mul-AdobeUpdate_2\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\AdobeVersionCue4All_4.0.1_AdobeUpdate_2\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\AME_All_CS4.2_mul_AdobeUpdate\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\DeviceCentral_2.1.1_mul_AdobeUpdate\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\Flash-10.0.2-AdobeUpdate\Setup.exe\ --mode=silent start /wait C:\Applications\CS4\Updates\Soundbooth-2.0.1-786\Setup.exe\ --mode=silent IF I call it like this the updates do not install. REG ADD %KEY%\040 /VE /D "Installing Adobe CS4 Updates" /f REG ADD %KEY%\040 /V 01 /D "\"C:\Applications\CS4\Updates\acrobat9pro-EFG\AcroProStdUpd910_T1T2_incr.msp\" /qn" /F>NUL REG ADD %KEY%\040 /V 02 /D "\"C:\Applications\CS4\Updates\Updates\acrobat9pro-EFG\AcrobatUpd912_all_incr.msp\" /qn" /F>NUL REG ADD %KEY%\040 /V 03 /D "\"C:\Applications\CS4\Updates\Updates\acrobat9pro-EFG\AcrobatUpd920_all_incr.msp\" /qn" /F>NUL REG ADD %KEY%\040 /V 04 /D "\"C:\Applications\CS4\Updates\Fireworks-10.0.3-AdobeUpdate\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 05 /D "\"C:\Applications\CS4\Updates\Photoshop_11.0.2_mul_AdobeUpdate\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 06 /D "\"C:\Applications\CS4\Updates\AdobeDrive_1.0.1_AdobeUpdate_2\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 07 /D "\"C:\Applications\CS4\Updates\AdobeExtensionManager-2.1-mul-AdobeUpdate2\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 08 /D "\"C:\Applications\CS4\Updates\AdobeCameraRaw-5.7-mul-AdobeUpdate\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 09 /D "\"C:\Applications\CS4\Updates\AdobeOutputModule-2.1-mul-AdobeUpdate_2\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 10 /D "\"C:\Applications\CS4\Updates\AdobeVersionCue4All_4.0.1_AdobeUpdate_2\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 11 /D "\"C:\Applications\CS4\Updates\AME_All_CS4.2_mul_AdobeUpdate\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 12 /D "\"C:\Applications\CS4\Updates\DeviceCentral_2.1.1_mul_AdobeUpdate\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 13 /D "\"C:\Applications\CS4\Updates\Flash-10.0.2-AdobeUpdate\Setup.exe --mode=silent\"" /F>NUL REG ADD %KEY%\040 /V 14 /D "\"C:\Applications\CS4\Updates\Soundbooth-2.0.1-786\Setup.exe --mode=Silent\"" /F>NUL
  24. I have learned a lot this week from you guys. I know how to do this, check the first FOUR characters of %COMPUTERNAME%, if they are NOT "5B4- then exit. Not quite sure how to do and if so separate the next two characters into a variable and check to see if they are in the range you require -this yet But I will try
×
×
  • Create New...