Jump to content

Raoul90

Member
  • Posts

    281
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Raoul90

  1. For Win7: "%USERPROFILE%\AppData\Local\Google\Chrome\Application" "%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default" From the second one you can backup your stuff, (Cookies, passwords, etc), passwords are in the Web Data file
  2. Hi! iTunes 9.0.2 for Windows XP, Vista or Windows 7 iTunes 9.0.2 for Windows XP, Vista or Windows 7 (64-bit) I havent found a way to install iTunes silenty, without the application failing to launch when it did install. For the record: I want the full install, so dont link to the one without Quicktime (). When I extract the original installer by Apple with uniextract, I get a lot of .msi and one .exe I could install them one by one, but I dont know what one to install first, lol. So who got the anwers for me.
  3. thanks I like it too. No more pausing on all them Updates. Looking at adding them into a single line.Switch type you can add them at anytime just open the .dat and near bottom. [Vista_Hotfixes] vcredist2008SP1_x64.exe=" /Q" vcredist2008SP1_x86.exe=" /Q" Post them here and I'll make sure I add to next release. This are my updateinstall.bat files for official updates only: X64 windows-kb890830-x64-v3.1.exe /quiet vcredist2005SP1_x64.exe /Q vcredist2008SP1_x64.exe /q msxml4-KB954430-enu /quiet Windows6.1-KB947821-v2-x64.msu /quiet /norestart Windows6.1-KB973525-v5-x64-IDX.msu /quiet /norestart Windows6.1-KB973525-x64.msu /quiet /norestart Windows6.1-KB973874-x64.msu /quiet /norestart Windows6.1-KB974332-x64.msu /quiet /norestart Windows6.1-KB974431-x64.msu /quiet /norestart Windows6.1-KB974455-x64.msu /quiet /norestart Windows6.1-KB974571-x64.msu /quiet /norestart Windows6.1-KB975053-x64.msu /quiet /norestart Windows6.1-KB975364-x64.msu /quiet /norestart Windows6.1-KB975467-x64.msu /quiet /norestart Windows6.1-KB976749-x64.msu /quiet /norestart X86: windows-kb890830-x64-v3.1.exe /quiet vcredist2005SP1_x86.exe /Q vcredist2008SP1_x86.exe /q msxml4-KB954430-enu /quiet Windows6.1-KB947821-v2-x86.msu /quiet /norestart Windows6.1-KB973525-x86.msu /quiet /norestart Windows6.1-KB973874-x86.msu /quiet /norestart Windows6.1-KB974332-x86.msu /quiet /norestart Windows6.1-KB974431-x86.msu /quiet /norestart Windows6.1-KB974455-x86.msu /quiet /norestart Windows6.1-KB974571-x86.msu /quiet /norestart Windows6.1-KB975053-x86.msu /quiet /norestart Windows6.1-KB975364-x86.msu /quiet /norestart Windows6.1-KB975467-x86.msu /quiet /norestart Windows6.1-KB976749-x86.msu /quiet /norestart
  4. Why not use this method: SetLocal enableextensions SET CDROM=%~d0 EndLocal Like I said here also. http://www.msfn.org/board/runonceex-troubl...ded#entry892082 Also explained here: http://unattended.msfn.org/unattended.xp/view/web/59/
  5. don't know what to say, try cleaning your cache or us a different browser? Dont know why, but now it works again, lol.
  6. I cant download from RS, dont know why, but it aint working for me anymore since a couple of days.
  7. Yes I used Diskpart also now, and I think its working, still need to test tho, but when I go to Computer it looks like the USB is using the Win7 setup.exe icon, which wasnt happening before. Diskpart explained: http://www.intowindows.com/how-to-install-...-working-guide/
  8. http://unattended.msfn.org/unattended.xp/view/web/18/ So basically create: $OEM$ folder, put this in the root folder. Inside $OEM$ make a folder called $$. Then inside there make two folders: Resources Web Inside resources create folder Themes Inside web create folder Wallpaper Put theme files in Themes folder. Put wallpapers in Wallpaper folder.
  9. I am having problems with installing from USB, and the first I thought of was the .xml, but if you saying that it isnt that, I will try other things then.
  10. And when you want this unattended, make a cmd: @ECHO OFF regsvr32 /i /s "%WinDir%\system32\shimgvw.dll EXIT
  11. This aint gonna work either. As I said, at my place the wallpapers are showing up perfectly when I use the folders I says in my other post. You are just messing up somewhere.
  12. you can actually combine them into one. double
  13. you can actually combine them into one. Huh? Didnt think of that, but hmm, then I just copy everything from x64 file to the x86 file, going to test it. Thanks!
  14. Have some tips for you Try this RunOnceEx from CD: cmdow @ /HID @echo off SetLocal EnableExtensions SET CDROM=%~d0 SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalacja Oprogramowania" /f REG ADD %KEY%\001 /VE /D "NET Framework 2.0" /f REG ADD %KEY%\001 /V 1 /D "%~d0\Install\DNF20SP2pl.exe /silent" /f REG ADD %KEY%\002 /VE /D "Diskeeper 2009" /f REG ADD %KEY%\002 /V 1 /D "%~d0\Install\setup.exe /s /v/qn" /f REG ADD %KEY%\003 /VE /D "Aimp 2.60" /f REG ADD %KEY%\003 /V 1 /D "%~d0\Install\aimp_2.60.505_rc_1.exe /S" /f EndLocal EXIT (You have to copy the Install folder to the root of your XP folder (together will i386/support folder, and all the others). If you want to see your wallpaper during the installationprocess, create a WallPaper.reg, paste the following in it: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "Wallpaper"="C:\\WINDOWS\\Web\\Wallpaper\\YourWallPaperNameHere.bmp" "WallpaperStyle"="2" "TileWallpaper"="0" Import this file from cmdlines.txt and it will popup @ RunOnceEx. Also to add your user I would recommend using the NET User method, described here: (if you are not allready using this). http://unattended.msfn.org/unattended.xp/view/web/27/ Basically you just go to your $OEM$ folder, where cmdlines.txt is located, and do the following. Create a cmd called "useraccounts.cmd" Paste the following in it: net user YourNameHere /add net localgroup Administrators YourNameHere /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT Create a .reg file with the "autologon.reg" name: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="YourNameHere" "AutoAdminLogon"="1" Then just add this line to your cmdlines.txt: [COMMANDS] "useraccounts.cmd" "RunOnceEx.cmd" If you then use the following winnt.sif file, you installation will be completely silent (except from partioning part) ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=Yes [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch=Yes AutoActivate=No WaitForReboot=No DUDisable=Yes DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore ExtendOemPartition = 0 TargetPath=\WINDOWS FileSystem=* [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 OemSkipWelcome=1 AdminPassword=* TimeZone=100 [SetupData] OSLoadOptionsVar="/noexecute=alwaysoff" [UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="YourNameHere" OrgName="*" ComputerName=YourComputerNameHere [Display] BitsPerPel=32 Xresolution=1280 YResolution=1024 Vrefresh=60 AutoConfirm=1 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off zonegames=off fax=off [TapiLocation] CountryCode=48 LongDistanceAccess="48" Dialing=Tone [RegionalSettings] LanguageGroup=2 SystemLocale="0415" UserLocale="0415" UserLocale_DefaultUser="0415" InputLocale="0415:00000415" InputLocale_DefaultUser="0415:00000415" [Branding] BrandIEUsingUnattended=Yes [URL] Home_Page=http://www.google.pl Search_Page=http://www.google.pl [SystemFileProtection] SFCQuota = 0 [WindowsFirewall.TurnOffFirewall] Mode = 0 [Shell] CustomDefaultThemeFile="%ResourceDir%\Themes\LeopardXP.Theme" Hope this helps!
  15. Wallpapers are in your $OEM$ folder? They must be in: $$ Web Wallpaper Then they will show up, at least it does at my place.
  16. Hi, I just finished my multi win7 image (x64 & x86). Now I have 2 autounattend.XML files, one for 64bit and one for 32bit. Is it possible to put them both in the dvd? So when x64 ultimate is chosen the setup uses the x64 answerfile and when ultimate x86 the setup uses the x86 answerfile. Is this possible?
  17. Hey Strel, Thanks for the update, I will test it with Dutch files. Question: DNF30_MSXML6 and DNF30_XPS The DNF30_MSXML6 one is on YES at this moment, and I have "msxml6-KB954459-nld-x86.exe" in work folder, is that what you mean with updated source? DNF30_XPS, what exaclty is this? And it is at YES at this moment. (It wont harm installation ?) (Building merged AIO btw ). Oh about VC runtimes, I just put 2005SP1 and 2008SP1 together in 7z and made an silent .exe out of it, that I call before the dotnetfx AIO, shouldnt cause any problems I hope.
  18. BTW, what updates have been released since 22/09? KB974417 only? Or more?
  19. Thanks radix, but people probably have to edit this point: toolbarsetup_SL1.0_ash_de-DE.exe, since not everyone is GER.
×
×
  • Create New...