Ask your Seven xml ? here Sample .xml's including Audit Mode for DVD and other Install's
#281
Posted 15 December 2011 - 12:48 PM
Btw from help I was unable to tell which keyboard is the "US". That, afaik, is the only one that doesn't require you to press the key for quotes twice.
#282
Posted 15 December 2011 - 01:00 PM
TheWalrus, on 15 December 2011 - 12:48 PM, said:
I don't use with my Autounattend.xml file, inside <settings pass="oobeSystem">, and works fine; because it's already set inside: <settings pass="windowsPE">
About Keyboards; look inside the Registry:
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts]
en-US
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts\00000409] "Layout Text"="US" "Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5000" "Layout File"="KBDUS.DLL"
en-GB
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts\00000809] "Layout File"="KBDUK.DLL" "Layout Text"="United Kingdom" "Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5025"
This post has been edited by myselfidem: 15 December 2011 - 01:25 PM
#283
Posted 15 December 2011 - 05:21 PM
<SynchronousCommand wcm:action="add">
<Order>12</Order>
<CommandLine>cmd /c copy /y "%systemdrive%\install\TotalCommander\wincmd.ini" "%programfiles(x86)%\totalcmd\"</CommandLine>
<Description>copy Total Commander settings</Description>
</SynchronousCommand>
but the SAME thing, only for UltraVNC, does not work at all!!!
<SynchronousCommand wcm:action="add">
<Order>14</Order>
<CommandLine>cmd /c copy /y "%systemdrive%\install\UltraVNC\UltraVNC.ini" "%programfiles%\UltraVNC\"</CommandLine>
<Description>copy UltraVNC settings</Description>
</SynchronousCommand>
What in the hell is this?
Is there a way to save output from these windows, like when it says "1 file copied" etc.?
This post has been edited by TheWalrus: 16 December 2011 - 12:30 AM
#284
Posted 15 December 2011 - 08:26 PM
<Themes>
<CustomDefaultThemeFile>c:themefiles\nature.theme</CustomDefaultThemeFile>
<DefaultThemesOff>false</DefaultThemesOff>
</Themes>
in "microsoft-windows-sell-setup"
but not working then I have tried this one as well
<Themes>
<Themename>nature<Themename>
<DefaultThemesOff>false</DefaultThemesOff>
</Themes>
But this one also didn't work. Please tell me how can I change the default theme by xml only. I don't want to use other method of applying custom theme.
#285
Posted 16 December 2011 - 02:18 AM
TheWalrus, on 15 December 2011 - 05:21 PM, said:
Using quotes (") with Autounattend.xml, the best way is to check your file with WSIM and use: " (or write manually) like you will see when you save your customized Autounattend.xml file.
About Ultra_VNC, if using " do not work you can look at this post to create an unattended installation:
http://www.msfn.org/...post__p__947388
However, it seems you need to use the 64-bit version for your 64-bit computer !?
http://www.uvnc.com/...s/ultravnc.html
This post has been edited by myselfidem: 16 December 2011 - 07:44 AM
#286
Posted 16 December 2011 - 09:33 AM
Oh and I found an article about search providers: http://support.micro....com/kb/2444193
Maybe it is related. I think it was ok until I actually launched IE - before that the provider was set correctly when I checked from control panel, internet options. I will try it again with different image, because I have no idea anymore - too many attempts and lost track.
#287
Posted 16 December 2011 - 10:04 AM
You can find help here and later:
http://www.msfn.org/...post__p__970068
#288
Posted 16 December 2011 - 04:29 PM
nice_guy75, on 15 December 2011 - 08:26 PM, said:
Solved here http://www.msfn.org/...-with-your-xml/
#289
Posted 17 December 2011 - 11:27 AM
myselfidem, on 16 December 2011 - 10:04 AM, said:
You can find help here and later:
http://www.msfn.org/...post__p__970068
I managed to solve it by manually removing Bing by editing registry before capturing the image
#290
Posted 18 December 2011 - 08:07 PM
1. When I install my OS my user folder comes as read only folder, so I am unable to use silent installer of google chrome and some of the registries, I am trying with setupcomplete.cmd in "%windir%\setup" folder. How can I rectify this probelm?
2. Os is still sking for PC name and security settings (please see the screenshots), even after setting both the things in autounattend.xml.
3. Can I change the window color to black from default blue? I remember I have seen some where by which we can change the default from blue to some custom color, but not remember now.


<?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="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>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</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">
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>Alaska</FullName>
<Organization>Home</Organization>
</UserData>
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<WillShowUI>Always</WillShowUI>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>2</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<VerticalResolution>768</VerticalResolution>
</Display>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Security-SPP-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-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>PC</ComputerName>
<TimeZone>India Standard Time</TimeZone>
</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">
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<EnableLinksBar>false</EnableLinksBar>
<FilterLevel>Medium</FilterLevel>
<Home_Page>www.google.co.in</Home_Page>
<BlockPopups>yes</BlockPopups>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<PlaySound>True</PlaySound>
<ShowInformationBar>true</ShowInformationBar>
<ShowMenuBar>true</ShowMenuBar>
</component>
</settings>
<settings pass="oobeSystem">
<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">
<Themes>
<ThemeName>C:\Windows\resources\Themes\Alaska.theme</ThemeName>
<DefaultThemesOff>false</DefaultThemesOff>
<DesktopBackground>%WINDIR%\web\wallpaper\Landscapes\img7.jpg</DesktopBackground>
</Themes>
<InputLocale>0409:00000409</InputLocale>
<UserLocale>en-US</UserLocale>
<UILanguage>en-US</UILanguage>
</component>
<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">
<RegisteredOwner>Home</RegisteredOwner>
<TimeZone>India Standard Time</TimeZone>
<Display>
<ColorDepth>32</ColorDepth>
<DPI>96</DPI>
<HorizontalResolution>1024</HorizontalResolution>
<VerticalResolution>768</VerticalResolution>
</Display>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<AutoLogon>
<Password>
<Value></Value>
</Password>
<Enabled>true</Enabled>
<LogonCount>2</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<DisplayName>Administrator</DisplayName>
<Name>Administrator</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
</unattend>
This post has been edited by nice_guy75: 18 December 2011 - 11:05 PM
#291
Posted 19 December 2011 - 06:30 AM
<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
And try to give another name for your computer!
You have only one Administrator account !
Set SetupComplete.cmd inside: %DVD%\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd
http://technet.micro...268(WS.10).aspx
This post has been edited by myselfidem: 19 December 2011 - 06:42 AM
#292
Posted 19 December 2011 - 08:18 PM
myselfidem, on 19 December 2011 - 06:30 AM, said:
<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
And try to give another name for your computer!
You have only one Administrator account !
Set SetupComplete.cmd inside: %DVD%\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd
http://technet.micro...268(WS.10).aspx
Did you, I am sorry mate I don't remember. BTW thanks for your help. But can't we use "%windir%\Setup\Scripts\setupcomplete.cmd" to install some applications which require permission to access User (Administrator) folder, like google Chrome? Runonce registry is also not working
I also wish to know can shell command do the trick?
Edit: I have already tried shell command but not working.
This post has been edited by nice_guy75: 19 December 2011 - 11:32 PM
#293
Posted 19 December 2011 - 10:06 PM
nice_guy75, on 19 December 2011 - 08:18 PM, said:
myselfidem, on 19 December 2011 - 06:30 AM, said:
<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
And try to give another name for your computer!
You have only one Administrator account !
Set SetupComplete.cmd inside: %DVD%\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd
http://technet.micro...268(WS.10).aspx
Did you, I am sorry mate I don't remember. BTW thanks for your help. But can't we use "%windir%\Setup\Scripts\setupcomplete.cmd" to install some applications which require permission to access User (Administrator) folder, like google Chrome? Runonce registry is also not working
I also wish to know can shell command do the trick? I have already
I think u better use "%SystemRoot%" instead "%WinDir%", even it's the same but the variable use for different purpose.
#294
Posted 19 December 2011 - 11:36 PM
ar_seven_am, on 19 December 2011 - 10:06 PM, said:
See initiation of the installation is not the problem other silent installers are running fine, but "Administrator" is read only folder so chrome installer is unable to put the files in the Administrator folder, I have tried "ShellExecute" command of Autoit and it is also not working.
Anymore suggestions?
#295
Posted 20 December 2011 - 02:16 AM
nice_guy75, on 19 December 2011 - 11:36 PM, said:
ar_seven_am, on 19 December 2011 - 10:06 PM, said:
See initiation of the installation is not the problem other silent installers are running fine, but "Administrator" is read only folder so chrome installer is unable to put the files in the Administrator folder, I have tried "ShellExecute" command of Autoit and it is also not working.
Anymore suggestions?
what chrome installer do u use? I use chrome offline instaler for "all user" (not only single user) n it work fine?
#296
Posted 20 December 2011 - 03:15 AM
ar_seven_am, on 20 December 2011 - 02:16 AM, said:
Can you share the same with me? I have found one over here: https://www.google.c...ue&standalone=1
but I don't think this one is a silent installer further I don't want that first run window as well.
#297
Posted 20 December 2011 - 05:45 AM
nice_guy75, on 20 December 2011 - 03:15 AM, said:
but I don't think this one is a silent installer further I don't want that first run window as well.
yes, I use that link to download google chrome offline installer for all user. it doesn't work for u? I login into my built in admin account I also found google chrome menu in all programs in start menu, but still we need to reconfigure that.
note: I dont trim my windows image (I'm not windows lite fans boys), I prefer use the existing windows component instead installing third party's software.
#298
Posted 20 December 2011 - 11:05 AM
nice_guy75, on 19 December 2011 - 11:36 PM, said:
I tested successfully with only Administrator account (like your example) but with this value: <LogonCount>3</LogonCount>
<AutoLogon>
<Password>
<Value></Value>
</Password>
<Enabled>true</Enabled>
<LogonCount>3</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
And using SetupComplete.cmd and ChromeStandaloneSetup.exe inside: Distribution_Folder\$OEM$\$\Setup\Scripts (I don't know the silent switches for Google Chrome!)
SetupComplete.cmd
@echo off cmd /c "%~dp0ChromeStandaloneSetup.exe" exit
And all is fine and works! I hope that can help you.
Images Google Chrome
*Edit: However I downloaded ChromeStandaloneSetup.exe with Firefox; because for some reason I was unable to download with IE9!
*Edit 2: I found the workaround about downloading files with IE9 with links: https:// (example like: download link for ChromeStandaloneSetup.exe)
http://www.msfn.org/...post__p__985532
This post has been edited by myselfidem: 20 December 2011 - 06:15 PM
#299
Posted 20 December 2011 - 07:55 PM
myselfidem, on 20 December 2011 - 11:05 AM, said:
nice_guy75, on 19 December 2011 - 11:36 PM, said:
I tested successfully with only Administrator account (like your example) but with this value: <LogonCount>3</LogonCount>
<AutoLogon>
<Password>
<Value></Value>
</Password>
<Enabled>true</Enabled>
<LogonCount>3</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
And using SetupComplete.cmd and ChromeStandaloneSetup.exe inside: Distribution_Folder\$OEM$\$\Setup\Scripts (I don't know the silent switches for Google Chrome!)
SetupComplete.cmd
@echo off cmd /c "%~dp0ChromeStandaloneSetup.exe" exit
And all is fine and works! I hope that can help you.
Images Google Chrome
*Edit: However I downloaded ChromeStandaloneSetup.exe with Firefox; because for some reason I was unable to download with IE9!
*Edit 2: I found the workaround about downloading files with IE9 with links: https:// (example like: download link for ChromeStandaloneSetup.exe)
http://www.msfn.org/...post__p__985532
Wow, you are really a life saver man, I already have silent installer of Google Chrome, I would try this and let you know the result.
I also wish to know can I use OEM folder to apply some registries which require admin's privileges?
#300
Posted 21 December 2011 - 02:22 AM
nice_guy75, on 20 December 2011 - 07:55 PM, said:
You can add some registry settings inside the same folder location: Scripts. Example:
SetupComplete.cmd
@echo off REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx echo. REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %SystemRoot%\Setup\Scripts\Tweaks.reg" /f echo. cmd /c "%~dp0ChromeStandaloneSetup.exe" /silent /install exit
Image SetupComplete.cmd and Registry Tweaks
Or we can use FirstLogonCommand inside Autounattend.xml for registry keys using a batch file!
This post has been edited by myselfidem: 21 December 2011 - 04:35 AM
- ← Powerplan setting by unattend.xml
- Unattended Windows 7/Server 2008R2
- Batch script to install Updates Takes Forever! →



Help

Back to top









