MSFN Forum: It won't load the install - MSFN Forum

Jump to content



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

It won't load the install Rate Topic: -----

#1 User is offline   doomstone 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 23-January 05

Posted 31 January 2005 - 04:27 PM

I have put
[SetupParams]
UserExecute="c:\Install\Xplode\Xplode.exe"

into my WINNT.SIF but it still don't load the installer :(
how can this be?
the like is right!


Here is hole my WINNT.SIF
[Data]
	AutoPartition=0
	MsDosInitiated = 0
	UnattendedInstall = Yes
	AutomaticUpdates=yes

[Unattended]
	UnattendMode = FullUnattended
	UnattendSwitch = Yes
	OemPreinstall = Yes
	OemSkipEula = Yes
	FileSystem = *
	WaitForReboot = No
	NoWaitAfterTextMode = 1
	NoWaitAfterGUIMode = 1
	TargetPath = "Windows"
	DriverSigningPolicy = Ignore
	NonDriverSigningPolicy = Ignore
	Hibernation = No

[UserData]
	ProductKey=xxxxxxxxxxxxxxxxxxxx
	FullName="Kasper"
	OrgName=""
	ComputerName=DoomStone

[SystemFileProtection]
	SFCQuota = 0

[Components]
	msmsgs=off
	msnexplr=off 
	freecell=off
	hearts=off
	minesweeper=off
	pinball=off
	solitaire=off
	spider=off
	zonegames=off


[Display]
	Xresolution = 1024
	Yresolution = 768
	BitsPerPel = 32

[GuiUnattended]
	AdminPassword=doomday
	AutoLogon = Yes
	EncryptedAdminPassword=NO
	OEMSkipRegional=1
	TimeZone=105
	OemSkipWelcome=1

[TapiLocation]
	CountryCode=45

[Networking]
	InstallDefaultComponents=No

[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
	MS_NWIPX=params.MS_NWIPX

[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

[params.MS_NWIPX]
	VirtualNetworkNumber=00000000
	AdapterSections=params.MS_NWIPX.Adapter1

[params.MS_NWIPX.Adapter1]
	SpecificTo=Adapter1
	PktType=0x1

[Shell]
	CustomDefaultThemeFile="%systemdrive%\WINDOWS\Resources\Themes\Longhorn Slate-Plex\Longhorn Slate-Plex.msstyles"

[SetupParams]
	UserExecute="c:\Install\Xplode\Xplode.exe"



#2 User is offline   BAM 

  • Just me!
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 04-December 03

Posted 31 January 2005 - 04:46 PM

Read section 4.1.2 of the pdf manual!!

XPlode.xml MUST be in the same directory as XPlode.exe!

Read carefully, it's all there and you will have a great tool.

#3 User is offline   doomstone 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 23-January 05

Posted 31 January 2005 - 04:50 PM

XPlode.xml IS in the same directory as XPlode.exe

#4 User is offline   doomstone 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 23-January 05

Posted 31 January 2005 - 04:52 PM

Posted Image

#5 User is offline   doomstone 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 23-January 05

Posted 31 January 2005 - 04:54 PM

I have tryed to run the Xplode.exe after the install and it install just fine!
but i want it to start automatic .(

#6 User is offline   BAM 

  • Just me!
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 04-December 03

Posted 31 January 2005 - 04:59 PM

WOW ure fast...
(i need sleep tho, 23:58 over here)

Try this one:
[SetupParams]
UserExecute="%SYSTEMDRIVE%\Install\Xplode\Xplode.exe" /log:"%SYSTEMDRIVE%\XPlode.log"

This way it will create an logfile on C:\
(Xplode.log)
Now you can search for errors in there and get some help if it's really not working on some parts.

hope it helps.
~BAM.

#7 User is offline   BAM 

  • Just me!
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 04-December 03

Posted 31 January 2005 - 05:03 PM

Saw something...
You call it from Install directory !!
(look at ure screenshot)

It is in the XPlode dir, so this one should work now:

[SetupParams]
UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe" /log:"%SYSTEMDRIVE%\XPlode.log"


#8 User is offline   doomstone 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 23-January 05

Posted 31 January 2005 - 05:04 PM

ok i will

#9 User is offline   BAM 

  • Just me!
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 04-December 03

Posted 31 January 2005 - 05:05 PM

And i suppose you come back here to let me/us now how it went...?
:D

#10 User is offline   doomstone 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 23-January 05

Posted 31 January 2005 - 05:13 PM

UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe" /log:"%SYSTEMDRIVE%\XPlode.log"
Dident worke! is said that there was a error in my WINNT.SIF file så i haved tryed to replace it with
UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe /log:%SYSTEMDRIVE%\XPlode.log"

Crosing my fingers for it to worke :)

#11 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 31 January 2005 - 06:18 PM

doomstone, on Jan 31 2005, 05:13 PM, said:

UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe" /log:"%SYSTEMDRIVE%\XPlode.log"
Dident worke! is said that there was a error in my WINNT.SIF file så i haved tryed to replace it with
UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe /log:%SYSTEMDRIVE%\XPlode.log"

Crosing my fingers for it to worke :)

you can't have embedded quotes in WINNT.SIF. That, and you didn't HAVE embedded quotes.

#12 User is offline   BAM 

  • Just me!
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 04-December 03

Posted 01 February 2005 - 06:06 AM

:wacko:

@Alanoll

Quote

you can't have embedded quotes in WINNT.SIF. That, and you didn't HAVE embedded quotes

Sorry, that was a line of words i don't understand...

Can u say that in another way!?

#13 User is offline   doomstone 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 23-January 05

Posted 01 February 2005 - 06:35 AM

Me neather :)
but it workes now :)
UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe /log:%SYSTEMDRIVE%\XPlode.log" <-- using that

#14 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 01 February 2005 - 07:33 AM

BAM, on Feb 1 2005, 06:06 AM, said:

:wacko:

@Alanoll

Quote

you can't have embedded quotes in WINNT.SIF. That, and you didn't HAVE embedded quotes

Sorry, that was a line of words i don't understand...

Can u say that in another way!?

[code]
UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe" /log:"%SYSTEMDRIVE%\XPlode.log"
[code]
For UserExecute to work, the ENTIRE thing must be enclosed in quotes. If he had done that, these quotes would have become EMBEDDED quotes. You CAN'T have embedded quotes in WINNT.SIF. The above creates a parse error because of the space and not enclosed in quotes.

#15 User is offline   BAM 

  • Just me!
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 04-December 03

Posted 01 February 2005 - 10:58 AM

AH! Overlooked that... :blushing:
My mistake, the quotes within the quotes.

Thnx Alanoll.
Seems he found out allready.

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 - 2011 msfn.org
Privacy Policy