VATERNL Posted June 19, 2007 Posted June 19, 2007 I created an unattended Vista DVD where I also automated the application installation as described on Firegeier's Guide.Everything works fine, but where I used to see a nice overview screen of to-be-installed applications, I now get ugly CMD screens and intallation progress bars.I can't see what is wrong here. I checked my XML for errors, differences but had no luck.Anyone sees \ knows where I go wrong?Below you will find the XML I use for my unattended installThx in advance!!!!!<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0x0413</InputLocale> <SystemLocale>nl-NL</SystemLocale> <UserLocale>nl-NL</UserLocale> <UILanguage>en-US</UILanguage> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>WINVISTA</FullName> <Organization>WINVISTA</Organization> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>MQAyADMANAA1ADYANwA4AEAAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> <DPI>96</DPI> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <ProtectYourPC>1</ProtectYourPC> </OOBE> <TimeZone>(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</TimeZone> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0x0413</InputLocale> <SystemLocale>nl-NL</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>nl-NL</UserLocale> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>23</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>CMD /C %APPSROOT%\INSTALL\OPERA_9.21_EN\OPERA_9.21_ENG_SETUP.MSI ALLUSERS=1 /QN</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>CMD /C %APPSROOT%\INSTALL\SMARTFTP_V2.5.1006.4\SMARTFTP_V2.5.1006.4.MSI /QN</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>3</Order> <Path>CMD /C %APPSROOT%\INSTALL\KLITE_MEGA_C0DEC_PACK_V2.10\KLMCODEC201.EXE /SILENT /LOADINF=".\SILENT.INF</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>4</Order> <Path>CMD /C %APPSROOT%\INSTALL\WINAMP_V5.35\WINAMP.MSI /QN</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Path>CMD /C %APPSROOT%\INSTALL\NERO\NERO_V7.5.9.0_EN_LITE.EXE /VERYSILENT /USER="XPUSER" /COMPANY="XPUSER" /SERIAL="1C82-0000-19E5-MAAX-4007-3315-2966"</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>6</Order> <Path>CMD /C %APPSROOT%\INSTALL\ULTRAISO_8.6.2.2011\ULTRAISO_V_8.6.2.2011.EXE /VERYSILENT</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>7</Order> <Path>CMD /C REGEDIT /S %APPSROOT%\INSTALL\ULTRAISO_8.6.2.2011\ULTRAISO_REGISTRATION.REG</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>8</Order> <Path>CMD /C %APPSROOT%\INSTALL\PAINTSHOPPRO\JASCPAINTSHOPPRO_V9.MSI /QN</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>9</Order> <Path>CMD /C %APPSROOT%\INSTALL\ADOBE_READER_V8.0\ADOBE_READER_V8.0.MSI /QN</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>CMD /C %APPSROOT%\INSTALL\OENO.DEFRAG.PRO.ED_V10.0.1634\OENO_DEFRAG_PROFESSIONAL_EDITION.MSI /QN</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>11</Order> <Path>REGEDIT /S %APPSROOT%\INSTALL\OENO.DEFRAG.PRO.ED_V10.0.1634\OENO_DEFRAG.REG</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>12</Order> <Path>CMD /C %APPSROOT%\INSTALL\PARAGON_PARTITION.MANAGER.PRO_8.5\PARAGON_PARTITION.MANAGER.PRO_8.5.MSI /QN</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>13</Order> <Path>CMD /C %APPSROOT%\INSTALL\UNLOCKER\UNLOCKER_V1.8.5.EXE \"%L\" /S</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>14</Order> <Path>CMD /C %APPSROOT%\INSTALL\CCLEANER\CCLEANER_V1.40.520.EXE /S</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>15</Order> <Path>CMD /C %APPSROOT%\INSTALL\VISIONAPP_V1.5\VISIONAP_V1.5.MSI /QN</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>16</Order> <Path>CMD /C %APPSROOT%\INSTALL\JV16.POWER.TOOLS.2007_V1.7.0.383.RC3\JV16.POWER.TOOLS.2007_V1.7.0.383.RC3.MSI /QN</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>17</Order> <Path>CMD /C %APPSROOT%\INSTALL\SYSINTERNALS_TOOLS_V2.0\SYSINTERNALS_TOOLS_V2.0.MSI /QN </Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>18</Order> <Path>CMD /C %APPSROOT%\INSTALL\7-ZIP_V4.46\7Z446.MSI /QN</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>19</Order> <Path>CMD /C %APPSROOT%\INSTALL\WINRAR_V3.70\WINRAR_V3.70.MSI /QN</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>CMD /C %APPSROOT%\INSTALL\OFFICE2007\SETUP.EXE</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>21</Order> <Path>CMD /C %APPSROOT%\INSTALL\SYMANTEC.ANTIVIRUS.CORPORATE.EDITION_V10.2.224\SAV\SYMANTECANTIVIRUS.MSI /QN RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>22</Order> <Path>CMD /C %APPSROOT%\INSTALL\CMD_SCRIPTS\STARTUP.CMD</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>23</Order> <Path>REGEDIT /S %APPSROOT%\INSTALL\REGTWEAKS\VISTA_REGTWEAKS.REG</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>24</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
pretender69 Posted June 19, 2007 Posted June 19, 2007 only thing i can see that would disable the gui is <WillShowUI>OnError</WillShowUI>
FireGeier Posted June 19, 2007 Posted June 19, 2007 Hello VATERNL!The cmd /c command is necessary to get it worked with %Appsroot% environment variable. Without cmd /c it would not install directly from media and this is at least causing the cmd windows, so you can't get rid of these screens - or better I would not know how to get rid of it.But if you install in auditPass - like you do - you will get the overview list. I guess you don't get such list for the moment, cause you don't use a Description. Please fill out the Description tags (<Description></Description>) and you should get the overview window again - but you'll still have the poping up cmd boxes in background.Regards,Martin
VATERNL Posted June 19, 2007 Author Posted June 19, 2007 (edited) Thx Martin,I will give it a try. Your suggested fix is actually something I knew but I constantly overlooked that one when I started troubleshooting Edited June 19, 2007 by VATERNL
VATERNL Posted June 22, 2007 Author Posted June 22, 2007 I modified the *.XML as adviced, but somehow I still don't get the nice installation overview screen that ticks off when an application is installed \ being installed.Below you will find the adjusted *.XML I used. Can someone please check where I go wrong?[size="1"][size="1"]<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0x0413</InputLocale> <SystemLocale>nl-NL</SystemLocale> <UserLocale>nl-NL</UserLocale> <UILanguage>en-US</UILanguage> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <Key>XXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>WINVISTA</FullName> <Organization>WINVISTA</Organization> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>MQAyADMANAA1ADYANwA4AEAAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> <DPI>96</DPI> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <ProtectYourPC>1</ProtectYourPC> </OOBE> <TimeZone>(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</TimeZone> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0x0413</InputLocale> <SystemLocale>nl-NL</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>nl-NL</UserLocale> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>23</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>CMD /C %APPSROOT%\INSTALL\OPERA_9.21_EN\OPERA_9.21_ENG_SETUP.MSI ALLUSERS=1 /QN</Path> <Description>OPERA_9.21_ENG</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>CMD /C %APPSROOT%\INSTALL\SMARTFTP_V2.5.1006.4\SMARTFTP_V2.5.1006.4.MSI /QN</Path> <Description>SMARTFTP_V2.5.1006.4</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>3</Order> <Path>CMD /C %APPSROOT%\INSTALL\KLITE_MEGA_C0DEC_PACK_V2.10\KLMCODEC201.EXE /SILENT /LOADINF=".\SILENT.INF</Path> <Description>KLITE_MEGA_C0DEC_PACK_V2.10</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>4</Order> <Path>CMD /C %APPSROOT%\INSTALL\WINAMP_V5.35\WINAMP.MSI /QN</Path> <Description>WINAMP_V5.35</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Path>CMD /C %APPSROOT%\INSTALL\NERO\NERO_V7.5.9.0_EN_LITE.EXE /VERYSILENT /USER="XPUSER" /COMPANY="XPUSER" /SERIAL="1C82-0000-19E5-MAAX-4007-3315-2966"</Path> <Description>NERO_V7.5.9.0_EN_LITE</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>6</Order> <Path>CMD /C %APPSROOT%\INSTALL\ULTRAISO_8.6.2.2011\ULTRAISO_V_8.6.2.2011.EXE /VERYSILENT</Path> <Description>ULTRAISO_8.6.2.2011</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>7</Order> <Path>CMD /C REGEDIT /S %APPSROOT%\INSTALL\ULTRAISO_8.6.2.2011\ULTRAISO_REGISTRATION.REG</Path> <Description>ULTRAISO_REGISTRATION</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>8</Order> <Path>CMD /C %APPSROOT%\INSTALL\PAINTSHOPPRO\JASCPAINTSHOPPRO_V9.MSI /QN</Path> <Description></Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>9</Order> <Path>CMD /C %APPSROOT%\INSTALL\ADOBE_READER_V8.0\ADOBE_READER_V8.0.MSI /QN</Path> <Description>JASCPAINTSHOPPRO_V9.1</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>CMD /C %APPSROOT%\INSTALL\OENO.DEFRAG.PRO.ED_V10.0.1634\OENO_DEFRAG_PROFESSIONAL_EDITION.MSI /QN</Path> <Description>OenO.DEFRAG.PRO.ED_V10.0.1634</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>11</Order> <Path>REGEDIT /S %APPSROOT%\INSTALL\OENO.DEFRAG.PRO.ED_V10.0.1634\OENO_DEFRAG.REG</Path> <Description>OenO.DEFRAG.PRO.ED_REGISTRATION</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>12</Order> <Path>CMD /C %APPSROOT%\INSTALL\PARAGON_PARTITION.MANAGER.PRO_8.5\PARAGON_PARTITION.MANAGER.PRO_8.5.MSI /QN</Path> <Description>PARAGON_PARTITION.MANAGER.PRO_8.5</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>13</Order> <Path>CMD /C %APPSROOT%\INSTALL\UNLOCKER\UNLOCKER_V1.8.5.EXE \"%L\" /S</Path> <Description>UNLOCKER_V1.8.5</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>14</Order> <Path>CMD /C %APPSROOT%\INSTALL\CCLEANER\CCLEANER_V1.40.520.EXE /S</Path> <Description>CCLEANER_V1.40.520</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>15</Order> <Path>CMD /C %APPSROOT%\INSTALL\VISIONAPP_V1.5\VISIONAP_V1.5.MSI /QN</Path> <Description>VISIONAPP_V1.5</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>16</Order> <Path>CMD /C %APPSROOT%\INSTALL\JV16.POWER.TOOLS.2007_V1.7.0.383.RC3\JV16.POWER.TOOLS.2007_V1.7.0.383.RC3.MSI /QN</Path> <Description>JV16.POWER.TOOLS.2007_V1.7.0.383.RC3</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>17</Order> <Path>CMD /C %APPSROOT%\INSTALL\SYSINTERNALS_TOOLS_V2.0\SYSINTERNALS_TOOLS_V2.0.MSI /QN </Path> <Description>SYSINTERNALS_TOOLS_V2.0</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>18</Order> <Path>CMD /C %APPSROOT%\INSTALL\7-ZIP_V4.46\7Z446.MSI /QN</Path> <Description>7ZIP_V4.46</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>19</Order> <Path>CMD /C %APPSROOT%\INSTALL\WINRAR_V3.70\WINRAR_V3.70.MSI /QN</Path> <Description>WINRAR_V3.70</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>CMD /C %APPSROOT%\INSTALL\OFFICE2007\SETUP.EXE</Path> <Description>OFFICE2007_ENTERPRISE</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>21</Order> <Path>CMD /C %APPSROOT%\INSTALL\SYMANTEC.ANTIVIRUS.CORPORATE.EDITION_V10.2.224\SAV\SYMANTECANTIVIRUS.MSI /QN RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS</Path> <Description>SYMANTEC.ANTIVIRUS.CORPORATE.EDITION_V10.2.224</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>22</Order> <Path>CMD /C %APPSROOT%\INSTALL\CMD_SCRIPTS\STARTUP.CMD</Path> <Description>CMD_SCRIPTS</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>23</Order> <Path>REGEDIT /S %APPSROOT%\INSTALL\REGTWEAKS\VISTA_REGTWEAKS.REG</Path> <Description>VISTA_REGTWEAKS</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>24</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>[/size][/size]
FireGeier Posted June 22, 2007 Posted June 22, 2007 Hello VATERNL!I don't see any errors inside your xml, which could causing your problem. What kind of DVD you're using. Is it may be an OEM DVD?Or has it been modified using vlite?Regards,Martin
VATERNL Posted June 22, 2007 Author Posted June 22, 2007 Youre quick;)I am using a normal installation dvd which is "owned" by the company I work for. - No OEM - Ultimate Edition.The Files have been copied to a fileshare, no VLite used as I want to have full overview what is being done to the image.I think i will need to re-copy all the files from the DVD and rebuild the test installation and see if there has indeed something odd crawled into my build:(
FireGeier Posted June 22, 2007 Posted June 22, 2007 Hello VATERNL!Before redoing everything... just to make sure, that we're talking about the same overview window: I've no picture present ATM, but my is a little window, were it shows the Apps wich supposed to be installed - listed by their description. In your case it would look like this:OPERA_9.21_ENGSMARTFTP_V2.5.1006.4KLITE_MEGA_C0DEC_PACK_V2.10WINAMP_V5.35...Once it has finished installing an app it will be checked with a green checkmark in front of it. In background the cmd's are popping up and - depending on the app, that's installed - I see the one or other progress bar windows popping up.If you don't see this little window, than you should try to redo everything. Regards,Martin
VATERNL Posted June 22, 2007 Author Posted June 22, 2007 Thats exactly what I meant;)This little mishap is not a showstopper for me, but I like my stuff to work as intended.(I have bigger issues getting around the new security model and the default registry tweaks I want to apply for each user).Anyway,Thx for your attention..it's really appreciated!I will let you know what the outcome of my rebuild will be.
Stacey Melissa Posted July 6, 2007 Posted July 6, 2007 I have exactly the same problem as you do, VATERNL. If I figure it out, I'll post a solution. In the meantime, at least we know we're not alone!
FireGeier Posted July 6, 2007 Posted July 6, 2007 (edited) Hello Stacey Melissa!Do you use a retail Ultimate, too? Or what kind of Disc is it exactly? Would you please post your Autounattend.xml. I would like to take your and VATERNL's Autounattend.xml for a test run on my system. Maybe I can reproduce the problem.Regards,MartinEDIT:How many apps you're installing? As many as VATERNL? Edited July 6, 2007 by FireGeier
Stacey Melissa Posted July 7, 2007 Posted July 7, 2007 I'm using an OEM 32-bit Ultimate DVD. Everything (15 or so apps) gets installed just fine, but there's no progress screen at all during the audit modes. Just the blank cmd windows on a blank black background. (Try saying that 3 times fast )The progress window briefly worked back when I was only installing a couple of drivers. Or rather, I was trying to install the drivers, but the command lines I used were not getting parsed correctly. I fixed the command lines so the drivers now install fine, but the progress display disappeared.Here's my autounattend.xml. All the ua.exe entries are compiled AutoIt scripts that call the program installers and make my desired tweaks.<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="TabletPCOC" state="false" /> </package> </servicing> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> <LayeredDriver>1</LayeredDriver> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Matthew Hair</FullName> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Value>Windows Vista ULTIMATE</Value> <Key>/IMAGE/NAME</Key> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1920</HorizontalResolution> <VerticalResolution>1200</VerticalResolution> </Display> </component> <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:keyValue="4948457e" wcm:action="add"> <Path>%SetupDVD%\AutoUnattend\Drivers</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>Gamma</ComputerName> <RegisteredOrganization /> <RegisteredOwner /> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeUrl>http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}</ScopeUrl> <ScopeKey>{55DE0CFA-4325-4B77-9661-D9AF51262A26}</ScopeKey> </Scope> </SearchScopes> <FavoritesDelete>true</FavoritesDelete> <Home_Page>http://www.msn.com/</Home_Page> <IEWelcomeMsg>false</IEWelcomeMsg> <PlaySound>false</PlaySound> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Autounattend.xml SETX SetupDVD %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>3</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Matt</Username> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <TimeZone>Central Standard Time</TimeZone> <RegisteredOwner>Matthew Hair</RegisteredOwner> <RegisteredOrganization /> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <DisplayName></DisplayName> <Group>Administrators</Group> <Name>Matt</Name> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1920</HorizontalResolution> <VerticalResolution>1200</VerticalResolution> </Display> <ShowWindowsLive>false</ShowWindowsLive> <OOBE> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>1</ProtectYourPC> </OOBE> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ShowGallery>Gallery</ShowGallery> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SidebarOnByDefault>false</SidebarOnByDefault> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>490</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> <Description /> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>18</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\DriversExe\Video\setup.exe /s /w /f2%WinDir%\appinstall.log</Path> <Description>nVidia ForceWare</Description> <WillReboot>Always</WillReboot> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>130</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MozillaFirefox\ua.exe</Path> <Description>Mozilla Firefox</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>192</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\PureVideo\ua.exe</Path> <Description>nVidia PureVideo</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>110</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\7zip\ua.exe</Path> <Description>7-Zip</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\WindowsUpdates\ua.exe</Path> <Description>Windows Updates</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>135</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MozillaThunderbird\ua.exe</Path> <Description>Mozilla Thunderbird</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>12</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\DriversExe\Audio\ua.exe</Path> <Description>Sound Blaster X-Fi</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>137</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\JavaVM\ua.exe</Path> <Description>Sun Java VM</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>138</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\AdobeReader\ua.exe</Path> <Description>Adobe Reader</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>144</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\WindowsLiveMessenger\ua.exe</Path> <Description>Windows Live Messenger</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>13</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\DriversExe\TV\ua.exe</Path> <Description>nVidia DualTV</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>195</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\iTunes\ua.exe</Path> <Description>iTunes</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>265</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\Nero\ua.exe SERIALNUM=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX</Path> <Description>Nero</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>343</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\SysDevAccessories\ua.exe</Path> <Description>System Development Accessories</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\AutoUnattendAudit.exe</Path> <Description /> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>329</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MacromediaFireworks\ua.exe</Path> <Description>Macromedia Fireworks</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>328</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MacromediaDreamweaver\ua.exe</Path> <Description>Macromedia Dreamweaver</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>311</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\DVDBackup\ua.exe</Path> <Description>DVD Backup Accessories</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>308</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\µTorrent\ua.exe</Path> <Description>µTorrent</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim://gamma/matt/etcetera/vistaua/matt20070623/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
FireGeier Posted July 8, 2007 Posted July 8, 2007 I'm using an OEM 32-bit Ultimate DVD. ...I'm not sure if this is causing the problem, just can tell you that my guide is based on retail version and I know that OEM version acts different partly. Can't tell any details cause I don't have an OEM version.The progress window briefly worked back when I was only installing a couple of drivers. ...This is the reason why I was asking how many installs you're running. I could imagine that the progress window might turn off once you fill it with more than 10 apps. Have not tested yet... I'm just thinking...I don't use Autoit. So I can't reproduce your scenario exactly but I'll try out with more than 10 apps.Regards,Martin
Stacey Melissa Posted July 10, 2007 Posted July 10, 2007 (edited) I figured it out. The problem was that there were a couple of RunSynchronous items for which I was using the Write Blank String option for the Description property. I filled in some text, and the progress window with over 20 apps now works!I don't actually want any text for those two entries, though, so on my next trial, I'll have to see whether it works to put nothing at all in the Description property. Edited July 10, 2007 by Stacey Melissa
MAVERICKS CHOICE Posted July 10, 2007 Posted July 10, 2007 Should support empty strings in that field.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now