hi i've made a unatended install of vista with software integration but i lost it now i'm trying to do another but im not able to do it i'm using firegeier's tutorial that i used before but i cannot get the software integration part to work now i created new a autounattended.xml just to test the integration part but still not working the aplications for install are located in a folder named "apps" on the DVD root AppsRoot.txt is also on the DVD root if someone could tell whats wrong with the xml it would be a great help <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <settings pass="specialize"> - <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="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%\Apps\KLITE.EXE /verysilent /norestart /LoadInf=".\klmcp.ini"</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>cmd /c %AppsRoot%\Apps\izarc.exe /verysilent</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>3</Order> <Path>cmd /c %AppsRoot%\Apps\InfraRecorder.exe /S</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>4</Order> <Path>cmd /c %AppsRoot%\Apps\msnmsgs.msi /qn</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Path>cmd /c %AppsRoot%\Apps\msnplus.exe /silent</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>6</Order> <Path>cmd /c %AppsRoot%\Apps\acrobat.exe /sall</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>7</Order> <Path>cmd /c %AppsRoot%\Apps\Firefox.exe -ms</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>8</Order> <Path>cmd /c %AppsRoot%\Apps\flash.msi /qn</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>9</Order> <Path>cmd /c %AppsRoot%\Apps\flashff.exe /s</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>cmd /c %AppsRoot%\Apps\java.exe /s /v\"/qb IEXPLORER=1 MOZILLA=1 REBOOT=ReallySuppress\"</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>11</Order> <Path>cmd /c %AppsRoot%\Apps\PDFCreator.msi /qn</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>12</Order> <Path>cmd /c %AppsRoot%\Apps\antivirus.msi /qn</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>13</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/nova%20pasta%20(2)3/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> waiting for an answer Best Regards