One Clean Install? 98 unattended
#1
Posted 13 June 2005 - 09:26 AM
Theres a tutorial on how to do this, on this very site, the one with the copy.archiovs, but icant seem to get this to work, (maybe im typing my syntax wrong?)
ok, heres my beef,
Im doing the unattended install, as you know, but when im typing my syntax, it doesnt seem to be working. the operating system install silently but it doesnt delete the desktop shortcuts or add any installed programs.
This is what i type
e:\setup.exe /msbatch.inf /id /is /iw
And then leave it
Im not entirley sure what or where im supposed to type in the msbatch file,
i just want it to open and run a .bat file during installation.
From there i can do the arkward bit of typing all the switches, (see, i have searched)
If anyone could provide a decent, follow-able guide, id be so grateful, Steve
#2
Posted 13 June 2005 - 10:23 AM
#3
Posted 13 June 2005 - 10:38 AM
Apologies, old age and eye sight as good as used to be.
This post has been edited by oioldman: 13 June 2005 - 10:39 AM
#4
Posted 14 June 2005 - 07:13 AM
Im just not sure where i add the enrty to execute the first extra batch file,
#5
Posted 14 June 2005 - 08:59 AM
If this isn't quite what you were looking for... my appologies.
-Jaymo
#6
Posted 14 June 2005 - 10:30 AM
o copy Metapad into the Win98 installation (source) folder
o rename Metapad to Notepad
All files in the Win98 installation (source) folder take precedence
over the files which are packed in the .CAB files.
That way all programs which do not require a setup or installation
can easily be "installed".
This also holds true for MS system and security updates. One can
extract all files from these Qxxxxxx.exe files (simply run Qxxxxxx.exe /q:a /c /t:c:\updates\Q\xxxxxx),
and then copy the relevant files to the Win98 installation folder.
To find out the relevant files have a look at the [SourceDisksFiles] section
in the Qxxxxxx.INF file.
Other programs or drivers which come with an .inf file can (should)
be installed via the INFINST program which can be found in
the TOOLS folder on the W98 cd. INFINST creates a file named
CUSTOM.INF, which will be processed by the win98 setup.
Individual registry settings can be implemented through
custom .REG files. To merge these .REG files into the registry
add a RUNONCE entry in the "delayed.batch" section of
the MSBATCH.INF. I don't remember the exact wording -
search MSBATCH.INF for "runonce" or "delay".
These RUNONCE entries are also useful to call
setup programs for other applications.
An unattended setup including the nVidia Detonator (graphics) driver,
TweakUI, 3Com network driver, Q243199 NDIS update, RASPPPOE network driver,
some personal registry tweaks and some additional utilities
can be done within 15 minutes.
The only thing which I still could not get rid off are 3 mouse clicks
to confirm the PC name, the serial number, and a last confirmative click
in the early stage of the setup process. Any idea for that?
This post has been edited by ack-hh: 14 June 2005 - 10:35 AM
#7
Posted 14 June 2005 - 11:57 AM
#8
Posted 16 June 2005 - 06:56 PM
Auto logon
; The line below turns off the user logon going into Windows (needed for
; factory configuration portion of Express setup).
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Network\Real Mode Net","autologon",1,00000000
#9
Posted 03 July 2005 - 09:12 AM
#10
Posted 05 July 2005 - 02:53 AM
soporific, on Jul 3 2005, 05:12 PM, said:
THANK YOU! The OPKInstall section was very helpful.



Help
Back to top









