Jump to content

nuja

Member
  • Posts

    61
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by nuja

  1. hi, thx for your help, can u tell me what services are linked to the use of internet ? is that possible to get that error by disabling services ? if yes can u tell me what services are causing this ? thank in advance
  2. Hi, i dont know why but i dont have internet, and when i try to creat a connection i got that message: can somebody help me please ?
  3. hi, im trying to do a full unattended vista, but it keeps asking me to create an user account and to set time and date, and something about protection. What is wrong ? here is my Autounattended.xml: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <AutoLogon> <Username>Administrator</Username> <Enabled>true</Enabled> <LogonCount>2</LogonCount> </AutoLogon> <RegisteredOwner>0wner</RegisteredOwner> <RegisteredOrganization>0wn Inc.</RegisteredOrganization> <CopyProfile>true</CopyProfile> <ComputerName>Computer</ComputerName> <TimeZone>India Standard Time</TimeZone> </component> <component name="Microsoft-Windows-UnattendedJoin" 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"> <Identification> <JoinWorkgroup>LAN</JoinWorkgroup> </Identification> </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"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>QueCera</Value> <PlainText>true</PlainText> </Password> <Description>the PC doctor!</Description> <DisplayName>Vaidh</DisplayName> <Group>Administrators</Group> <Name>Vaidh</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Description>everyday use</Description> <DisplayName>Normal Usage</DisplayName> <Group>Users</Group> <Name>Normal Usage</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>0000042c</InputLocale> <SystemLocale>fr-fr</SystemLocale> <UILanguage>fr-fr</UILanguage> <UserLocale>fr-fr</UserLocale> <UILanguageFallback>fr-fr</UILanguageFallback> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-Licensing-SLC" 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"> <SkipRearm>0</SkipRearm> </component> </settings> <settings pass="windowsPE"> <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>Never</WillShowUI> <Key>no way im giving u this</Key> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>0wner</FullName> <Organization>0wn Inc.</Organization> </UserData> <ComplianceCheck> <DisplayReport>Never</DisplayReport> </ComplianceCheck> </component> <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>fr-fr</UILanguage> <WillShowUI>Never</WillShowUI> </SetupUILanguage> <InputLocale>fr-fr</InputLocale> <SystemLocale>fr-fr</SystemLocale> <UILanguage>fr-fr</UILanguage> <UILanguageFallback>fr-fr</UILanguageFallback> <UserLocale>fr-fr</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim:k:/sources/install.wim#Windows Vista Business" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> thank for your help.
  4. Can someone tell me if its a vista bug, or vlite bug ? cause im searching everyday without founding anything about that, its driving me crazy
  5. is that a bug ?
  6. I tried to do exactly as the sample, and its worse, its like it not even unattended. :/
  7. why isn't it full unattended ? i did choose the right setting, right ? what should i do ?
  8. yes i did.
  9. <?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>fr-FR</UILanguage> </SetupUILanguage> <InputLocale>0000042c</InputLocale> <UserLocale>fr-FR</UserLocale> <UILanguage>fr-FR</UILanguage> <SystemLocale>fr-FR</SystemLocale> </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>xxxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>NujaINC</Organization> <FullName>Nuja</FullName> <AcceptEula>true</AcceptEula> </UserData> </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>royalb</Value> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>3</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>Romance Standard Time</TimeZone> <UserAccounts> <AdministratorPassword> <Value>royalb</Value> </AdministratorPassword> </UserAccounts> </component> </settings> <settings pass="specialize"> <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>NujaComp</ComputerName> </component> <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> </settings> <cpi:offlineImage cpi:source="wim:F:/vista/sources/install.wim#Windows Vista (vLite) BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> can someone tell me what is wrong ?
  10. I already did that but it keeps showing that window :/ (is it because i use vista business edition ?)
  11. hi, thank u but, it doesn't skip the creation of user account, date and time setting ect... if someone know how to skip all of that, thank in advance.
  12. hi, im using vlite to do unattended vista, but i dont know if its normal with vlite or i didn't do something but my vista is not fully unattended i got those screen before the first log in: http://img230.imageshack.us/img230/1089/se...dpicturezr4.png and http://img230.imageshack.us/img230/2334/au...fwindowswy7.png and http://img230.imageshack.us/img230/1407/ch...eanddatepz2.png how can i do autosetting to make it full unattended ? thank in advance ++
  13. I have re done the vlited unattended vista ultimate without adding driver or tweaks, its doin the same: at "end of installation" its keeps forever to end, but i havd the good idea to let the "end of installation" run all the night while i was sleeping, and when i came back on computer, a new window was showed...that's an error message: "Windows could not configure one or more system components. To install windows, restart computer and then restart the installation" of course doing what the message change nothing. ; vLite preset file [Information] Version = 1.1 beta on 2.0.50727.42 Microsoft Windows NT 5.1.2600 Service Pack 2 Target = Windows Vista (vLite) ULTIMATE 32-bit [Compatibility] Aero Glass Internet Explorer Scanners and Cameras [Components] ;# Accessories # Accessibility Mobility Center Paint Snipping Tool Speech Support System Information Welcome Center Windows Sidebar and Gadgets Wordpad ;# Drivers # Display adapters Ethernet network adapters Modems Printers-Apollo Printers-Brother Printers-Canon Printers-Citizen Printers-Dell Printers-Diconix Printers-Epson Printers-Fuji Xerox Printers-Fujitsu Printers-Generic printer Printers-Gestetner Printers-HP Printers-IBM Printers-Infotec Printers-Konica Printers-Konica Minolta Printers-Kyocera Mita Printers-Lanier Printers-Lexmark Printers-Minolta Printers-Minolta-QMS Printers-NEC Printers-NRG Printers-Oce Printers-Oki Printers-Okidata Printers-Olivetti Printers-Panasonic Printers-QMS Printers-Ricoh Printers-Samsung Printers-Savin Printers-Seikosha Printers-Sharp Printers-Sony Printers-Star Printers-Tally Printers-Tektronix Printers-Wipro ePeripherals Printers-Xerox Scanners Sound controllers ;# Games # Game Explorer Inbox Games Premium Inbox Games ;# Hardware Support # Fax Support Smartcards Windows Mobile Device Center ;# Languages # Japanese Korean Simplified Chinese Traditional Chinese ;# Multimedia # Media Center Movie and DVD Maker Sample Pictures Screensavers Shell event sounds SideShow Sound Recorder Wallpapers Windows Calendar Windows Media Player Windows Media Samples ;# Network # Connect to a Network Projector Internet Information Services MSN Installer Remote Desktop and Assistance Remote Desktop Client Windows Collaboration Windows Firewall Windows Mail ;# Services # Computer Browser Distributed Link Tracking Client Error Reporting Internet Connection Sharing (ICS) Microsoft DFS Replication Offline Files Remote Registry Volume Shadow Copy Windows Remote Management Windows Search ;# System # BitLocker Drive Encryption Help IMAPIv2 Burning Support Malicious Software Removal Tool Manual Install (Setup.exe) Microsoft Agent Natural Language Parental Controls Security Center Sync Center System Restore Tablet PC Windows Backup Windows Defender Windows Easy Transfer Windows SAT [Options] DEP (Data Execution Prevention) = Disabled (AlwaysOff) UAC (User Account Control) = Disabled Power scheme = High performance Hibernation = Off Memory requirement = 256MB Show hidden files and folders = Yes Show protected operating system files = Yes Show extensions for known file types = Yes [Protection] [Drivers] [Unattended] AcceptEULA SkipNewUser SkipProductKey SkipAutoActivation NetworkLoc = 2 ProtectPC = 3 [Hotfixes] [LanguagePacks] and an other one, as i did change an other thing: ; vLite preset file [Information] Version = 1.1 beta on 2.0.50727.42 Microsoft Windows NT 5.1.2600 Service Pack 2 Target = Windows Vista (vLite) ULTIMATE 32-bit [Compatibility] Aero Glass Scanners and Cameras Internet Explorer [Components] [Options] DEP (Data Execution Prevention) = Disabled (AlwaysOff) UAC (User Account Control) = Disabled Power scheme = High performance Hibernation = Off Memory requirement = 256MB Show hidden files and folders = Yes Show protected operating system files = Yes Show extensions for known file types = Yes [Protection] [Drivers] [Unattended] SpecRegional AcceptEULA SkipNewUser SkipProductKey SkipAutoActivation NetworkLoc = 2 ProtectPC = 3 [Hotfixes] [LanguagePacks] @aviv00: ;Application Experience [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AeLookupSvc] "Start"=dword:00000003 ;Application Information [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Appinfo] "Start"=dword:00000003 ;Application Layer Gateway Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ALG] "Start"=dword:00000004 ;Application Management [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppMgmt] "Start"=dword:00000003 ;Background Intelligent Transfer Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS] "Start"=dword:00000003 ;Base Filtering System [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE] "Start"=dword:00000003 ;Block Level Backup Engine Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wbengine] "Start"=dword:00000004 ;Certificate Propagation [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertPropSvc] "Start"=dword:00000004 ;CNG Key Isolation [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\KeyIso] "Start"=dword:00000003 ;COM+ Event System [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventSystem] "Start"=dword:00000003 ;COM+ System Application [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\COMSysApp] "Start"=dword:00000003 ;Computer Browser [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser] "Start"=dword:00000004 ;Cryptographic Services [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc] "Start"=dword:00000003 ;DCOM Server Process Launcher [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DcomLaunch] "Start"=dword:00000002 ;Desktop Window Manager Session Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UxSms] "Start"=dword:00000004 ;DFS Replication [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DFSR] "Start"=dword:00000004 ;DHCP Client [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp] "Start"=dword:00000002 ;Diagnostic Policy Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS] "Start"=dword:00000004 ;Diagnostic Service Host [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdiServiceHost] "Start"=dword:00000004 ;Diagnostic System Host [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdiSystemHost] "Start"=dword:00000004 ;Distributed Link Tracking Client [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrkWks] "Start"=dword:00000004 ;Distributed Transaction Coordinator [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC] "Start"=dword:00000003 ;DNS Client [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache] "Start"=dword:00000003 ;Extensible Authentication Protocol [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EapHost] "Start"=dword:00000003 ;Fax [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Fax] "Start"=dword:00000004 ;Function Discovery Provider Host [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\fdPHost] "Start"=dword:00000004 ;Function Discovery Resource Publication [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FDResPub] "Start"=dword:00000003 ;Group Policy Client [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc] "Start"=dword:00000004 ;Health Key and Certificate Management [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hkmsvc] "Start"=dword:00000004 ;Human Interface Device Access [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hidserv] "Start"=dword:00000003 ;IKE and AuthIP Ipsec Keying Modules [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IKEEXT] "Start"=dword:00000004 ;Interactive Services Detection [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UI0Detect] "Start"=dword:00000003 ;Internet Connection Sharing (ICS) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess] "Start"=dword:00000004 ;IP Helper [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iphlpsvc] "Start"=dword:00000004 ;IPsec Policy Agent [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent] "Start"=dword:00000003 ;KtmRm for Distributed Transaction Coordinator [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\KtmRm] "Start"=dword:00000004 ;Link-Layer Topology Discovery Mapper [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lltdsvc] "Start"=dword:00000004 ;Microsoft .NET Framework NGEN [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\clr_optimization_v2.0.50727_32] "Start"=dword:00000004 ;Microsoft iSCSI Initiator Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSiSCSI] "Start"=dword:00000004 ;Microsoft Software Shadow Copy Provider [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\swprv] "Start"=dword:00000004 ;Multimedia Class Scheduler [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MMCSS] "Start"=dword:00000002 ;Net.Tcp Port Sharing Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetTcpPortSharing] "Start"=dword:00000004 ;Netlogon [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetLogon] "Start"=dword:00000003 ;Network Access Protection Agent [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\napagent] "Start"=dword:00000004 ;Network Connections [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman] "Start"=dword:00000003 ;Network List Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\netprofm] "Start"=dword:00000003 ;Network Location Awareness [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc] "Start"=dword:00000004 ;Network Store Interface Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nsi] "Start"=dword:00000002 ;Offline Files [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CscService] "Start"=dword:00000004 ;Parental Controls [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WPCSvc] "Start"=dword:00000004 ;Peer Name Resolution Protocol [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PNRPsvc] "Start"=dword:00000003 ;Peer Networking Grouping [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\p2psvc] "Start"=dword:00000004 ;Peer Networking Identity Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\p2pimsvc] "Start"=dword:00000003 ;Performance Logs & Alerts [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\pla] "Start"=dword:00000004 ;Plug and Play [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlugPlay] "Start"=dword:00000002 ;PnP-X IP Bus Enumerator [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IPBusEnum] "Start"=dword:00000004 ;PNRP Machine Name Publication Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PNRPAutoReg] "Start"=dword:00000004 ;Portable Device Enumerator Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WPDBusEnum] "Start"=dword:00000003 ;Print Spooler [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler] "Start"=dword:00000002 ;Problem Reports and Solutions Control Panel Support [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wercplsupport] "Start"=dword:00000004 ;Program Compatibility Assistant Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PcaSvc] "Start"=dword:00000003 ;Protected Storage [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProtectedStorage] "Start"=dword:00000003 ;Quality Windows Audio Video Experience [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\QWAVE] "Start"=dword:00000003 ;ReadyBoost [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EMDMgmt] "Start"=dword:00000002 ;Remote Access Auto Connection Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasAuto] "Start"=dword:00000003 ;Remote Access Connection Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan] "Start"=dword:00000003 ;Remote Procedure Call (RPC) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs] "Start"=dword:00000002 ;Remote Procedure Call (RPC) Locator [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcLocator] "Start"=dword:00000003 ;Remote Registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Routing and Remote Access [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess] "Start"=dword:00000004 ;Secondary Logon [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon] "Start"=dword:00000003 ;Security Accounts Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SamSs] "Start"=dword:00000002 ;Security Center [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Start"=dword:00000004 ;Server [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer] "Start"=dword:00000003 ;Shell Hardware Detection [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ShellHWDetection] "Start"=dword:00000002 ;SL UI Notification Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SLUINotify] "Start"=dword:00000003 ;Smart Card [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr] "Start"=dword:00000004 ;Smart Card Removal Policy [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCPolicySvc] "Start"=dword:00000004 ;SNMP Trap [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMPTRAP] "Start"=dword:00000003 ;Software Licensing [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\slsvc] "Start"=dword:00000002 ;SSDP Discovery [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV] "Start"=dword:00000003 ;Superfetch [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysMain] "Start"=dword:00000004 ;System Event Notification Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SENS] "Start"=dword:00000004 ;Tablet PC Input Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TabletInputService] "Start"=dword:00000004 ;Task Scheduler [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule] "Start"=dword:00000002 ;TCP/IP NetBIOS Helper [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lmhosts] "Start"=dword:00000004 ;Telephony [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv] "Start"=dword:00000003 ;Terminal Services [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService] "Start"=dword:00000003 ;Terminal Services Configuration [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SessionEnv] "Start"=dword:00000004 ;Terminal Services UserMode Port Redirector [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UmRdpService] "Start"=dword:00000004 ;Themes [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes] "Start"=dword:00000004 ;Thread Ordering Server [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\THREADORDER] "Start"=dword:00000003 ;TPM Base Services [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TBS] "Start"=dword:00000004 ;UPnP Device Host [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost] "Start"=dword:00000004 ;User Profile Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProfSvc] "Start"=dword:00000002 ;Virtual Disk [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vds] "Start"=dword:00000003 ;Volume Shadow Copy [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS] "Start"=dword:00000004 ;WebClient [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient] "Start"=dword:00000004 ;Windows Audio [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Audiosrv] "Start"=dword:00000002 ;Windows Audio Endpoint Builder [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AudioEndpointBuilder] "Start"=dword:00000002 ;Windows Backup [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SDRSVC] "Start"=dword:00000003 ;Windows CardSpace [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\idsvc] "Start"=dword:00000004 ;Windows Color System [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WcsPlugInService] "Start"=dword:00000004 ;Windows Connect Now - Config Registrar [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wcncsvc] "Start"=dword:00000004 ;Windows Defender [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend] "Start"=dword:00000004 ;Windows Driver Foundation - User-mode Driver Framework [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wudfsvc] "Start"=dword:00000004 ;Windows Error Reporting Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WerSvc] "Start"=dword:00000004 ;Windows Event Collector [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wecsvc] "Start"=dword:00000004 ;Windows Event Log [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog] "Start"=dword:00000002 ;Windows Firewall [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MpsSvc] "Start"=dword:00000004 ;Windows Image Acquisition (WIA) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc] "Start"=dword:00000003 ;Windows Installer [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\msiserver] "Start"=dword:00000003 ;Windows Management Instrumentation [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Winmgmt] "Start"=dword:00000002 ;Windows Media Center Extender Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Mcx2Svc] "Start"=dword:00000004 ;Windows Media Center Receiver Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ehRecvr] "Start"=dword:00000004 ;Windows Media Center Scheduler Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ehSched] "Start"=dword:00000004 ;Windows Media Center Service Launcher [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ehstart] "Start"=dword:00000004 ;Windows Media Player Network Sharing Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WMPNetworkSvc] "Start"=dword:00000004 ;Windows Modules Installer [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrustedInstaller] "Start"=dword:00000003 ;Windows Presentation Foundation Font Cache 3.0.0.0 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FontCache3.0.0.0] "Start"=dword:00000003 ;Windows Remote Management (WS-Management) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinRM] "Start"=dword:00000004 ;Windows Search [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wsearch] "Start"=dword:00000003 ;Windows Time [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time] "Start"=dword:00000004 ;Windows Update [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv] "Start"=dword:00000004 ;WinHTTP Web Proxy Auto-Discovery Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc] "Start"=dword:00000003 ;Wired AutoConfig [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dot3svc] "Start"=dword:00000003 ;WLAN AutoConfig [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wlansvc] "Start"=dword:00000003 ;WMI Performance Adapter [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wmiApSrv] "Start"=dword:00000004 ;Workstation [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation] "Start"=dword:00000002 ;remove word "shortcut" on shortcuts [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 ; this entry gets rid of shortcut arrows and still lets links work. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons] "29"="%systemroot%\\System32\\shell32.dll,52" ;Disable User Account Control ( UAC ) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLUA"=dword:00000000 ; Show Super Hidden Files in vista [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "SuperHidden"=dword:00000001 ; Disable Tool Tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowInfoTip"=dword:00000000 ; maximum simultaneous downloads for IE to 20 ( default is 2 ) [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000014 "MaxConnectionsPer1_0Server"=dword:00000014 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000014 "MaxConnectionsPer1_0Server"=dword:00000014 ; Enable ClearType Tuning [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:000003e8 "FontSmoothingOrientation"=dword:00000001 ; Disable Windows Media Player AutoUpdates [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] "DisableAutoUpdate"=dword:00000001 ; Disable IPv6 in Vista (makes ipconfig more readable) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters] "DisabledComponents"=dword:000000ff ; turn off start menu baloon tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDriveTypeAutoRun"=dword:00000091 "NoSMBalloonTip"=dword:00000001 ; Enable slow-motion window effects (min/max/3dflip) by holding down Shift key. [HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM] "AnimationsShiftKey"=dword:00000001 ;faster browsing with IE - added 31 dec 2006 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters] "BufferMultiplier"=dword:00000400 ;Disable Hide inactive icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 ;Disable LangBar [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar] "ShowStatus"=dword:00000003 ;Customize Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_ShowUser"=dword:00000000 "Start_ShowMyDocs"=dword:00000000 "Start_ShowMyPics"=dword:00000000 "Start_ShowMyMusic"=dword:00000000 "Start_ShowMyGames"=dword:00000000 "StartMenuFavorites"=dword:00000000 "Start_ShowSearch"=dword:00000000 "Start_ShowRecentDocs"=dword:00000000 "Start_ShowMyComputer"=dword:00000001 "Start_ShowNetPlaces"=dword:00000001 "Start_ShowNetConn"=dword:00000000 "Start_ShowControlPanel"=dword:00000001 "Start_ShowSetProgramAccessAndDefaults"=dword:00000000 "Start_AdminToolsRoot"=dword:00000000 "Start_ShowPrinters"=dword:00000001 "Start_ShowHelp"=dword:00000000 "Start_ShowRun"=dword:00000001 "Start_TrackProgs"=dword:00000000 "Start_TrackDocs"=dword:00000000 ;Start Menu - Small Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_LargeMFUIcons"=dword:00000000 ;Disable Windows Sounds [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation] "DisableStartupSound"=dword:00000001 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\.Default\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\AppGPFault\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Close\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\FaxBeep\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MailBeep\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Maximize\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MenuCommand\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MenuPopup\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Minimize\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Open\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\PrintComplete\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreDown\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreUp\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemHand\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxError\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxSent\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current] @="" [-HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr] [-HKEY_CURRENT_USER\AppEvents\Schemes\Apps\WindowsPhotoGallery] Hope someone can now help me thx in advance edit: when i run components in vlite over my vista folder it tell me what are the component left in my vista, which are: Hardware Support Internet Small Computer System Interface (iSCSI) Printer Support Multimedia Windows Media Codec Windows Photo Viewer Services Application Experience Diagnostics Multimedia Class Scheduler Secondary Logon Task Manager Universal Plug and Play (UPNP) System Disk Defragmenter Performance Counter Ready Boost Reliability and Performance Monitor SuperFetch Zip folder edit: im not doing upgrade.
  14. Hi, I have done a vlited version of vista ultimate which sizes 673mo. I have added regtweaks to disable or turn to manual a lot of services. When i test the iso in VMware the installation is complete and short. But when i install it on my computer the installation takes 6 minutes to show the partition menu, then the uncompression of files is 8mins long, and the worst: "end of installation" it never ends :/ i waited like 1hour and it never ended. I would like to know if someone had that and know a solution ? does vista uses services during the installation of the operating system ? Does using vlite can do that ? My installation details: 7h40pm waiting for partition menu to appear 7h42pm the "please wait" message appear 7h46pm the partition menu appear 7h47pm files are being copied 7h48pm uncompression of files (it ends @ 7h56pm) 7h56pm installation of features (done @ 7h46pm) 7h56pm installation of update and restart 7h58pm the "preparing the start of windows" appear 7h59pm end of installation (that never ends :/, i waited like 1hour) sorry for my bad english, i hope someone can help me out edit: i forgot to tell u, i have added driver with vlite. I no more have the presets, they are gone while i was formating.
  15. hi, i didn't know where to post that. thx if a mod can delete that topic after i copy/past that topic in the vlite section, thx in advance
  16. Hi, I have done a vlited version of vista ultimate which sizes 673mo. I have added regtweaks to disable or turn to manual a lot of services. When i test the iso in VMware the installation is complete and short. But when i install it on my computer the installation takes 6 minutes to show the partition menu, then the uncompression of files is 8mins long, and the worst: "end of installation" it never ends :/ i waited like 1hour and it never ended. I would like to know if someone had that and know a solution ? does vista uses services during the installation of the operating system ? Does using vlite can do that ? My installation details: 7h40pm waiting for partition menu to appear 7h42pm the "please wait" message appear 7h46pm the partition menu appear 7h47pm files are being copied 7h48pm uncompression of files (it ends @ 7h56pm) 7h56pm installation of features (done @ 7h46pm) 7h56pm installation of update and restart 7h58pm the "preparing the start of windows" appear 7h59pm end of installation (that never ends :/, i waited like 1hour) sorry for my bad english, i hope someone can help me out edit: i forgot to tell u, i have added driver with vlite.
  17. Hi, I have the same problem, if someone has the solution... thank in advance ++ edit: it was a hotfix problem, now its ok. ++
  18. Hi, Is there a way to force x64 vista to accepts unsigned driver for uni/lan driver (lan of asrock939dual sata2 mobo) ? Thank in advance. ++
  19. Hi, I'm searching uli lan driver for vista x64 (signed ?) or a way to make it works. Thank in advance ++
  20. thx guys
  21. Hi, I would like to know if its true that for example: a 32bits business key also works with a 64bits version of vista business ? thank in advance ++
  22. Hi, I would like to know if a software like Virtual pc or Vmware exists (one which can run x64 os) ? Thank in advance ++ edit: its now working, i had to update.
  23. Thank u for the reply, I have kaspersky, even when i close the program it still crashes ;x
  24. When i try to select an image in WSIM it crashes. the log: 16:49 : 16:49 : User Name: Administrateur Machine Name: MARUKUCOMP Processor Architecture: x86 Domain Name: MARUKUCOMP CLR Version: 2.0.50727.42 OS Version: Microsoft Windows NT 5.1.2600 Service Pack 2 Current Directory: C:\Documents and Settings\Administrateur.MARUKUCOMP\Mes documents Command Line Parameters: "C:\Program Files\Windows AIK\Tools\Image Manager\ImgMgr.EXE" Physical Memory for this process: 31285248 Bitness for this process: Native 32-bit File Version Information C:\Program Files\Windows AIK\Tools\Image Manager Microsoft.ComponentStudio.Command.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) msil Microsoft.ComponentStudio.Common.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) msil Microsoft.ComponentStudio.ComponentPlatformImplementation.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) x86 Microsoft.componentstudio.componentplatforminterface.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) msil Microsoft.ComponentStudio.Controls.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) msil Microsoft.ComponentStudio.Serializer.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) msil ImageCat.EXE Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) msil ImgMgr.EXE Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) msil C:\Program Files\Windows AIK\Tools\Image Manager\EN imagecat.resources.dll Microsoft Corporation 6.0.6000.16386 msil ImgMgr.resources.dll Microsoft Corporation 6.0.6000.16386 msil Microsoft.ComponentStudio.Command.resources.dll Microsoft Corporation 6.0.6000.16386 msil Microsoft.ComponentStudio.Common.resources.dll Microsoft Corporation 6.0.6000.16386 msil Microsoft.ComponentStudio.ComponentPlatformInterface.resources.dll Microsoft Corporation 6.0.6000.16386 msil Microsoft.ComponentStudio.Controls.resources.dll Microsoft Corporation 6.0.6000.16386 msil C:\Program Files\Windows AIK\Tools\Servicing\SmiEngine.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) x86 C:\Program Files\Windows AIK\Tools\Servicing\pkgmgr.exe Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) x86 C:\Program Files\Windows AIK\Tools\Servicing\cbscore.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) x86 C:\Program Files\Windows AIK\Tools\Servicing\wcp.dll Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) x86 C:\WINDOWS\system32\drivers\WimFltr.sys Microsoft Corporation 6.0.6000.16386 (vista_rtm.061101-2205) x86 File does not exist: C:\WINDOWS\system32\wimgapi.dll 16:49 : 16:49 : 16:49 : Windows System Image Manager execution failed. 16:49 : 16:49 : Microsoft.ComponentStudio.Common.FatalErrorException: Une exception de type 'Microsoft.ComponentStudio.Common.FatalErrorException' a été levée. à Microsoft.ComponentStudio.Common.ErrorReporting.Assert(Boolean expression) à Microsoft.ComponentStudio.Controls.OpenFileOrFolderDialog.OfnHook(IntPtr hdlg, UInt32 uiMsg, UInt32 wParam, IntPtr lParam) à System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) à System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) à System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) à System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) à System.Windows.Forms.Form.ShowDialog(IWin32Window owner) à System.Windows.Forms.Form.ShowDialog() à System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t) à System.Windows.Forms.Control.WndProcException(Exception e) à System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e) à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) à System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) à System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) à System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) à System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) à System.Windows.Forms.Application.Run(Form mainForm) à Microsoft.ComponentStudio.Program.Main(String[] args) I have net framework v2 on my computer. What should i do ? thank in advance ++
  25. I have got that error in the log => "2007-02-03 16:02:50, Error CBS Pkgmgr: Failed unattend install: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~x86~fr-FR~6.0.6000.16386, hr: 0x80070057 2007-02-03 16:02:50, Info CBS Pkgmgr: return code: 0x57" My Your.xml: "<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="install"> <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="fr-FR" /> <source location="D:\lp.cab" /> </package> </servicing> <cpi:offlineImage cpi:source="wim:D:/windows_distribution/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>" My vista is an Ultimate x64 only. [edit]: when i try to open an image with Windows System Image Manager, it crashes ;x, i got a windows talking about error and net framework. thank in advance
×
×
  • Create New...