Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

It won't load the install

Featured Replies

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"

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.

  • Author

I have tryed to run the Xplode.exe after the install and it install just fine!

but i want it to start automatic .(

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.

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"

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

:D

  • Author

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

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.

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

  • Author

Me neather :)

but it workes now :)

UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe /log:%SYSTEMDRIVE%\XPlode.log" <-- using that

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

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.