Jump to content

Please Help (wpi)


Recommended Posts

Hi There i Have tried Working Out this wpi but No Matter What I Do I Carnt Get It Working My Offer To You Is If Some One Can Make me One and e-mail me the files I Will Pay a Reanosable Amount (not crazy bonkers)via Paypal I Dont care wot it looks like just Want it to work my apps are as follows :

they will All be on my cd i have stated in"( )"if i know what setup program

%CDROM%\\install\\shrink.exe =dvdshrink (inno setup)

%CDROM%\\install\\uiso8.exe =ultraiso 8 (inno setup)

%CDROM%\\install\\UsbReceiver\setup.exe =freeview tv (inno setup)

%CDROM%\\install\\nlite.exe =Nlite (inno setup)

%CDROM%\\install\\cdgburner = power cd+g burner (inno setup)

%CDROM%\\install\\Nokia PC Suite.msi =nokia pc suite (windows installer)

%CDROM%\\install\\PowerDVDRipper.exe =power dvd ripper (inno setup)

%CDROM%\\install\\bitcomet.exe =bitcomet

%CDROM%\\install\\Norton\SymSetup.EXE =norton internet security 2006 (no key needed demo)

%CDROM%\\install\\Nero7.2.0.3b.exe = nero 7 premium edition (no key needed demo)

%CDROM%\\install\\Alcohol120.exe = alcohol 120

%CDROM%\\install\\DivXCreate.exe = DivX Creater6.2.2

%CDROM%\\install\\DrDivX20OSS_b10.exe = Dr Divx 2.0

%CDROM%\\install\\WinRar.exe = win rar

%CDROM%\\install\\PowerDVD\Powerdvd.ex =powerdvd7 (no key needed demo)

%CDROM%\\install\\directx\DXSETUP.exe =DirectX 9.0c

%CDROM%\\install\\Internet Explorer 7\update\update.exe = internet explorer 7

%CDROM%\\install\\Microsoft Office\setup.exe =microsoft office xp with frontpage (key xxxx-xxxx-xxxx-)

please e-mail me at nokiamad@tiscali.co.uk thankyou for looking

Edited by mobilelatham
Link to comment
Share on other sites


just a quick one i done

give it a go like that

see if thats helps

prog[pn]=['ultraiso 8']
uid[pn]=['U8']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[7]
cmd1[pn]=['%CDROM%\\install\\uiso8.exe']
gcond[pn]=['FileExists(\'%programfiles%\\\')']
cat[pn]=['inno']
pn++
prog[pn]=['Freeview tv']
uid[pn]=['FVTV']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[8]
cmd1[pn]=['%CDROM%\i\nstall\\UsbReceiver\\setup.exe']
gcond[pn]=['FileExists(\'%programfiles%\\\')']
cat[pn]=['inno']
pn++

prog[pn]=['Nlite']
uid[pn]=['Nlite']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[21]
cmd1[pn]=['%CDROM%\\install\\nlite.exe']
gcond[pn]=['FileExists(\'%programfiles%\\\')']
cat[pn]=['inno']
pn++

and to do your office goto the MS website and download " mircrosoft office 2003 resource kit "

Its about 7.2 mb

Edited by zc_au
Link to comment
Share on other sites

copy the one i did in the code box

to \wpi\WPIScripts\config.js

save it and than run WPI to see if its load up

PS>.. remove your serial key ;)

im sure you dont want it black listed

or someone else to use it now do you ?

lol

PS..

its like this

its %CDROM%\\path\\to\be\\here\\setup.exe

its \\ <path>

if there is a folder or setup files

than its \\HERE

heres a bit of mine

prog[pn]=['[encoders] Dr DivX 1.0.6']
uid[pn]=['drDivX']
picw[pn]=['128']
pich[pn]=['128']
desc[pn]=['NOTE : Dr divx ver 1.0.6 use the Divx ver 5.1 PRO ... so do not install the Divx ver 6 PRO to after this one is installed if you install the divx Ver 6 pro it may overide the lastest ver of the codec']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[01]
cmd1[pn]=['%CDROM%\\tools\\appz\\divx\\DRDIVXV1.0.6.exe']
gcond[pn]=['FileExists(\'%programfiles%\\\')']
cat[pn]=['codec/video tools']
pn++

prog[pn]=['DrFFMPEG']
uid[pn]=['blank']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[30]
cmd1[pn]=['%CDROM%\\tools\\appz\\divx\\DrFFMPEG.exe']
gcond[pn]=['FileExists(\'%programfiles%\\\')']
cat[pn]=['codec/video tools']
pn++

prog[pn]=['Flash get 1.71']
uid[pn]=['fgf171']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[3]
cmd1[pn]=['%CDROM%\\tools\\appz\\internet\\fgf171.exe']
gcond[pn]=['FileExists(\'%programfiles%\\\')']
cat[pn]=['internet']
pn++

prog[pn]=['G6 FTP server']
uid[pn]=['g6ftpdsetup_3_6']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[61]
cmd1[pn]=['%CDROM%\\tools\\appz\\pws\\g6ftpdsetup_3_6.exe']
gcond[pn]=['FileExists(\'%programfiles%\\\')']
cat[pn]=['PWS']
pn++

Edited by zc_au
Link to comment
Share on other sites

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