Jump to content

kentk

Member
  • Posts

    84
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

About kentk

kentk's Achievements

0

Reputation

  1. But if I use setupcomplete.cmd, will that not affect the users ?
  2. I run the regtweaks during unattend installation, but I seem to get only 1 of the regtweaks to be activated over all users.. (disable UAC ) I have via autounattend.xml created 4 users and I think I am "administrator" during setup. But after restart and login by administrator the regtweaks are not set "? The settings in HKEY_CURRENT_USER, are there different settings in registry as of which user are logged in ? Is the UAC active during the unattended installation ? is it UAC who does not permit my regtweaks ? What am I doing wrong ?
  3. One tiny question more .... I install my winzip unattended during my vista install, but the registry setting does not seem to be set in all users !? I am not sure which user is active during installation of vista ? is it not the administrator ? Is there a way to have the registry settings to be over all users ?
  4. Are those 3 files needed for integration when doing a brand new unattended dvd with SP1 ?
  5. Works lika a charm But how do I disable tip from opening up first time ?
  6. I dont mean to get a key, I have that already, I need help with the reg file... I managed to do the silent install of winzip 11.2.8094 (same procedure as before), but has anyone managed to do a .reg file to put in your license key via silent install ? It worked fine with 11.1.7466 but not with the newest version
  7. Tried this yesterday without success copied my files from my working ISO to the usb stick Got it to boot once, but after the first pictures vista tells me some driver is missing Tried different settings in bios and after a while I cant get it to boot from the usb at all, invalid partition, insert bootable media and so on.. Made all steps again several times...no success Is there a problem that I have a 8gb stick ? Any suggestions ?? I really want this to work...
  8. So you dont see any problems with my xml and dir structure ?
  9. Dobby, here is my autounattend.xml... <?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>sv-SE</UILanguage> </SetupUILanguage> <SystemLocale>sv-SE</SystemLocale> <UILanguage>sv-SE</UILanguage> <UserLocale>sv-SE</UserLocale> <InputLocale>041d:0000041d</InputLocale> </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>xxxx-xxxx--xxxxxxx-xxx-xxxxx</Key> </ProductKey> <FullName>Datorn</FullName> <AcceptEula>true</AcceptEula> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <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> <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="427209fc" wcm:action="add"> <Path>%DriversRoot%\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-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> <Description>Boot to audit Mode</Description> </RunSynchronousCommand> </RunSynchronous> </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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <DPI>96</DPI> </Display> <ComputerName>Datorn</ComputerName> <CopyProfile>true</CopyProfile> <TimeZone>W. Europe Standard Time</TimeZone> </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>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>false</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>W. Europe Standard Time </TimeZone> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Description>Admin</Description> <DisplayName>Admin</DisplayName> <Group>Administrators</Group> <Name>Admin</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Description>Datorn</Description> <DisplayName>Datorn</DisplayName> <Group>Administrators</Group> <Name>Datorn</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Group>Administrators</Group> <Description>HTPC</Description> <DisplayName>HTPC</DisplayName> <Name>HTPC</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </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>041d:0000041d</InputLocale> <SystemLocale>sv-SE</SystemLocale> <UILanguage>sv-SE</UILanguage> <UserLocale>sv-SE</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>5</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <DPI>96</DPI> </Display> </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>15</Order> <Path>cmd /c %AppsRoot%\Install\AdobeReader\AdobeReader81.exe</Path> <Description>Adobe reader 8.1</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>cmd /c %AppsRoot%\Install\Anydvd\SetupAnyDVD6184.exe /S</Path> <Description>AnyDVD</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>30</Order> <Path>cmd /c %AppsRoot%\Install\Clonedvd2\CloneDVD2Silent.exe SetupCloneDVD2.exe</Path> <Description>CloneDVD2</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>40</Order> <Path>cmd /c %AppsRoot%\Install\PowerDVD7\setup.exe</Path> <Description>PowerDVD</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>50</Order> <Path>cmd /c %AppsRoot%\Install\winrar\wrar371sw.exe /s</Path> <Description>Winrar</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>51</Order> <Path>cmd /c %AppsRoot%\Install\winrar\Register.exe</Path> <Description>Register Winrar</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>60</Order> <Path>cmd /c %AppsRoot%\Install\Winzip\Winzip11_1_7466.exe</Path> <Description>Winzip</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>61</Order> <Path>cmd /c REGEDIT /S %AppsRoot%\Install\Winzip\Register.reg</Path> <Description>Register Winzip</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>90</Order> <Path>cmd /c %AppsRoot%\Install\Hotfix\KB890830.exe /Q</Path> <Description>KB890830</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>91</Order> <Path>cmd /c %AppsRoot%\Install\Hotfix\msxml4-KB936181-enu.exe /Q</Path> <Description>KB936181</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>92</Order> <Path>cmd /c %AppsRoot%\Install\Hotfix\msxml4-KB941833-enu.exe /Q</Path> <Description>KB941833</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>99</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /generalize /quiet /oobe /reboot</Path> <Description>Restart</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>cmd /c REGEDIT /S %AppsRoot%\Install\Regtweaks.reg</Path> <Description>Regtweaks</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>70</Order> <Path>cmd /c %AppsRoot%\Install\Nero7\Nero7_10_1_0.exe</Path> <Description>Nero 7</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>80</Order> <Path>cmd /c %AppsRoot%\Install\Office2007\Office2007.exe</Path> <Description>Office 2007</Description> </RunSynchronousCommand> </RunSynchronous> </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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <DPI>96</DPI> </Display> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Directory structure
  10. Razormoon: I think I dont come by the first PE pass when I add the drivers the install.exe doesnt seem to be started !? When I boot the ISO, in the first PE pass I get a cmd window which say driversroot = d: Shortly after I get a error window: It is not possible to install one or more drivers which is necessary for systemstart, check that the drivers are correct and restart installation, Press OK... Pressed Shift-F10 and looked in the log files, but I did not see any particularly Dobby, I will post this tonight when I am home from work.. Ps. I have made a copy of the ISO BEFORE I altered the settings as of the Firegeier guide to install drivers from media or usb stick and that ISO is working so there is something wrong with this step.. Ds.
  11. Maybe I missunderstand what this pass is for !? I thought I would add up all known drivers for my system so I dont need to install them after vista is installed.. I thought that this pass would make all drivers present for vista... Intel INF is intel chipset drivers..
  12. Anyone ??? Dobby ? Have we lost Martin ? have not seen posts from him for a long while
  13. The vista installation iso is/was working before this... I have just altered the needed steps for "install drivers from media or dvd" and then this problem occoured I have tried to burn DVD and ISO on VM same result I tried to rename folders without 000_xxx and removed all but the .inf files, same error I have added AHCI, Intel inf, Yukon LAN, intel LAN drivers... setupact.log shows all files, tells that some is not .inf and pass on..in the end there is 0x0640ae IBSLIB publishmessage:It is not possible to install one or more drivers which is necessary for systemstart, check that the drivers are correct and restart installation no UnattendGC folder !? EDIT: Another question, in the guide : imagex /mountrw D:\VistaWork\DVD\sources\boot.wim 2 D:\VistaWork\Mount to mount boot.wim, but should it not be a "1" for the PE and not a "2" as in the guide ???
×
×
  • Create New...