January 31, 200521 yr 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"
January 31, 200521 yr 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.
January 31, 200521 yr Author I have tryed to run the Xplode.exe after the install and it install just fine!but i want it to start automatic .(
January 31, 200521 yr 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.
January 31, 200521 yr 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"
January 31, 200521 yr 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 withUserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe /log:%SYSTEMDRIVE%\XPlode.log"Crosing my fingers for it to worke
February 1, 200521 yr 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 withUserExecute="%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.
February 1, 200521 yr @Alanollyou can't have embedded quotes in WINNT.SIF. That, and you didn't HAVE embedded quotesSorry, that was a line of words i don't understand...Can u say that in another way!?
February 1, 200521 yr Author Me neather but it workes now UserExecute="%SYSTEMDRIVE%\Xplode\Xplode.exe /log:%SYSTEMDRIVE%\XPlode.log" <-- using that
February 1, 200521 yr @Alanollyou can't have embedded quotes in WINNT.SIF. That, and you didn't HAVE embedded quotesSorry, 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.
February 1, 200521 yr AH! Overlooked that... My mistake, the quotes within the quotes.Thnx Alanoll.Seems he found out allready.
Create an account or sign in to comment