Jump to content

It won't load the install


Recommended Posts

Posted

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"


Posted

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.

Posted

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.

Posted

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"

Posted

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 :)

Posted
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.

Posted

:wacko:

@Alanoll

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!?

Posted
:wacko:

@Alanoll

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!?

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.

Posted

AH! Overlooked that... :blushing:

My mistake, the quotes within the quotes.

Thnx Alanoll.

Seems he found out allready.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...