MSFN Forum: HOWTO create a fully up to date XP x64 DVD - MSFN Forum

Jump to content



If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
  • 29 Pages +
  • « First
  • 19
  • 20
  • 21
  • 22
  • 23
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HOWTO create a fully up to date XP x64 DVD Updated for May, link to similar W2K guide Rate Topic: -----

#401 User is offline   knutdeluxe 

  • Group: Members
  • Posts: 1
  • Joined: 22-September 09

Posted 23 September 2009 - 10:22 AM

hey Kurt_Aust!

How do you create the hotfix installation order (in the update_prep.bat) file?

greets Knut


#402 User is offline   redxii 

  • Member
  • PipPip
  • Group: Members
  • Posts: 286
  • Joined: 18-August 05

Posted 23 September 2009 - 12:53 PM

I have a DirectX SVCPACK addon: http://www.ryanvm.ne...opic.php?t=6010

64-bit is 26.1MB vs 103MB full redist.

#403 User is offline   dedalo27 

  • Group: Members
  • Posts: 1
  • Joined: 10-September 08

Posted 02 October 2009 - 03:08 PM

Setup/Istaller for "Grant access"

Hello everybody.

I homemade the installer to "Thanks Kurt_Aust" and because I am a little laziness and I like make my life easy as possible.

The installer can be open whit 7-zip or you can make a silent install ( i.e "Grant access 1.1.exe" /S ).

I hope this installer and the source code of installer be usefull to many people.

The installer source code can be compiled with

http://nsis.sourceforge.net/Main_Page

In this version I take into account Kurt_Aust's suggestion :

1. The folder name on the start menu is not fully capitalized, should be "Grant Access" rather than "Grant access", it just looks out of place.
OK. Fixed.

2. The links within the folder are in a mix of Spanish and English (including the tooltips), somewhat confusing, do 2 versions perhaps?
OK, at the moment only english version.

3. There is a link to the *.nsi file in the folder, pointless as Windows has no idea what to do with it.
OK, Deleted. But the source code still there.

4. There is a link to the download readme, also pointless as one is not using the original installer.
OK, Deleted.

5. I'd name the link to the subinacl.htm file "Advanced Reference" with the tootip "Command line options for SubInACL".
OK, Fixed.

6. As your installer adds a link to the SubInACL.htm file, you should delete the last paragraph of the readme.txt file.
OK. Fixed.

7. Is there any way the installer can create shortcuts with the advanced property "Run with different credentials" set? Without it set, it's all too easy to forget and only find out that you missed this critical step after you've entered all your data.
Mmmm. I just copy the Kurt_Aust's pre-maded links. I did not find how to create shortcuts with the advanced property "Run with different credentials" set, if anybody know "how to" please tell us.

Grant Access 1.1.exe
MD5: c06f01f98cb57e8c82a657ea05a2a24f
SHA-1: 6b44c4605aa751c80e0016ff5b844f46b21349aa

Good luck to all.

P.D. The source code of installer are Copyleft.

Attached File(s)


This post has been edited by dedalo27: 05 October 2009 - 02:20 PM


#404 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 447
  • Joined: 26-April 07

Posted 04 October 2009 - 09:44 PM

Probably not the most elegant way of doing it, but the following code finally gives the boot to that randomly named leftover .Net 3.5 setup folder:
rem delete leftover .Net setup directory (requires SubInACL)
Reg Export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP Version 2003\SP3\KB954550-v7\Filelist\1" %Temp%\dotNet35folder.reg
Type %Temp%\dotNet35folder.reg | Find "Location" > %Temp%\dotNet35folder.txt
For /F %%N in (%Temp%\dotNet35folder.txt) do Set dN0=%%N
Set dN1=%dN0:~0,-19%
Set dNdrive=%dN1:~12,2%
Set dNdirec=%dN1:~16%
SubInACL /Subdirectories "%dNdrive%\%dNdirec%"\ /Grant=Everyone
RmDir /S /Q %dNdrive%\%dNdirec%
Del %Temp%\dotNet35folder.*


Also added application install support for IrfanView.

#405 User is offline   genu 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 29-April 09

Posted 16 October 2009 - 11:23 AM

View Postdedalo27, on Oct 2 2009, 11:08 PM, said:

7. Is there any way the installer can create shortcuts with the advanced property "Run with different credentials" set?

Normally this can be done by e.g. notepad
runas /user:%COMPUTERNAME%\Administrator "%ComSpec% /C notepad"

or with a batch
@ECHO OFF
runas /user:%COMPUTERNAME%\Administrator
Admin.bat


you may have a look at this piece iof software : RunasSpc http://www.robotroni...runasspcEn.html

#406 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 447
  • Joined: 26-April 07

Posted 16 October 2009 - 03:13 PM

October updates

Deletions:
Hotfix\156-WindowsServer2003.WindowsXP-KB954600-x64-ENU.exe
Hotfix\904-IE8-WindowsServer2003.WindowsXP-KB972260-x64-ENU.exe
Hotfix\912-WindowsServer2003.WindowsXP-KB973346-x64-ENU.exe
RunOnce\WindowsServer2003.WindowsXP-KB938464-v2-x64-ENU.exe


Additions:
@ . . . Hotfix\268-WindowsServer2003.WindowsXP-KB967723-x64-ENU.exe .. . 1,331,568 MS09-048 - TCP/IP
@ . . . Hotfix\272-WindowsServer2003.WindowsXP-KB975025-x64-ENU.exe . . . . 833,904 MS09-051 - Media Runtime
@ . . . Hotfix\276-WindowsServer2003.WindowsXP-KB974571-x64-ENU.exe . . . . 747,376 MS09-056 - Crypto API
@ . . . Hotfix\280-WindowsServer2003.WindowsXP-KB974112-x64-ENU.exe . . . . 790,384 MS09-052 - Media Player 6.4
# Hotfix\284-WindowsServer2003.WindowsXP-KB971486-x64-ENU.exe .. . 7,807,344 MS09-058 - Kernel
@ . . . Hotfix\288-WindowsServer2003.WindowsXP-KB958869-x64-ENU.exe .. . 2,357,616 MS09-062 - GDI+
@ Hotfix\292-WindowsServer2003.WindowsXP-KB969059-x64-ENU.exe .. . 3,408,256 MS09-057 - Indexing Service
@ . . . Hotfix\296-WindowsServer2003.WindowsXP-KB975467-x64-ENU.exe .. . 1,162,112 MS09-059 - Local Security Authority Subsystem Service (LSASS)
# Hotfix\904-IE8-WindowsServer2003.WindowsXP-KB974455-x64-ENU.exe 39,454,064 MS09-054 - Cumulative Security Update
@ . . . RunOnce\WindowsServer2003.WindowsXP-KB973525-x64-ENU.exe 674,176 MS09-055 - ActiveX Kill Bits - Cumulative
# RunOnce\NDP20SP2-KB974417-x64.exe 25,099,096
@ . . . WMP11\WindowsMedia11-KB954155-x64-ENU.exe 913,288


Other changes
  • It would appear that Microsoft has decided to welcome 5eraph back with a record breaking month of updates.
  • As noted above, the leftover .Net 3.5 setup folder is now cleaned up.
  • 32-bit users of the guide need to move some hotfixes from \Hotfix to \RunOnce before attempting integration.
  • 5eraph has released an updated version of the vanilla IE8 AddOn to address the Quick Launch issue, however if you are using this guide there is no need to upgrade as the exact same fix is used.
  • I've moved to VirtualBox for my primary testing.
  • Deleted the poll but it will return next month, as tastes change a reset is appropriate.


#407 User is offline   TranceEnergy 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 963
  • Joined: 23-March 06

Posted 22 October 2009 - 09:00 AM

SPTD for Windows XP/2003/Vista (64 bit)
SPTDinst-v162-x64.exe
1.62
1,065,968 bytes
October 16, 2009

Issues addressed:
- fixed problems with some RAID controllers.
http://www.duplexsec...om/en/downloads

#408 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,246
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 October 2009 - 09:14 AM

TranceEnergy, nice to hear from you. I looked at the link you provided and was wondering what SPTD is and why I might need it? There is little explanation on their site. Is it free? Does it improve performance, security or what? Thanks, John.

#409 User is online   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 816
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 22 October 2009 - 09:37 AM

I know DAEMON Tools uses it as a driver for virtual CD/DVD drives. I don't know of any other applications that use it.

It is free.

I suppose newer versions provide bug fixes, but I'm no expert.

#410 User is offline   meowing 

  • XP64 is a joy forever
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 24-July 08
  • OS:XP Pro x64
  • Country: Country Flag

Posted 23 October 2009 - 05:20 AM

View Post5eraph, on Oct 22 2009, 05:37 PM, said:

I know DAEMON Tools uses it as a driver for virtual CD/DVD drives. I don't know of any other applications that use it.

There are some 'virtual drive' type plugins for TotalCommander that also depend on it.

#411 User is offline   TranceEnergy 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 963
  • Joined: 23-March 06

Posted 23 October 2009 - 12:36 PM

Thanks, I'm in school so I am barely living =)

SPTD (http://en.wikipedia....-Through_Direct) is used by several cd/dvd/media programs for virtual devices, just as the wiki says.

I install it silently in windows install so I save myself a reboot of the system, later on, when I want daemon tools installed.

%Source%Silence\SPTDinst.exe add /q

For me it's just one of those "must have it" tools.

In other news:

Silverlight 3 has some language code one can use with the silent install. But I haven't managed to track that down yet. I seem to recall I might have asked this sometime before, but alas memory fails.

#412 User is offline   genu 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 29-April 09

Posted 29 October 2009 - 02:13 PM

View Postmeowing, on Oct 23 2009, 01:20 PM, said:

View Post5eraph, on Oct 22 2009, 05:37 PM, said:

I know DAEMON Tools uses it as a driver for virtual CD/DVD drives. I don't know of any other applications that use it.

There are some 'virtual drive' type plugins for TotalCommander that also depend on it.
Newer Alcohol 120% versions and Alcohol 52% (mounting only) uses SPTD too.

#413 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 447
  • Joined: 26-April 07

Posted 30 October 2009 - 04:57 PM

Just a mid term update to the batch files for the various new versions of the supported applications:
Opera
Firefox
Seamonkey 2.0
K-Lite Mega Codec
K-Lite 64-bit
Daemon Tools Lite (added option for SPTD)
AnyDVD
CD Burner XP
VMware Server
VirtualBox (latest version seems OK with more than 1 virtual CPU)
Boinc


There is also a new version of the Internet Explorer 8 Compatibility View List, but I won't be updating the archives or torent just for that.

#414 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 447
  • Joined: 26-April 07

Posted 12 November 2009 - 11:46 PM

November updates

Deletions:
Hotfix\128-Windows-en-US-KB943729.exe
Hotfix\204-WindowsServer2003.WindowsXP-KB968537-x64-ENU.exe
Hotfix\916-IE8-WindowsServer2003.WindowsXP-KB973874-x64-ENU.exe


Additions (all at \Hotfix):
@ . . . 300-WindowsServer2003.WindowsXP-KB975254-x64-ENU.exe . . . . 752,496 MS09-053 - FTP Service (IIS)
@ 304-WindowsServer2003.WindowsXP-KB969947-x64-ENU.exe .. . 4,328,320 MS09-065 - Kernel-Mode Drivers
@ . . . 308-Windows-KB943729-x64-ENU.exe . . . . . . . . . . . . . . . . . . . . . . . 887,160 Group Policy Preference Client Side Extensions

# 906-IE8-WindowsServer2003.WindowsXP-KB976749-x64-ENU.exe 13,713,776 Patch for KB974455 cumulative patch
@ . . . 916-IE8-WindowsServer2003.WindowsXP-KB975364-x64-ENU.exe 684,400 Compatibility View list

#415 User is offline   TranceEnergy 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 963
  • Joined: 23-March 06

Posted 14 November 2009 - 08:48 AM

I just did a re-install, haven't reinstalled since june, this year, which is a new personal record for me.

Anyhoo, what's with the .net 3.5 family update showing up at windows update? I saw you wrote it would show up on windows update, but obviousy that's not something I like, when I already have them .net KB's in my unattended setup.

#416 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 447
  • Joined: 26-April 07

Posted 14 November 2009 - 09:24 AM

View PostTranceEnergy, on Nov 15 2009, 01:48 AM, said:

Anyhoo, what's with the .net 3.5 family update showing up at windows update? I saw you wrote it would show up on windows update, but obviously that's not something I like, when I already have them .net KB's in my unattended setup.

That only applies if you install .Net 2.0 sp2 rather than .Net 3.5 sp1, however your system is fully updated for the .Net framework level you have installed.

I suspect it is a case of Microsoft trying to push .Net 3.5 sp1 via Windows Update in order to increase the install base, still I have yet to come across an application that requires .Net 3.5, lots of them require .Net 2.0 though.

#417 User is offline   TranceEnergy 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 963
  • Joined: 23-March 06

Posted 04 December 2009 - 07:01 AM

In the spirit of supporting a great thread.

I am re-creating, re-organizing to a great extent the order of which i run automated silence installs in my unattended x64 dvd.
I have dedicated the second run to only do dot.net 1.0-3.5 install, first run is ms updates that cannot be integrated, per se,and registry fixes (paths etc).

I am aware of the "need" to do timeout commands here and there, but would it not be better to use a utility which would continue on to next command if say the cpu is idle, or below a certain percentage?
Or harddrive activity for that matter.

Just thinking out loud ;)

Happy weekend!

#418 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 447
  • Joined: 26-April 07

Posted 05 December 2009 - 03:39 AM

View PostTranceEnergy, on Dec 5 2009, 12:01 AM, said:

I am aware of the "need" to do timeout commands here and there, but would it not be better to use a utility which would continue on to next command if say the cpu is idle, or below a certain percentage?
Or harddrive activity for that matter.

Here you are butting up against one of the design concepts behind the guide, being that minimal third party software shall be used in a default install, in fact the only 3rd party software included by default is Adobe flash. If you can point me to a utility inherent to the XP x64 install disk I'll use it, but otherwise the guide will be sticking with TimeOut commands.

Naturally there is some slack in the time allowed (for safety purposes), but still in a standard 2 batch file pass install I doubt you could save more than 3 minutes.

#419 User is offline   genu 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 29-April 09

Posted 12 December 2009 - 05:50 AM

If someone is missing the Microsoft Universal Audio Architecture (UAA) High Definition Audio driver here ist the solution, MS Support article:
http://support.microsoft.com/?scid=kb%3Ben...mp;x=8&y=12

To obtain the driver visit e.g. ati.amd.com - from drivers and support - catalyst drivers - go to optional software and select from optional software the Microsoft UAA HDMI Audio driver:
http://game.amd.com/us-en/drivers_catalyst...ver=xp-optional

#420 User is offline   TranceEnergy 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 963
  • Joined: 23-March 06

Posted 12 December 2009 - 10:27 AM

That's correct genu, personally i dont need it but i suppose many do? It does fix an annoyance in the device manager though, if u have forgot to turn off internal audio (if u have an audio card separate), it'll stay there as a yellow marker etc + windows update won't be complete without it.

Share this topic:


  • 29 Pages +
  • « First
  • 19
  • 20
  • 21
  • 22
  • 23
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy