BetaONE will rise again!


Reply
  #11  
Old 28th Jul 04, 07:12 PM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Well damn and I have not seen any way to either.

Maybe you cant?

Trying posting at neowin if you have not already.
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote
  #12  
Old 11th Aug 04, 03:34 PM
paratrupr's Avatar
paratrupr paratrupr is offline
New Member
 
Join Date: Aug 2004
Posts: 4
paratrupr
Quote:
Originally posted by war59312@Jul 28 2004, 01:12 PM
Trying posting at neowin if you have not already.
[snapback]206671[/snapback]
I posted a reply on Neowin yesterday, but the posts get buried quick. Here is my original post.

You need to put the following lines below your [NetAdapters] parameter

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
INFID=*


Let me know if this works out for you.
Reply With Quote
  #13  
Old 11th Aug 04, 04:15 PM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Thank you paratrupr. I am currently downloading the final version of SP2. I will report back after trying it in Virtual PC.

I am in dialup.

That's very right paratrupr, they indeed get buried very quick. I couldn't find my thread until I tried the 7th page.
Reply With Quote
  #14  
Old 11th Aug 04, 04:23 PM
paratrupr's Avatar
paratrupr paratrupr is offline
New Member
 
Join Date: Aug 2004
Posts: 4
paratrupr
Quote:
Originally posted by ~*McoreD*~@Aug 11 2004, 10:15 AM
I am in dialup.

That's very right paratrupr, they indeed get buried very quick. I couldn't find my thread until I tried the 7th page.
[snapback]208374[/snapback]
Dialup? You poor soul. I guess I'll here back from you in a few weeks, lol. Hope it works out for ya.
Reply With Quote
  #15  
Old 13th Aug 04, 08:57 PM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
I'm trying to figure out the [NetServices] part.

I'm just using normal Local Area Connection and want to disable MS_PSched QoS Packet Scheduler and MS_Server File and Print Services.

So how?

Code:
[NetServices] Answer File = Unattend.txt and Sysprep.inf The [NetServices] section contains entries for installing network services. Entry Description network_service_name Specifies the section where you define entries for a network service. Sample This sample demonstrates one use of the [NetServices] section of Unattend.txt. [NetServices] MS_Server = params.MS_Server network_service_name Specifies the section where you define entries for a network service. Syntax network_service_name = service_entries_section Value service_entries_section Example MS_Server = params.MS_Server Comments You must select the network service name from the Service ID column in the following table. The table describes each client and the components that automatically install. Service ID Description MS_NwSapAgent SAP Agent MS_PSched QoS Packet Scheduler MS_RasSrv Dial-Up Server MS_Server File and Print Services MS_WLBS Network Load Balancing (formerly known as Windows Load Balancing Service)
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote
  #16  
Old 16th Aug 04, 02:56 PM
paratrupr's Avatar
paratrupr paratrupr is offline
New Member
 
Join Date: Aug 2004
Posts: 4
paratrupr
Quote:
Originally posted by war59312@Aug 13 2004, 02:57 PM
I'm trying to figure out the [NetServices] part.

I'm just using normal Local Area Connection and want to disable MS_PSched QoS Packet Scheduler and MS_Server File and Print Services.

So how?
[snapback]208706[/snapback]
I did some searching on your question, and although no one clearly states "Use this option to NOT install THESE services"...

I interpret the following as an indication to ONLY install THESE services:

[NetServices]
MS_NwSapAgent = params.MS_NwSapAgent
MS_RasSrv = params.MS_RasSrv
MS_WLBS = params.MS_WLBS

[params.MS_NwSapAgent]

[params.MS_RasSrv]

[params.MS_WLBS]


Check out this document for a list of some of the parameters you can use for the listed services.

Hope this helps.
Reply With Quote
  #17  
Old 16th Aug 04, 09:16 PM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
All right thanks a lot. Will try it in a bit.
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote
  #18  
Old 5th Sep 04, 10:56 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Tried an unattended install today with the following in the winnt.sif file.

Code:
[Components]    msmsgs=off    msnexplr=off    freecell=off    hearts=off    minesweeper=off    pinball=off    solitaire=off    spider=off    zonegames=off    iis_www=On [NetAdapters]   Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetClients]   MS_MSClient=params.MS_MSClient [NetServices]   MS_SERVER=params.MS_SERVER [NetProtocols]   MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP]   DNS=Yes   UseDomainNameDevolution=No   EnableLMHosts=Yes   AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1]   SpecificTo=Adapter1   DHCP=Yes   WINS=No   NetBIOSOptions=0   DNSDomain=csse.uwa.edu.au
Unfortunately the DNS Domain name is still not added to the DNS Suffix.
Reply With Quote
  #19  
Old 5th Sep 04, 05:52 PM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
All right, try this:

Code:
[Components]   msmsgs=off   msnexplr=off   freecell=off   hearts=off   minesweeper=off   pinball=off   solitaire=off   spider=off   zonegames=off   iis_www=On [NetAdapters]  Adapter01=params.MS_TCPIP.Adapter01 [params.Adapter01] INFID=* [NetClients]  MS_MSClient=params.MS_MSClient [NetServices]  MS_SERVER=params.MS_SERVER [NetProtocols]  MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP]  AdapterSections=params.MS_TCPIP.Adapter01 [MS_TCPIP parameters]  UseDomainNameDevolution=No  EnableLMHosts=Yes  DNSDomain = csse.uwa.edu.au [params.MS_TCPIP.Adapter01]  SpecificTo=Adapter01  DHCP=Yes  WINS=No  NetBIOSOptions=0  DNSDomain = csse.uwa.edu.au  DNSServerSearchOrder = csse.uwa.edu.au
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote
  #20  
Old 6th Sep 04, 07:23 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Thanks Will, I'll try that. Oh and I also wanted to point you out one thing:

In your code, you have:

Code:
[GuiUnattended]   AdminPassword=   EncryptedAdminPassword=Yes   OEMSkipRegional=1   TimeZone=35   OemSkipWelcome=1   AutoLogon=Yes   AutoLogonCount=1
When EncryptedAdminPassword=Yes, I just found out that AutoLogin becomes disabled. So having AutoLogon=Yes was pointless.

I had to put EncryptedAdminPassword=No. Otherwise, it was waiting for the user to put the password in, before it did the RunOnceEx stuff.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:57 AM.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.