Content Type
Profiles
Forums
Events
Everything posted by oskingen
-
Post your error. Personaly i don't think it's because help component
-
Sometimes this happen to me when i install from usb hard drive. i don't have this problem for usb key. Check you autounattend.xml file to see first if it's been configured
-
If you don't know how to do it just enter this command in cmd reg add "HKLM\SYSTEM\currentcontrolset\control\CrashControl" /v AutoReboot /t REG_DWORD /d 0 /f
-
Vlite doesn't have this bug for burning. Your error was due to some components or copy failed... but this is not enough to think about a bug.
-
If you remove some hardware component in vlite, it's normal that you got some hardware device not recognised and for some of them the drivers wont install. In case if i well understood what you mean
-
Hi, I found this news and gave a try but it doesn't seem to work. can someone try it and give feedback ? http://www.ocmodshop.com/ocmodshop.aspx?a=1201
-
Why are you all wasting your time on this?
-
Yeah it's this component. and think to always post your last session ini file when you ask for help
-
Anyone figured out how to remove "Shop for music online"
oskingen replied to arfett's topic in Windows Vista
I have vista business and i got it too. Thank for your tips. -
It depends on your need. Go to http://www.blackviper.com to see more info
-
I'm sorry man but no you can't
-
Did you remove windows search ? and post your last session ini file
-
I got this problem once, it took me more than 4hours. But try again and just be patient. if Pkgmgr.exe is still have some activities that means it's working. you should do it at night when you don't use your pc.
-
do this after firefox install reg delete "HKCR\http\shell\open\command" /ve /f echo IE in default browser rem reg add "HKCR\http\shell\open\command" /ve /d "\"C:\Program Files\Internet Explorer\iexplore.exe\" -nohome" /f
-
You need to have only one primary partition and marked as active for your usb hard drive. that's it.(whatever ntfs or fat) after in your bios you have to change the boot drive to select your usb HDD once you have copied the install file in the root of the HDD.
-
create distribution oem folder into dvd folder
oskingen replied to oskingen's topic in Unattended Windows Vista/Server 2008
Thank, I'll add it -
Hi, I have Vista SP1 x64 from MSDN and i did not found out how to install softwares during the setup. I checked on the guide from our mate but his tutorial do not work with SP1. I have tried other way but without success. Now I want to test something else. I read on the waik doc that i can create a distribution share where i can put the software to install into the $oem$ folder. I would like to know if someone already did that? Usually i put all the windows file into a usb key to do my setup because it's faster. I want to try to create the distribution folder in the same directory so help will be appreciate. meanwhile i'll made my test with Virtual PC
-
Install applications... SP1
oskingen replied to zedox's topic in Unattended Windows Vista/Server 2008
ok, after you finish it share with us -
Install applications... SP1
oskingen replied to zedox's topic in Unattended Windows Vista/Server 2008
-
Be more specific guy!
-
vlite does not allow you to modify registry directly for your needs
-
Not booting Audit mode during Vista Setup
oskingen replied to alucke's topic in Unattended Windows Vista/Server 2008
i had a look on technet, i'll try to do it using the distribution method $oem$ for application -
Install applications... SP1
oskingen replied to zedox's topic in Unattended Windows Vista/Server 2008
here is my file: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing></servicing> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>040c:0000040c</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1680</HorizontalResolution> <VerticalResolution>1050</VerticalResolution> </Display> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> <Key>xxxxxxxxxxxxxx</Key> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>kiefer</FullName> <Organization>kiefer</Organization> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Value>Windows Vista BUSINESS</Value> <Key>/IMAGE/NAME</Key> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>Eastern Standard Time</TimeZone> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1680</HorizontalResolution> <VerticalResolution>1050</VerticalResolution> <DPI>96</DPI> </Display> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>agBlAHQAYQBpAG0AZQBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Group>Administrators</Group> <Name>xxxx</Name> <DisplayName>xxxx</DisplayName> </LocalAccount> </LocalAccounts> </UserAccounts> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SidebarOnByDefault>false</SidebarOnByDefault> <SidebarVisible>false</SidebarVisible> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>040c:0000040c</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>f4005</ComputerName> <ShowWindowsLive>false</ShowWindowsLive> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1680</HorizontalResolution> <VerticalResolution>1050</VerticalResolution> <DPI>96</DPI> </Display> <TimeZone>Eastern Standard Time</TimeZone> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Help_Page>http://www.google.com</Help_Page> <Home_Page>about:blank</Home_Page> <BlockPopups>yes</BlockPopups> <ShowInformationBar>true</ShowInformationBar> <PlaySound>true</PlaySound> <SearchScopes> <Scope wcm:action="add"> <ScopeDisplayName>Google.com</ScopeDisplayName> <ScopeKey>Google</ScopeKey> <ScopeDefault>true</ScopeDefault> <ScopeUrl>http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}</ScopeUrl> </Scope> <Scope wcm:action="add"> <ScopeDisplayName>IMDb Search</ScopeDisplayName> <ScopeKey>IMDB</ScopeKey> <ScopeUrl>http://www.imdb.com/find?q={searchTerms}</ScopeUrl> </Scope> <Scope wcm:action="add"> <ScopeDisplayName>Technet</ScopeDisplayName> <ScopeKey>Technet</ScopeKey> <ScopeUrl>http://www.microsoft.com/technet/support/ee/SearchResults.aspx?Type=1&ID={searchTerms}&Language=1033</ScopeUrl> </Scope> <Scope wcm:action="add"> <ScopeDisplayName>MSDN</ScopeDisplayName> <ScopeKey>MSDN</ScopeKey> <ScopeUrl>http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query={searchTerms}</ScopeUrl> </Scope> <Scope wcm:action="add"> <ScopeDisplayName>Wikipedia</ScopeDisplayName> <ScopeKey>Wikipedia</ScopeKey> <ScopeUrl>http://en.wikipedia.org/wiki/Special:Search?search={searchTerms}</ScopeUrl> </Scope> </SearchScopes> </component> <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableSR>1</DisableSR> </component> <component name="Security-Malware-Windows-Defender" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableAntiSpyware>true</DisableAntiSpyware> </component> <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CEIPEnabled>0</CEIPEnabled> </component> <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableWER>1</DisableWER> </component> <component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fAllowToGetHelp>false</fAllowToGetHelp> </component> <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fDenyTSConnections>false</fDenyTSConnections> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Description>Disable UAC</Description> <Order>1</Order> <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Description>Remove Security Center Icon</Description> <Order>2</Order> <Path>cmd /c reg delete "HKCR\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}" /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>3</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> </RunSynchronous> </component> <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FirewallGroups> <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop"> <Active>true</Active> <Group>Remote Desktop</Group> <Profile>all</Profile> </FirewallGroup> </FirewallGroups> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <LogonCount>5</LogonCount> <Enabled>true</Enabled> <Username>Administrator</Username> </AutoLogon> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>cmd /c %AppsRoot%\Install\Firefox\Firefox_Setup_2_0_0_2.exe -ms</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>cmd /c REGEDIT /S %AppsRoot%\Install\Regtweaks.reg</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>30</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:g:/msdnaa/vista/x64/dvd/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>