MSFN Forum: Urgent help needed - MSFN Forum

Jump to content



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

Urgent help needed Rate Topic: -----

#1 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 20 April 2006 - 03:48 PM

hi, ie been through the forums and searched but carnt find anything on this, im using wpi to istall programs from the cd but my issue is i carnt get wpi to work, ive followed everythin in the manual and the wpi site all my programs and cmd lines are done etc but when i install windows it installs and the wpi doesnt come up at all it gets to the 14 minutes left stage and theres a slight fliker like another window pops up but disapears again straight away and install carrys on like normal, can any help?? maybe im missing somethin or i need to change a setting

';SetupMgrTag
[Data]
MsDosInitiated = "No"
AutoPartition=0
UnattendedInstall="Yes"

[Unattended]
OemPreinstall = "Yes"
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\WINDOWS
FileSystem=*
UnattendSwitch="yes"

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

[UserData]
ProductKey=xxxxxxxxxxxxxxxxxxxxxx
FullName="Wicker_Wolf"
OrgName=""
ComputerName=Infinite_Dreams

[Display]
Xresolution=800
YResolution=600

[TapiLocation]
CountryCode=44

[RegionalSettings]
LanguageGroup=2,12,7,8,10,11,9,1

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

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

[Shell]
CustomDefaultThemeFile = "%WinDir%\Themes\dynamo.theme"

[GuiRunOnce]
command9 = "%SystemDrive%\D\BTS_DPs_finish.cmd"
"%systemroot%\system32\wpi.cmd"
"%systemroot%\system32\codecs.cmd"'


^^thats what my winnt.sif file has in it incase thats anythin to do with it, im totaly stuck on this, any help is greatly apreciated


#2 User is offline   Bonzai1111 

  • Group: Members
  • Posts: 6
  • Joined: 13-August 04

Posted 20 April 2006 - 04:16 PM

dude im no mod or something but don't you think you topic title is a bit on the fage side ??

and isn't wpi after you installed windows ?? thats why its called POST install wizard

#3 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 20 April 2006 - 04:19 PM

i dnt know if its after windows is installed or during the last few minutes of install but either way its not starting at all hence me asking for help!!!

#4 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 20 April 2006 - 04:30 PM

it can be installed at both time frames,, your wiint file seems fine

are you using nlite by any chance to create your disk and if so are you removing anything from it ? like ie core ?

#5 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 20 April 2006 - 05:40 PM

hi, i used nlite to copy my origanal xp cd to a folder on my pc then to slipstream sp2 into it and then to slip stream hotfixes into it thats all i used nlite for and thenon the main site in advanced it has
'Folders considered safe to delete in your Windows Setup Source are:

DOCS, VALUEADD, and SUPPORT. This will free up 22.3 MB or so.

Let's go in further by navigating to the I386 directory with your Windows Setup Source. If you don't plan to use this CD to upgrade from a previous OS, you can delete the following folders:

WIN9XMIG, WIN9XUPG and WINNTUPG. This will free up 37.6 MB'
so i removed those from it and ive added Bâshrat the Sneaky's DriverPacks to it

ok i changed a line in my wpi.cmd file and tried again it loads wpi at first logon but when i click to install something i get the error message 'carnt find file' or sumthin along those lines but in my wpi config all the cmd lines are corect, ill copy and paste them here

winnt.sif file
";SetupMgrTag
[Data]
MsDosInitiated = "No"
AutoPartition=0
UnattendedInstall="Yes"

[Unattended]
OemPreinstall = "Yes"
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\WINDOWS
FileSystem=*
UnattendSwitch="yes"

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
AutoLogon = Yes
TimeZone=85
OemSkipWelcome=1

[UserData]
FullName="Wicker_Wolf"
OrgName=""
ComputerName=Home

[Display]
Xresolution=800
YResolution=600

[TapiLocation]
CountryCode=44

[RegionalSettings]
LanguageGroup=2,12,7,8,10,11,9,1

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

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

[Shell]
CustomDefaultThemeFile = "%WinDir%\Themes\dynamo.theme"

[GuiRunOnce]
Command0="%SystemDrive%\D\BTS_DPs_finish.cmd"
Command1="%Systemroot%\system32\wpi.cmd"
Command2="%systemroot%\system32\codecs.cmd" "


wpi.cmd
"@ECHO OFF

REM Example, how to look for CDROM-drive. Must have WPI.ico at the root of the CD.
for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WPI.ico set CDROM=%%i:
echo Found CD-Rom as drive %CDROM%

REM Determine the WPI startup path.
REM if wpi should run off the cd the replace %~dp0 with %cdrom%.
set wpipath=%CDRom%/WPI

REM Hide this command window.
%wpipath%Tools\cmdow.exe @ /hid

REM Force resolution to needed size for wpi interface.
REM %wpipath%Tools\ResChange.exe -width=1280 -height=1024 -depth=max -refresh=max

REM Font installation - the smooth and customizable way.
REM start /wait %wpipath%Tools\fonts\fontinstaller.exe

REM Special registry tweak needed.
regedit /s %wpipath%common\wpi.reg

REM Make WPI directory the current directory.
cd /d "%wpipath%"

REM Start WPI and wait for its end
wpi.hta

REM Undo registry tweak.
regedit /s %wpipath%common\undo.reg

REM Cleaning up the desktop.
REM del /s/q "%userprofile%\desktop\*.lnk"

REM Rebooting the sytem to finalize the installation process.
REM shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..."

exit

:end"

This post has been edited by wickerwolf: 21 April 2006 - 03:49 AM


#6 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 21 April 2006 - 06:36 AM

:)

#7 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 April 2006 - 07:15 AM

%CDRom%/WPI Ummmmmm %CDRom%\WPI You have / when you need \

#8 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 21 April 2006 - 07:23 AM

:hello: ive been tryna figure it out to hard that i didnt see that simple mistake :P
thanks for help :)

#9 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 21 April 2006 - 08:32 AM

Hey, ive just finished installin windows this time wpi runs and out of the 6 applications i tried to install ( nero, dc++, savepic, 7z, winrar, winamp) only 2 (nero and 7z) worked an error message pops up on the ones that didnt install and i click ok then it goes onto the next app in th elist, just before wpi starts to run i get a cmd window pop up and it says cdrom found path wrong or somthin laong those lines if its important ill have to reinstall and try to write down what it says before it closes, ive gone into my config in wpi for the apps that didnt istall and the paths in the cmd lines all seem to be right for instance winamp the path is
'%cdrom%\WPI\Install\Applications\Winamp521\Winamp521.exe /qn' im using the right switch acording to the referance page so i dont understand whats not working, any help?
thanks

#10 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 April 2006 - 10:34 AM

Please add your config.js as an attachment...

#11 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 21 April 2006 - 10:40 AM

hey, ive attacthed it, thanks

Attached File(s)

  • Attached File  config.js (7.25K)
    Number of downloads: 19

This post has been edited by wickerwolf: 21 April 2006 - 10:41 AM


#12 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 April 2006 - 10:45 AM

Which version of WPI are you using?

#13 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 21 April 2006 - 10:47 AM

im using wpi 4.3.8:)

This post has been edited by wickerwolf: 21 April 2006 - 10:48 AM


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