MSFN Forum: Unattended setup is not stop to select partition - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unattended setup is not stop to select partition WINNT.sif file issue Rate Topic: -----

#1 User is offline   sathika 

  • Group: Members
  • Posts: 5
  • Joined: 16-November 09

Posted 17 November 2009 - 02:00 AM

Hi,
I am very new to this forum & not familiar with the un attended installation. but i need to make one my own. so i have followed the instructions on, one of the other site & i have used "setup manager" to make my answer file. i have done it as per the instructions on that web site & here with attached the "WINNT.sif" file for your reference.
My problem is it has not allowed me to select the installation partition. i have already changed "AutoPartition=0" as instructed in this site also. but it's not stopped me to choose the installing partition.
So i add another line as instructed in this site as follows & that also not helped me. i lost all my data was on my HDD as XP setup formatted my entire HDD as one single partition.

Secondly added " FileSystem=*" & nothing was different.

Pls find my bellow "WINNT.sif" file what i have used.


************* Quote ***************
[Data]
AutoPartition=0
UnattendedInstall="Yes"
AutomaticUpdates=yes
MsDosInitiated=No

[Unattended]
FileSystem=*
UnattendMode=DefaultHide
OemSkipEula=Yes
TargetPath=\WINDOWS
Repartition=Yes
UnattendSwitch="yes"
WaitForReboot="No"
KeyboardLayout="United Kingdom"
Hibernation=Yes
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
OEMSkipWelcome=1
TimeZone=85

[TapiLocation]
CountryCode=44
Dialing=Tone
AreaCode=0000

[UserData]
ProductKey=*****-*****-*****-*****-*****
FullName="SATHIKA"
OrgName="N/A"
ComputerName=MYPC

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809

[Networking]
InstallDefaultComponents=Yes

[Identification]
JoinWorkgroup = MSHOME

[Components]
hypertrm=off
iis_asp=off
iis_internetdataconnector=off
iis_serversideincludes=off
iis_webadmin=off
iis_webdav=off
licenseserver=off
msmsgs=off
msnexplr=off
oeaccess=off
templates=off
zonegames=off

;
; Edited by DriverPacks BASE 8.12.5
; http://www.driverpacks.net/
;


[GUIRunOnce]
command9="%SystemDrive%\DPsFnshr.exe"

****************** Un Quote *************************

Pls help me to get this solve


#2 User is offline   sathika 

  • Group: Members
  • Posts: 5
  • Joined: 16-November 09

Posted 17 November 2009 - 10:11 AM

Hi,
Appreciate if some one can help me on this. according to the guide here it s/b following lines to select installation partition manually.

[Data]
AutoPartition=0


[Unattended]
FileSystem=*

Which i have already done in my WINNT.sif file. but still i can't select partition manually.

Pls adv me how can i get this sorted. (As i need to have my all other data in a separate partition)

Thanks in advance.

This post has been edited by sathika: 17 November 2009 - 10:12 AM


#3 User is offline   iamtheky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 866
  • Joined: 11-November 08

Posted 17 November 2009 - 10:28 AM

You can see this behavior running the install from the HD that you are attempting to reload.

Can you confirm this issue occurs when running from bootable media?

And you should really look into virtualbox or virtualpc, it will save you from the whole "i lost all my data" action.

This post has been edited by iamtheky: 17 November 2009 - 10:56 AM


#4 User is offline   sathika 

  • Group: Members
  • Posts: 5
  • Joined: 16-November 09

Posted 17 November 2009 - 11:10 AM

Hi,
Many thanks iamtheky, for trying to help me.

Yes i have installed it with a hot hot cd which i have burned through Nero. & next time I'll be use my extra Hdd to test my experiments.

Do i have to change anything in my ".sif" file? also will it install if i try to burn it to R/RW media?

Thanks again.

This post has been edited by sathika: 17 November 2009 - 11:13 AM


#5 User is offline   iamtheky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 866
  • Joined: 11-November 08

Posted 17 November 2009 - 11:24 AM

[Unattended]
FileSystem=*
UnattendMode=DefaultHide

I have UnattendMode=FullUnattended


and with FileSystem=* it still stops and waits, maybe that difference alone, but I can find no supporting documentation (cant find any to the contrary either, but it could still be very wrong)

This post has been edited by iamtheky: 17 November 2009 - 11:24 AM


#6 User is offline   HØLLØW 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 01-March 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 November 2009 - 03:20 PM

Hi,

this should work:

[Data]
	AutoPartition=0
	MsDosInitiated=0
	UnattendedInstall=Yes

[Unattended]
	Repartition=No
	UnattendMode=FullUnattended
	OemSkipEula=Yes
	OemPreinstall=Yes
	UnattendSwitch=yes
	WaitForReboot=No


#7 User is offline   sathika 

  • Group: Members
  • Posts: 5
  • Joined: 16-November 09

Posted 18 November 2009 - 08:49 PM

Hi,
Thanks "HOLLOW". it has worked finally with your instructions above. anyway i have add another line under "[Unattended]" as follows in addition to your above lines.


[Unattended]
Repartition=No
UnattendMode=FullUnattended
FileSystem=*

Thanks alot for spending your time for me. also thanks for "iamtheky" for trying to help me.

I'm having another question,
Is there any sequence that we need to arrange lines under one category?

Ex..

[Unattended]
Repartition=No
UnattendMode=FullUnattended
OemSkipEula=Yes

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
Repartition=No

Is it make any difference? i think that we need to have a sequence for categories (First [Data]
second [Unattended] like wise)
but not for the lines under one category. pls explain.


Thanks,
Sathika.

#8 User is offline   HØLLØW 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 01-March 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 November 2009 - 03:56 PM

Hi,

I think there is no sequence and it should work fine in any order.

This post has been edited by HØLLØW: 23 November 2009 - 03:57 PM


#9 User is offline   sathika 

  • Group: Members
  • Posts: 5
  • Joined: 16-November 09

Posted 24 November 2009 - 10:26 PM

Hi,
Thanks "HOLLOW", my guess is correct.

Thanks for helping me.

B/Rgds,
Sathika.

Share this topic:


Page 1 of 1
  • 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 - 2013 msfn.org
Privacy Policy