IPB

Google Frontpage Forums Unattended CD/DVD Guide
21 Pages V  « < 19 20 21  
Reply to this topicStart new topic
> HOWTO create a fully up to date XP x64 DVD, Updated for November, link to similar W2K guide
Component usage survey
One answer per part please (due to poll format limitations)
Primary source of updates: Microsoft hotfixes [ 3 ] ** [33.33%]
Primary source of updates: 5eraph's update pack [ 0 ] ** [0.00%]
========================= [ 0 ] ** [0.00%]
.Net framework level: None [ 0 ] ** [0.00%]
.Net framework level: 2.0 sp2 [ 0 ] ** [0.00%]
.Net framework level: 3.5 sp1 [ 3 ] ** [33.33%]
========================= [ 0 ] ** [0.00%]
Windows Media Player: 10 [ 0 ] ** [0.00%]
Windows Media Player: 11 by silent install [ 0 ] ** [0.00%]
Windows Media Player: 11 using Boooggy's slipstreamer [ 3 ] ** [33.33%]
Which version of Internet Explorer?
6 using Microsoft hotfixes [ 0 ] ** [0.00%]
6 using 5eraph's addon [ 0 ] ** [0.00%]
7 using Microsoft hotfixes [ 1 ] ** [33.33%]
8 by silent install [ 0 ] ** [0.00%]
8 using 5eraph's updated addon [ 0 ] ** [0.00%]
8 using 5eraph's vanilla addon + Microsoft hotfixes [ 2 ] ** [66.67%]
On what OS platforms have you used this guide (tick all that apply)
XP x64 only [ 1 ] ** [25.00%]
XP x64 and others [ 2 ] ** [50.00%]
2000 [ 0 ] ** [0.00%]
XP 32-bit [ 1 ] ** [25.00%]
Vista / W7 32-bit [ 0 ] ** [0.00%]
Vista / W7 64-bit [ 0 ] ** [0.00%]
Other (Linux-Wine et al) [ 0 ] ** [0.00%]
Total Votes: 3
Guests cannot vote 
knutdeluxe
post Sep 23 2009, 10:22 AM
Post #401





Group: Members
Posts: 1
Joined: 22-September 09
Member No.: 261221
OS: none
Country Flag


hey Kurt_Aust!

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

greets Knut
Go to the top of the page
 
+Quote Post
redxii
post Sep 23 2009, 12:53 PM
Post #402


Member
**

Group: Members
Posts: 281
Joined: 18-August 05
Member No.: 69413
OS: Vista Business x86
Country Flag


I have a DirectX SVCPACK addon: http://www.ryanvm.net/forum/viewtopic.php?t=6010

64-bit is 26.1MB vs 103MB full redist.
Go to the top of the page
 
+Quote Post
dedalo27
post Oct 2 2009, 03:08 PM
Post #403





Group: Members
Posts: 1
Joined: 10-September 08
Member No.: 209213
OS: XP Pro x64
Country Flag


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.

This post has been edited by dedalo27: Oct 5 2009, 02:20 PM
Attached File(s)
Attached File  Grant_Access_1.1.exe ( 138.57K ) Number of downloads: 1
 
Go to the top of the page
 
+Quote Post
Kurt_Aust
post Oct 4 2009, 09:44 PM
Post #404


Master of trial, error & Google
***

Group: Members
Posts: 324
Joined: 26-April 07
From: Sydney
Member No.: 137148
OS: XP Pro x64
Country Flag


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:
CODE
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.
Go to the top of the page
 
+Quote Post
genu
post Oct 16 2009, 11:23 AM
Post #405





Group: Members
Posts: 8
Joined: 29-April 09
Member No.: 242311
OS: none
Country Flag


QUOTE (dedalo27 @ Oct 2 2009, 11:08 PM) *
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
CODE
runas /user:%COMPUTERNAME%\Administrator "%ComSpec% /C notepad"

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


you may have a look at this piece iof software : RunasSpc http://www.robotronic.de/runasspcEn.html
Go to the top of the page
 
+Quote Post
Kurt_Aust
post Oct 16 2009, 03:13 PM
Post #406


Master of trial, error & Google
***

Group: Members
Posts: 324
Joined: 26-April 07
From: Sydney
Member No.: 137148
OS: XP Pro x64
Country Flag


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
  1. It would appear that Microsoft has decided to welcome 5eraph back with a record breaking month of updates.
  2. As noted above, the leftover .Net 3.5 setup folder is now cleaned up.
  3. 32-bit users of the guide need to move some hotfixes from \Hotfix to \RunOnce before attempting integration.
  4. 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.
  5. I've moved to VirtualBox for my primary testing.
  6. Deleted the poll but it will return next month, as tastes change a reset is appropriate.
Go to the top of the page
 
+Quote Post
TranceEnergy
post Oct 22 2009, 09:00 AM
Post #407


Friend of MSFN
*****

Group: Members
Posts: 941
Joined: 23-March 06
From: Quake Live
Member No.: 91607
OS: XP Pro x64
Country Flag


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.duplexsecure.com/en/downloads
Go to the top of the page
 
+Quote Post
johnhc
post Oct 22 2009, 09:14 AM
Post #408


MSFN Master
********

Group: Members
Posts: 2199
Joined: 2-March 08
Member No.: 179953
OS: XP Pro x64
Country Flag


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.
Go to the top of the page
 
+Quote Post
5eraph
post Oct 22 2009, 09:37 AM
Post #409


Update Packrat
Group Icon

Group: Supreme Sponsors
Posts: 296
Joined: 4-July 05
From: Riverview, MI USA
Member No.: 62992
OS: XP Pro x64
Country Flag


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.
Go to the top of the page
 
+Quote Post
meowing
post Oct 23 2009, 05:20 AM
Post #410


a joy forever
**

Group: Members
Posts: 126
Joined: 24-July 08
From: Langford, Canada
Member No.: 202362
OS: XP Pro x64
Country Flag


QUOTE (5eraph @ Oct 22 2009, 05:37 PM) *
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.
Go to the top of the page
 
+Quote Post
TranceEnergy
post Oct 23 2009, 12:36 PM
Post #411


Friend of MSFN
*****

Group: Members
Posts: 941
Joined: 23-March 06
From: Quake Live
Member No.: 91607
OS: XP Pro x64
Country Flag


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

SPTD (http://en.wikipedia.org/wiki/SCSI_Pass-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.
Go to the top of the page
 
+Quote Post
genu
post Oct 29 2009, 02:13 PM
Post #412





Group: Members
Posts: 8
Joined: 29-April 09
Member No.: 242311
OS: none
Country Flag


QUOTE (meowing @ Oct 23 2009, 01:20 PM) *
QUOTE (5eraph @ Oct 22 2009, 05:37 PM) *
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.
Go to the top of the page
 
+Quote Post
Kurt_Aust
post Oct 30 2009, 04:57 PM
Post #413


Master of trial, error & Google
***

Group: Members
Posts: 324
Joined: 26-April 07
From: Sydney
Member No.: 137148
OS: XP Pro x64
Country Flag


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.
Go to the top of the page
 
+Quote Post
Kurt_Aust
post Nov 12 2009, 11:46 PM
Post #414


Master of trial, error & Google
***

Group: Members
Posts: 324
Joined: 26-April 07
From: Sydney
Member No.: 137148
OS: XP Pro x64
Country Flag


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
Go to the top of the page
 
+Quote Post
TranceEnergy
post Nov 14 2009, 08:48 AM
Post #415


Friend of MSFN
*****

Group: Members
Posts: 941
Joined: 23-March 06
From: Quake Live
Member No.: 91607
OS: XP Pro x64
Country Flag


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.
Go to the top of the page
 
+Quote Post
Kurt_Aust
post Nov 14 2009, 09:24 AM
Post #416


Master of trial, error & Google
***

Group: Members
Posts: 324
Joined: 26-April 07
From: Sydney
Member No.: 137148
OS: XP Pro x64
Country Flag


QUOTE (TranceEnergy @ Nov 15 2009, 01:48 AM) *
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.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

21 Pages V  « < 19 20 21
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 06:29 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy