
zeezam
MemberContent Type
Profiles
Forums
Events
Everything posted by zeezam
-
I just use sysrescueimage for restore a whole image and on the image have copied settings from the admin user to the default profile but settings doesn't apply when another user log in.
-
So instead of making the .iso you want a .wim instead ? Gueesin thats not possible with 7C, but you can check out another thread round here. No, seems that's not a good idea. Is it possible to make win7 welcome screen to be unattended in some other way? The welcome screen? That nagging little screen you see when you login?. Never seen it in windows 7 luckily The first welcome setup was what I meant You have to add a user, type in product key etc and then login. I want that one unattended... That one.. Well use 7Costumizer to create one, easy.. Hmm, how? I can find some posts when I do a search in the forum but I just got redirected to msfn.org.... Isn't that possible if i install win7 pro with swe language? http://technet.microsoft.com/en-us/library...28WS.10%29.aspx So your swedish? Hm, there is a complete working unattended file here, on the 2 first pages. Yes. On the 2 first pages on this thread? Unattended.xml file or what do you mean?
-
So instead of making the .iso you want a .wim instead ? Gueesin thats not possible with 7C, but you can check out another thread round here. No, seems that's not a good idea. Is it possible to make win7 welcome screen to be unattended in some other way? The welcome screen? That nagging little screen you see when you login?. Never seen it in windows 7 luckily The first welcome setup was what I meant You have to add a user, type in product key etc and then login. I want that one unattended... That one.. Well use 7Costumizer to create one, easy.. Hmm, how? I can find some posts when I do a search in the forum but I just got redirected to msfn.org.... Isn't that possible if i install win7 pro with swe language? http://technet.microsoft.com/en-us/library...28WS.10%29.aspx
-
I try to copy the some settings from the admin account to C:\Users\Default\AppData\Local and \Roaming but the profile settings doesn't apply. Any ideas?
-
So instead of making the .iso you want a .wim instead ? Gueesin thats not possible with 7C, but you can check out another thread round here. No, seems that's not a good idea. Is it possible to make win7 welcome screen to be unattended in some other way? The welcome screen? That nagging little screen you see when you login?. Never seen it in windows 7 luckily The first welcome setup was what I meant You have to add a user, type in product key etc and then login. I want that one unattended...
-
It seems that you can't convert .iso to .wim so 7costumizer can't do the trick because I want to deploy the os with WDS. http://social.technet.microsoft.com/Forums...69-c3783a92f542
-
Yes, but isn't that what you can do with unattended.xml. Someone must have a full working unattended.xml in here? It's just the gui right before login that I have to do manual...
-
Have WDS setup on a win2k8 machine. Added boot.wim and install.wim and I have configured wds to run in unattended mode. This doesn't get full unattend under my win7 pro install; *Set Up Windows gui appear *Have to specify "Country or region", "Time and currency", "Keyboard layout" (I want to have Swedish on all this...). *Have to add user, my local account get added so I can't add it twice (have to create another account anyway). *Have to type in windows product key (I want the setup to skip this). *Help protect windows (I want to have auto) *Timezone (want to have UTC+01:00: Amsterdam.....) I have added settings for some of above but it doesn't buy it? This is my xml file; <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <WindowsDeploymentServices> <Login> <WillShowUI>OnError</WillShowUI> <Credentials> <Username>Administrator</Username> <Domain>domain.local</Domain> <Password>password with space</Password> </Credentials> </Login> <ImageSelection> <InstallImage> <ImageName>win7</ImageName> <ImageGroup>win7</ImageGroup> <Filename>install.wim</Filename> </InstallImage> <WillShowUI>OnError</WillShowUI> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </ImageSelection> </WindowsDeploymentServices> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk> <DiskID>0</DiskID> <WillWipeDisk>false</WillWipeDisk> <ModifyPartitions> <ModifyPartition> <Order>1</Order> <PartitionID>1</PartitionID> <Letter>C</Letter> <Label>Win7</Label> <Format>NTFS</Format> <Active>true</Active> <Extend>false</Extend> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> </component> <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <SetupUILanguage> <WillShowUI>OnError</WillShowUI> <UILanguage>en-US</UILanguage> </SetupUILanguage> <UILanguage>en-US</UILanguage> <SystemLocale>sv-SE</SystemLocale> <UserLocale>sv-SE</UserLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-UnattendedJoin" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <Identification> <UnsecureJoin>true</UnsecureJoin> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <ProductKey /> <RegisteredOrganization>WORK</RegisteredOrganization> <RegisteredOwner>WORK</RegisteredOwner> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <TimeZone>W. Europe Standard Time</TimeZone> <ComputerName>*</ComputerName> <AutoLogon> <Username>Administrator</Username> <Enabled>true</Enabled> <LogonCount>2</LogonCount> </AutoLogon> </component> <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <SecurityLayer>2</SecurityLayer> <UserAuthentication>2</UserAuthentication> </component> <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <fDenyTSConnections>false</fDenyTSConnections> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>0</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <UserAccounts> <LocalAccounts> <LocalAccount> <Password> <Value>password with space.</Value> <PlainText>true</PlainText> </Password> <Description>IT admin account</Description> <DisplayName>I</DisplayName> <Group>Administrators;Power Users</Group> <Name>it</Name> </LocalAccount> </LocalAccounts> <DomainAccounts> <DomainAccountList> <DomainAccount> <Name>Administrator</Name> <Group>Administrators;Power Users</Group> </DomainAccount> <Domain>domain.local</Domain> </DomainAccountList> </DomainAccounts> </UserAccounts> </component> </settings> </unattend>
-
I got this when I run scanstate: Info Command line used: c:\USMT\bin\scanstate.exe c:\profile /i:migapp.inf /i:migsys.inf /i:miguser.inf /i:sysfiles.inf /v:1 /x /s /f Warning Failed to find account information for S-1-5-21-1606980848-1645522239-682003330-1135. Info Error 1332: No mapping between account names and security IDs was done. Warning Failed to find account information for S-1-5-21-1606980848-1645522239-682003330-4464. Info Error 1332: No mapping between account names and security IDs was done. ...then when I run loadstate.exe C:\profile /v:1 Error Transport directory has invalid data: C:\profile\USMT2.UNC [ERROR=2] Info Error 2: The system cannot find the file specified. Module Error An error occurred while loading data. Can't continue. [ERROR=2] Fatal Error Can't find saved state. [ERROR=2] Info Error 2: The system cannot find the file specified. Info Loadstate is exiting. Any ideas?
-
I can't get it work on my XP image. Have tried copied the favorites into default user and all user profiles folder.
-
I tried this: start /wait MSIEXEC/qn "\\server\install\msn\MsnMsgs.msi" IAGREE="YES" The installation goes threw but I can't find live messenger after the installation. On one computer the program was installed but without any shortcuts :S
-
Here is how I got this to work. Copied the entire Adobe CS3 Design premium DVD content to the C root. Edit the install.xml and uninstall.xml in the deployment folder. Removed unwanted applications. Saved them as UTF-8 with straight quotas. In the payloads folder I got a Setup.xml. I checked where the Driver folder="..." where. Created a application.xml.override with serial and Supress commands. Saved as UTF-8... Started the setup.exe with "setup.exe --mode=silent --deploymentFile="..." Finished with Exit Code 0 and started any program without prompting any CD-key etc.
-
Without the rest of the code? EDIT: It worked. Thx.
-
start /wait msiexec /i "%systemdrive%\install\application\msn\MsnMsgs.msi IAGREE="Yes" ALLOWRHAPSODY="" ADDLINKS="" ADDBHO="" SETHOMEPAGE="" /qb- Trying with that in the start.cmd in the [GuiRunOnce] section. The installation just start and stops. Is something wrong in the command line?
-
Having problem with the unicode after XP unattended install. I installing with a Eng XP version and with Swedish keyboard layout settings. The problem is that in Explorer and other Windows program showing the characters in polish or something. I have these settings in my WINNT.SIF: [RegionalSettings] LanguageGroup=1 SystemLocale=0000041d UserLocale=0000041d InputLocale=041d:0000041d What is going wrong? I have checked the language settings in Windows and everything is Swedish. Have tried change the page coding in Explorer but that doesn't do the trick...
-
Copy I386 Folder after install?
zeezam replied to dkreifus's topic in Unattended Windows 2000/XP/2003
I'm trying to make a simple script that copies all content in i386 from CD to C:\WINDOWS\Driver Cache\i386 folder. -
Copy I386 Folder after install?
zeezam replied to dkreifus's topic in Unattended Windows 2000/XP/2003
I'm trying with this also... Doesn't this work? @ECHO OFF for %%i in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 SET cdrom=%%i: XCOPY %CDROM%\I386 %windir%\Driver Cache\I386 /H/S/E/C/F/R/K What is the switch for overwrite without asking? From the beginning there is like two files in the i386 folder and proberly it will ask to overwrite them. Is it best to run a DEL of those two files first or make a overwrite switch somehow? -
I have copied the content from a original XP ENG SP2 and created a WINNT.SIF and putted it into I386 foolder. Also created a $OEM$ folder with drivers in it. Everything goes fine, booting up with the CD. It create a partition and check the C: Drive. When it tries to copy files to the harddrive it stops and says: "Setup cannot access the CD containing the Windows XP files". Retry with F3 or reboot. I have tried several times. Here is my data in the WINNT.SIF file. [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [unattended] OemPnPDriversPath="drivers\000_chipset;drivers\001_hdd;drivers\002_network;drivers\003_graphics;drivers\004_sound;drivers\005_smbus;" DriverSigningPolicy=Ignore UnattendMode=DefaultHide FileSystem = ConvertNTFS ExtendOemPartition = 1 OemSkipEula=Yes OemPreinstall=Yes Repartition=Yes TargetPath=\WINDOWS UnattendSwitch="yes" WaitForReboot="No" AutoActivate = Yes KeyboardLayout="Swedish" [GuiUnattended] AdminPassword=1d088f26a086608026f5e8c5a203103ca89371df9423f1a026166e8bea9295fb EncryptedAdminPassword=Yes AutoLogon=Yes AutoLogonCount=5 OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=1 [userData] ProductKey=x-x-x-x-x FullName="XP_COMPUTER" OrgName="XP USER" ComputerName=Computer_XP [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [RegionalSettings] LanguageGroup=1 SystemLocale=0000041d UserLocale=0000041d InputLocale=041d:0000041d [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [branding] BrandIEUsingUnattended=Yes [Proxy] Proxy_Enable=0 Use_Same_Proxy=0