
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Mikka! Do you have made the changes inside your "Autounattend.xml", like I show you for NetworkLocation? Because you've made an error: "Work" and value "3"!! For your choice is "Other" and value "3"! To remove components you can use DISM. First "mount" your Windows 7 Image (install.wim)! Yes, it' seems that the "Autounattend.xml" (I don't see any information about this inside Unattend.chm) with theses value aren't correct for "Autounattend.xml"...Try to delete these lines "servicing"! Regards -
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Hello! About Network location for your choice: Set inside: <settings pass="oobeSystem"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> Values for NetworkLocation: <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>2</ProtectYourPC> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> Regards -
Hello nanitoboy! When you use nLite, this one creates an "cmdlines.txt"! Don't delete this one!! Depends the folder $OEM$ you want with WPI 8.1.0; just add at the end of "cmdlines.txt" created by nLite, this line: "RunWPI.exe" or "rundll32 advpack.dll,LaunchINFSection RunWPI.inf,,1,N" Regards
-
Hello! You can try to use the folder $OEM$ with RunWPI.inf and cmdlines.txt with WPI 8.1.0(post_$oem$.rar)! And don't use the one with RunWPI.exe! Regards
-
Hello nanitoboy! Thanks. No, it's correct for the Framework. Because you've removed the folder "cmpnents" (with netfx inside)! It's better do not choose options with nLite write in red color to delete! Yes you can install .NET Frameworks after at first with WPI! I don't see an account inside "cmdlines.txt" made with nLite, write like this first! [Commands] "rundll32 advpack.dll,LaunchINFSection nLite.inf,U" "RunWPI.exe" See the topic for "Silent Net Maker". Or install first with WPI: .NET Framework 1.1 and 2.0! When I use "CMDOW.EXE", I've some trouble with WPI 8.1.0 and I think it's better do not use this one (but the installation is OK...And if I delete it's better)! I hope that will help you!
-
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Mikka, You can find some help here: Ask your Seven xml... How to customize default user profiles in Windows 7 And more info inside: "Unattended Windows Setup Reference for Windows 7.chm" Section: Components: Microsoft-Windows-Shell-Setup I hope that will help you! -
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Hello Mikka! I use these settings inside mine "Autounattend.xml" : It's needed to use the same password! <AutoLogon> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>myselfidem</Username> <Password> <Value>xxxxxx</Value> <PlainText>true</PlainText> </Password> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>true</PlainText> <Value>xxxxxx</Value> </Password> <Group>Administrators</Group> <DisplayName></DisplayName> <Name>myselfidem</Name> </LocalAccount> </LocalAccounts> </UserAccounts> Fully unattended! And I've only my Account as Administrator (myselfidem). About "SetupComplete.cmd", you can add your reg files inside the folder "SCRIPTS" and write inside "SetupComplete.cmd": Example, to adapt to your needs! @echo off ECHO TITLE Windows 7 PROFESSIONAL 64-bits - RunOnceEx Method for silent install REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\005 /VE /D "Registry Tweaks" /f REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Tweaks.reg" /f REG ADD %KEY%\010 /VE /D "Cleanup Final Install" /f REG ADD %KEY%\010 /V 1 /D "%systemroot%\Setup\Scripts\clean.vbs" /f EXIT Regards -
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Thanks for Grettings! You can try this, to skip the user Account creation: <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipUserOOBE>true</SkipUserOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> OK, don't add a password (but works for me!)! <AutoLogon> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Password> <PlainText>true</PlainText> <Value></Value> </Password> <Username>Administrator</Username> </AutoLogon> Regards -
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Hello! You need to add a password for Administrator Account! <AutoLogon> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Administrator</Username> <Password> <Value>xxxxxxx</Value> <PlainText>true</PlainText> </Password> </AutoLogon> Check the order of the "settings pass" inside your "Autounattend.xml" with WSIM and validate it and save it!: <settings pass="specialize"> before <settings pass="oobeSystem"> (at last)! Missing: <RegisteredOwner>Full name</RegisteredOwner> Regards -
Unattended Installation of MS Office2007 (H & S Edition)
myselfidem replied to ravisunny2's topic in Microsoft Office
Fine ravisunny2! -
In other words if enough people haven't used it and give a thumbs up then it may be a risk... Puleeze Symantec you suck, get back to detecting real risks. I had 18 months free for 3 PC's and uninstalled the junk based on that I scanned my PC with McAfee Labs Free Stinger just to verify I have nothing. Thanks maxXPsoft for these useful informations!
-
Hello nanitoboy! It appens to me sometimes when I've used $OEM$ (with RunWPI.exe and cmdlines.txt) folders with WPI folders not matching - different version!! As kelsenellenelvian suggest you: download the latest WPI 8.1.0! And set inside $OEM$ the files "RunWPI.inf" and "cmdlines.txt" Maybe your Antivirus Norton Security or other Antivirus delete the file RunWPI.exe? It appens to me with NIS 2010!! Disconnect to the Internet and desactivate your Antivirus, and check if inside your $OEM$, RunWPI.exe is inside, and after you can burn your DVD! If you want to keep the old WPI version. Don't append - in my case - with WPI 8.1.0 (with RunWPI.inf)! Don't use WindowsInstaller-KB893803-v2-x86.exe, because don't work for Windows XP SP3. You can integrate successfuly WindowsXP-KB942288-v3-x86.exe Windows Installer 4.5 Redistributable - Español with nLite! Could you send as attachment your "cmdlines.txt", please? Regards
-
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Mikka, could you please give as attachment your "Autounattend.xml"? You can also find some help here: Ask your Seven xml? here... Thanks -
Debut unattended W7 setup woes
myselfidem replied to Mikka's topic in Unattended Windows 7/Server 2008R2
Hello! We can read inside "Unattended Windows Setup Reference for Windows 7.chm" You can delete these files inside your "Autounattend.xml"! And you can set your Windows 7 Professional version inside "Autounattend.xml" You can check with WSIM (Windows System Image Manager). Example for Windows 7 x86 (choose amd64 for your use!). <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"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 PROFESSIONAL</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> Regards -
Thanks! You can't install updates for IE8 before to integrate IE8! IE8-WindowsXP-KB976662-x86-ESN.exe IE8-WindowsXP-KB981332-x86-ESN.exe IE8-WindowsXP-KB981332-x86-ESN.exe Also with Media Player 11! It's needed to install first WMP 11 and after the updates (or same time)! Fisrt it's needed to integrate IE8 (or IE7) and after updates for IE8 (or updates for IE7)! Chose carrefuly your updates before! Your "WINNT.SIF" file seems OK! Just one space (delete the space): Language= "0c0a" You can also add inside "winnt.sif": [WindowsFirewall] Profiles=WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode=0 Some help: nLite Spanish users nLite user guide and forum It seems that your computer works with SP2, you can upgrade this one with SP3! Ultima Sessión.ini With my own Windows XP Professional unattended DVD, I've integrated SP2 and after SP3, and all is fine! Regards *Edit: Maybe you have Windows XP SP3!? For .NET Framework 4.0 (Standalone) it's needed Windows Installer Redistributable (v2) installed at first (But I remember now that KB 893803 is already inside the SP3)! *Edit: Windows Installer Redistributable (v2) is not available for Windows XP SP3
-
Could you post as attachment your "WINNT.SIF" file (inside I386), please? And don't forget to delete your key inside! Thanks
-
Check if you have set the files inside the correct folders! 1) "cmdlines.txt" and "RunWPI.inf" inside $OEM$, for Windows XP with WPI 8.1.0 version! 2) Set the line for launch WPI at the end of "cmdlines.txt"! I've put my old "config.js" (WPI 7.2 version) inside the folder "WPI" and it was updated and saved as "config-orig.js" inside the folder "WPIScripts" with WPI 8.1.0 I've made an test and all is fine for me!! Regards
-
Hello! See inside the folder "I386" the file: IEXPLORER.EX_ You can safely integrate IE7 with nLite!! You can use this reg file to use the options "Expand" or "makecab" on right click! CabExp.reg REGEDIT4 ;Add Expand to right click [HKEY_CLASSES_ROOT\*\shell\Expandit\command] @="expand -r \"%1\"" ;Add MAKECAB to right click [HKEY_CLASSES_ROOT\*\shell\MAKECAB\command] @="\"makecab.exe\" \"%1\"" Internet Explorer will be installed when Windows XP is installed! To use Silent NET Maker Regards
-
Hello! Internet Explorer 6 is include with Windows XP RTM! You can upgrade to IE7 with nLite, works fine...but for IE8 is more difficult. I know there is a workaround! You can use search inside MSFN forum: found help here: But you need to choose IE7 or IE8 for your current language! Regards
-
Unattended Installation of MS Office2007 (H & S Edition)
myselfidem replied to ravisunny2's topic in Microsoft Office
Thanks ravisunny2! You find help here for "config.xml" for Office 2007: Getting started with the 2007 Office system Config.xml file in the 2007 Office system Regards -
Hello wazer! Yes I've used "enumshell", thanks: enumshell.txt I've add the French lines inside the AutoIt script! But the "Quick Launch" appear only the fist time I try the script and Hide text and Hide title don't work (freeze). If I try a new time the "Quick Launch" doesn't appear, but a window (display the folder: Documents) ask me to choose one folder and the installation fails! I've just add one more Regwrite: HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar", "ShowStatus", "REG_DWORD", "3" Many thanks. Regards *Edit: The reg add to close the Langbar doesn't work for me!!