unattended installation + ie admin kit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

im working for days now on an unattended installation of xp.

no problem with the winnt.sif file so far, it works fine

i downloaded the ieak 6 and was nice surprised of all these useful options you have there, and so i decided to melt it with my unattended copy. but how? i foind a lot of articles on how to successfully complete the ieak steps. ok, so i have two main folders, the 'desktop' and the 'ins' one

since in the [branding] part of the winnt.sif file, it says, i should set install.ins into the $OEM$ folder, i copied all the content from both main folders wiht all cabs infs and the install.ins file(s) into the $OEM$ folder

i burned a copy and the windows setup didnt call the install.ins file. after the installation finished i started the install.ins file myself and it asked me if i wanted to change the internet settings. i was happy cuz i thought, hey it worked, but it didnt. after the dialog box i didnt notice that something ever happen. a hoax?! =

well. is there a way to implement the install.ins installation setup of ie into the windows setup? and if not, its no big problem, cause i will set the installation part into the [guirunonce] section. but how? i tried some syntax with the ie6setup.exe, like ie6setup.exe -finstall.ins and smiliar. but nothing worked

please help me

thanks so much, since im siting here and trying for days

best regards

nimrod
 
Michael Moore wrote:

well. is there a way to implement the install.ins installation setup
of ie into the windows setup?

Not as far as I know.
and if not, its no big problem, cause i
will set the installation part into the [guirunonce] section. but how?
i tried some syntax with the ie6setup.exe, like ie6setup.exe
-finstall.ins and smiliar. but nothing worked.

IE6 IEAK flat install, unattended with progress bar, _no_ reboot
(line will wrap!):

L:\MSIE\FLAT\WIN32\EN\ie6setup.exe /R:N /Q /T:%temp% /c:"ie6wzd /F /Q:C
/S:""L:\MSIE\FLAT\WIN32\EN\ie6setup.exe"""


You will find information about command line switches here:

http://www.microsoft.com/windows/ieak/techinfo/deploy/60/en/default.asp
(see Reference\Running Setup in Batch Mode)

Internet Explorer Batch Mode Setup Switches
http://support.microsoft.com/?kbid=200007

Installing Internet Explorer 5 to Windows NT 4.0 Using SMS 1.2
http://support.microsoft.com/?kbid=223371

Additional Internet Explorer batch setup and IExpress batch setup switches
http://www.microsoft.com/windows/ieak/techinfo/deploy/60/en/ieswitch.htm


Also note that there are a coiple of newsgroups available for IEAK questions:

microsoft.public.windows.inetexplorer.ie6.ieak
microsoft.public.internet.explorer.ieak
 
hey again

i will try this command now

<path>ie6setup.exe /R:N /Q /T:%temp% /c:"ie6wzd /F /Q:C /B:<path>install.ins /S:""<path>ie6setup.exe""

i tried it on a box with a different version and it didnt give me an error box, just a warning that the language differs, so i abroted =).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top