Jump to content

WPI_2.7_Final by the Brain & Gresh


Recommended Posts

1---i edited my ntoskrnl.exe and placed inside

$OEM$\$$\system32\ntoskrnl.exe

and placed my bootlog.cmd inside

$OEM$\$1\Install\bootlog.cmd

this is my bootlog

bootcfg /RAW /A /Kernel=oemkrnl.exe /ID 1

bootcfg /Timeout 0

but when i operated it.its not working and giving some command not found error.

2----after completion of installation autologon is not working.saying unable to logon because of account restrictions.and installtion hangs up.when i press my reset button(in virtual machine) then GuiRunOnce is starting.

pls help me to solve this problem

this is my winnt.sif

;

; Generated by nLite 0.99.1 beta 2

;

[Data]

MsDosInitiated = 0

UnattendedInstall = Yes

[unattended]

UnattendMode=FullUnattended

UnattendSwitch = Yes

OemPreinstall = Yes

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

TargetPath = "\Windows"

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

Hibernation = No

[GuiUnattended]

AutoLogon = Yes

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=190

OemSkipWelcome=1

[userData]

ProductKey = "xxxxxxxxxxxxxxxxxxxxx"

ComputerName = "xxxx"

FullName = "xxxxxx"

OrgName = "xxxxx"

[RegionalSettings]

Language = 0409

[identification]

JoinWorkgroup = maker2

[GuiRunOnce]

%systemdrive%\install\wpi\install.cmd

%systemdrive%\Install\bootlogo.cmd

Link to comment
Share on other sites


ive tried various version of WPI and i rceive the same message for all

javascript errors etc here my config

//Application Options:

// tooltip style
//Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlig
n, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,1,0,"",""]

// Each application has nine parameters. These are:
var prog=[];             //  Program Name
var desc=[];             //  A description
var cmd1=[];             //  drive + Command Line 1, drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or ''
var cmd2=[];             //  drive + Command Line 2
var cmd3=[];             //  drive + Command Line 3
var regb=[];             //  b=befor installing the application
var rega=[];             //  a=after installing the application
var dflt=[];             //  Whether it's a default option. If it's not yes, then it will assume no
var forc=[];             //  Force installation of application even if not Checked
var cons=[];             //  installation constraint, list of 2 strings, &&ed
                        //    e.g. cons[x]=['%systemdrive%','C:\\'] is expression ('%systemdrive%'=='C:\\')
                        //    which gets further evalued to ('C:\\'=='C:\\')
                        //    especially useful for installatione generated with InstallRite
                        //   if expression result gives FALSE then program not shown and not selectable
var cat=[];              // category
var ordr=[];             // [number], install order
                        //    order by definition in config, if not set
                        //    same order position is possible. if 2 progs have the same
                        //    order position, they'll be sorted by name
                       
                       
//Other options          
var language;           //language setting, see lang.js                        
var load_checks;         //Loading which boxs are checked:
                        // loading with ('default' or 'all' or 'none') of the boxs checked                        
var ReallyForce;         //Really Force Option
                        // Set Force install of applications even if exit button is pressed.                        
                        //Timer:
var timer;               // turn the timer on or off
var secs;                // set the timer interval in sec max 3600                        
var discPath;            // cdrom will return "drive letter of cdrom"(x:\) or "x:\i386\
                        // use 'root' if installing applications directly from CD/DVD while
                        // applications is placed in a folder at the root of the disc.                        
var numCols;             // number of maximum columns to show in 1024 mode
var sorting;             // indicate if category/name sorting shall be used
var sortorder;           // sort categories according to sortorder if given
                       
var FiltersEnabled;      // if your not going to use transitions or filters in any of the tips set this to 0

var debugOn = 0;         // (0/1) for testing purposes only.

//---------------------------------------------------------------------------------------------
// Your settings here ...
//---------------------------------------------------------------------------------------------
  language='en';        //[text] en, de, fr, it, nl, no
     timer='on';        //('on' | 'off')
      secs=90;          //(0====>3600)
load_checks='all';   //('default' | 'all' | 'none')
ReallyForce='no';        // ('yes' | 'no')
  discPath='';          // ('' | 'root'), not used, when using %xxx% in path
   numCols="";           //number of columns to use in >=1024 mode, if left out
                        //it will be calculated according to max. resolution
   sorting=true;        //turn sorting on (true) or off (false)
   sortorder=['System','Tools','Office']; //predefined category sort order
                        //not all categories must be given
                        //missing categories will be appended at the end
                        //of this list according to their appearance
   FiltersEnabled=0;    // transitions for tooltips (0|1)
   

//---------------------------------------------------------------------------------------------
// Reference ... prog[0] won't be used. It's just an example
//---------------------------------------------------------------------------------------------  
pn=0    // start value vor prog numbering
prog[pn]=['ProgramName']
desc[pn]=['Description']
regb[pn]=['Drive','Registry Key Path']
cmd1[pn]=['Drive','CommandLine 1']
cmd2[pn]=['Drive','CommandLine 2']
cmd3[pn]=['Drive','CommandLine 3']
rega[pn]=['Drive','Registry Key Path']
dflt[pn]=['no']
forc[pn]=['false']
cat[pn]=['Appllication Category']
ordr[pn]=[0]
pn++

//---------------------------------------------------------------------------------------------
// Your programs here ...
//---------------------------------------------------------------------------------------------

prog[pn]=['Microsoft Office 2003']
desc[pn]=['Installs Microsoft Office 2003 Professional. <i>Recommended</i>']
cmd1[pn]=['c:\\install\\office.cmd']
dflt[pn]=['yes']
cat[pn]=['Office']
pn++

prog[pn]=['.Net Framework 1.1+SP1']
desc[pn]=['Installs Microsoft .Net Framework 1.1+SP1. <i>Recommended</i>']
cmd1[pn]=['c:\\install\applications\\XP\netfxsp1.exe']
dflt[pn]=['no']
cat[pn]=['Updates']
pn++

prog[pn]=['Media Player 10']
desc[pn]=['Installs Microsoft Media Player 10. <i>Recommended</i>']
cmd1[pn]=['c:\\install\applications\\XP\\MP10Setup.exe /q:A /c:\setup_wm.exe /Q /R:N DisallowSystemRestore\']
dflt[pn]=['yes']
cat[pn]=['Updates']
pn++

prog[pn]=['.Messenger 6.2']
desc[pn]=['Installs Microsoft Messenger 6.2. <i>Recommended</i>']
cmd1[pn]=['c:\\install\applications\\XP\ms62\MsnMsgs.msi /QB']
dflt[pn]=['yes']
cat[pn]=['Updates']
pn++

prog[pn]=['Alcohol 120% 1.92 Retail']
desc[pn]=['Ideal for DVD and Games.']
cmd1[pn]=['c:\\install\applications\\BURNING\\alc\\a120.vbs /qn']
dflt[pn]=['yes']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['DVD Decrypter 3.5.1.0']
desc[pn]=['A must have, For DVD Ripping.<i>Recommended</i>']
cmd1[pn]=['c:\\install\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S']
dflt[pn]=['yes']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['DVD Shrink 3.2.0.15']
desc[pn]=['Shrink down over sized DVD's']
cmd1[pn]=['c:\\install\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S']
dflt[pn]=['no']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['Iso Buster 1.6']
desc[pn]=['Extract mpegs from Bin files.']
cmd1[pn]=['c:\\install\applications\\BURNING\\iso\IsoBuster.exe /S']
dflt[pn]=['yes']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['Nero Burning ROM 6.3.1.25']
desc[pn]=['All in one burning suite.']
cmd1[pn]=['c:\\install\applications\\BURNING\\nero\\nero6601.exe']
dflt[pn]=['no']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['AviSynth 2.5']
desc[pn]=['Essential for Encoding .']
cmd1[pn]=['c:\\install\applications\\VIDEO\as\AviSynth_255.exe /S']
dflt[pn]=['no']
cat[pn]=['Video']
pn++

prog[pn]=['CCE 2.67']
desc[pn]=['High Quaility encoder Ideal for SKVCD\KDVD.']
cmd1[pn]=['c:\\install\applications\\VIDEO\\cce\\CCESP267.exe']
cmd2[pn]=['c:\\install\applications\\VIDEO\\cce\\pachingcce.exe']
dflt[pn]=['Video']
pn++

prog[pn]=['Diko 0.77']
desc[pn]=['Divx In KDVD Out 1 clcik software.']
cmd1[pn]=['c:\\install\applications\\VIDEO\\diko\\DIKOSetup.exe /Verysilent /sp-']
dflt[pn]=['Video']
pn++


//---------------------------------------------------------------------------------------------
// End of programs list.
//---------------------------------------------------------------------------------------------

I would really appreciat some help on this :yes:

error reported are:

untermanated string constant line 106

secs in undefined line 108

filters enabled is undefiend line 79

debug on is undefined line 158

launaguge is unefined line 11

timer is undefind ine 262

timer is undefind ine 269

timer is undefind ine 275

launaguge is unefined line 11

sorting is undefined line 156

Link to comment
Share on other sites

Hi glent,

to start with some of your cmd lines are missing backslashes, there needs to be two together between directories ie.

prog[pn]=['.Net Framework 1.1+SP1']
desc[pn]=['Installs Microsoft .Net Framework 1.1+SP1. <i>Recommended</i>']
cmd1[pn]=['c:\\install\applications\\XP\netfxsp1.exe']

only one between install\applications

the tool tips were gone so an error was comin up too, plus a few minor errors :D

try this... copy and paste it over the complete contents of you config.js or make a new file

//Application Options:
var debugOn = 0;

// Each application has nine parameters. These are:
var prog=[] //  Program Name
var desc=[] //  A description
var cmd1=[] //  drive + Command Line 1, drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or ''
var cmd2=[] //  drive + Command Line 2
var cmd3=[] //  drive + Command Line 3
var regb=[] //  b=befor installing the application
var rega=[] //  a=after installing the application
var dflt=[] //  Whether it's a default option. If it's not yes, then it will assume no
var forc=[] //  Force installation of application even if not Checked
var cons=[] //  installation constraint, list of 2 strings, &&ed
           //    e.g. cons[x]=['%systemdrive%','C:\\'] is expression ('%systemdrive%'=='C:\\')
           //    which gets further evalued to ('C:\\'=='C:\\')
           //    especially useful for installatione generated with InstallRite
           //   if expression result gives FALSE then program not shown and not selectable
var cat=[]  // category
var ordr=[] // [number], install order
           //    order by definition in config, if not set
           //    same order position is possible. if 2 progs have the same
           //    order position, they'll be sorted by name


//Other options
               //Loading which boxs are checked:
var load_checks  // loading with ('default' or 'all' or 'none') of the boxs checked

                 //Really Force Option
var ReallyForce  // Set Force install of applications even if exit button is pressed.

//Timer:
// var timer    // turn the timer on or off
// var secs      // set the timer interval in sec max 3600


var discPath    // cdrom will return "drive letter of cdrom"(x:\) or "x:\i386\
               // use 'root' if installing applications directly from CD/DVD while
               // applications is placed in a folder at the root of the disc.

var numCols    // number of maximum columns to show in 1024 mode
var sorting    // indicate if category/name sorting shall be used
var sortorder  // sort categories according to sortorder if given

var FiltersEnabled  // if your not going to use transitions or filters in any of the tips set this to 0

testNoOfProgs = 00;  // for testing purposes only. Fills up programs to test page flipping.

//Your Settings:
         timer='off';          //('on'or'off')
             secs=60;            //(0====>3600)
load_checks='default';      //('default' or 'all' or 'none')
    ReallyForce='no';          // ('yes' | 'no')
         discPath='';            // ('' or 'root'), not used, when using %xxx% in path
           numCols=3;            //number of columns to use in >=1024 mode, if left out
                           //it will be calculated according to max. resolution
        sorting=true;          //turn sorting on (true) or off (false)
sortorder=['CD & DVD','Video','Office'];  //predefined category sort order
                           //not all categories must be given
                           //missing categories will be appended at the end
                           //of this list according to their appearance
  FiltersEnabled=0;      // transitions for tooltips (0|1)
   
//prog[0] won't be used. It's just an example      
pn=0    // start value vor prog numbering
prog[pn]=['ProgramName']
desc[pn]=['Description']
regb[pn]=['Drive','Registry Key Path']
cmd1[pn]=['Drive','CommandLine 1']
cmd2[pn]=['Drive','CommandLine 2']
cmd3[pn]=['Drive','CommandLine 3']
rega[pn]=['Drive','Registry Key Path']
dflt[pn]=['no']
forc[pn]=['false']
cat[pn]=['Appllication Category']
ordr[pn]=[0]
pn++

//---------------------------------------------------------------------------------------------
// Your programs here ...
//---------------------------------------------------------------------------------------------

prog[pn]=['Microsoft Office 2003']
desc[pn]=['Installs Microsoft Office 2003 Professional. <i>Recommended</i>']
cmd1[pn]=['c:\\install\\office.cmd']
dflt[pn]=['yes']
cat[pn]=['Office']
pn++

prog[pn]=['.Net Framework 1.1+SP1']
desc[pn]=['Installs Microsoft .Net Framework 1.1+SP1. <i>Recommended</i>']
cmd1[pn]=['c:\\install\\applications\\XP\\netfxsp1.exe']
dflt[pn]=['no']
cat[pn]=['Updates']
pn++

prog[pn]=['Media Player 10']
desc[pn]=['Installs Microsoft Media Player 10. <i>Recommended</i>']
cmd1[pn]=['c:\\install\\applications\\XP\\MP10Setup.exe /q:A /c:\\setup_wm.exe /Q /R:N DisallowSystemRestore']
dflt[pn]=['yes']
cat[pn]=['Updates']
pn++

prog[pn]=['.Messenger 6.2']
desc[pn]=['Installs Microsoft Messenger 6.2. <i>Recommended</i>']
cmd1[pn]=['c:\\install\\applications\\XP\\ms62\\MsnMsgs.msi /QB']
dflt[pn]=['yes']
cat[pn]=['Updates']
pn++

prog[pn]=['Alcohol 120% 1.92 Retail']
desc[pn]=['Ideal for DVD and Games.']
cmd1[pn]=['c:\\install\\applications\\BURNING\\alc\\a120.vbs /qn']
dflt[pn]=['yes']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['DVD Decrypter 3.5.1.0']
desc[pn]=['A must have, For DVD Ripping.<i>Recommended</i>']
cmd1[pn]=['c:\\install\\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S']
dflt[pn]=['yes']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['DVD Shrink 3.2.0.15']
desc[pn]=['Shrink down over sized DVD\'s']
cmd1[pn]=['c:\\install\\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S']
dflt[pn]=['no']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['Iso Buster 1.6']
desc[pn]=['Extract mpegs from Bin files.']
cmd1[pn]=['c:\\install\\applications\\BURNING\\iso\IsoBuster.exe /S']
dflt[pn]=['yes']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['Nero Burning ROM 6.3.1.25']
desc[pn]=['All in one burning suite.']
cmd1[pn]=['c:\\install\\applications\\BURNING\\nero\\nero6601.exe']
dflt[pn]=['no']
cat[pn]=['CD & DVD']
pn++

prog[pn]=['AviSynth 2.5']
desc[pn]=['Essential for Encoding .']
cmd1[pn]=['c:\\install\\applications\\VIDEO\as\AviSynth_255.exe /S']
dflt[pn]=['no']
cat[pn]=['Video']
pn++

prog[pn]=['CCE 2.67']
desc[pn]=['High Quaility encoder Ideal for SKVCD\KDVD.']
cmd1[pn]=['c:\\install\\applications\\VIDEO\\cce\\CCESP267.exe']
cmd2[pn]=['c:\\install\\applications\\VIDEO\\cce\\pachingcce.exe']
dflt[pn]=['Video']
pn++

prog[pn]=['Diko 0.77']
desc[pn]=['Divx In KDVD Out 1 clcik software.']
cmd1[pn]=['c:\\install\\applications\\VIDEO\\diko\\DIKOSetup.exe /Verysilent /sp-']
dflt[pn]=['Video']
pn++


//---------------------------------------------------------------------------------------------
// End of programs list.
//---------------------------------------------------------------------------------------------

// resolution testing...
for (pn;pn<testNoOfProgs;pn++)
{
 prog[pn]=['Program ' + pn];
 cat[pn]=['XXX_TEST_XXX'];
}

// default tooltips
Text[0]=["Whoops!","This should be replaced with a working tooltip. If you are not Becky or Derek, then call them and tell them about it."]
Text[1]=["Begin Installation","Initiates the script generator<br /><br />Click this to begin generating the install script."]
Text[2]=["Exit Button","Closes this application<br /><br />If you want to stick to the application defaults, press this. Minimal updates and applications will be installed. This includes Windows XP security updates."]
Text[3]=["Help","Displays basic usage, version information, and disclaimer."]
Text[4]=["Select Defaults","This option will enable the default recommended options.<br /><br />Click if you only wish to install basic recommended options."]
Text[5]=["Select All","Click this will select all available options."]
Text[6]=["Return","Clicking this will return you to the option selection screen."]
Text[7]=["Check Box Test","By clicking this, you will enable the test check box.<br /><br />Enable to if you intend to fly off a donkey cart."]
Text[8]=["Select None","Click this will deselect all available options."]
// tooltip style
Style[0]=["white","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,1,0,"",""]
//Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlig
n, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]

Link to comment
Share on other sites

Hi guys , i'm using wpi ... dont know the version ..., the problem is that after the wpi's application choosing screen the installation is continuing to install but its reachs to windows desktop ... and its making all sort of problems .... ( the picture is below )

what can i do?

*i added my config.js ....maybe the problems start from there ....

//Application Opptions:

// Each application has nine parameters. These are:

var prog=[] // Program Name

var desc=[] // A description

var cmd1=[] // drive + Command Line 1

var cmd2=[] // drive + Command Line 2

var cmd3=[] // drive + Command Line 3

var regb=[] // b=befor installing the application

var rega=[] // a=after installing the application

var dflt=[] // Whether it's a default option. If it's not yes, then it will assume no

var forc=[] // Force installation of application even if not Checked

// drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or ''

//Other opptios

//Timer:

var timer // turn the timer on or off

var i // set the timer interval in sec max 3600

//Loading with boxs are checked:

var load_checks // loading with ('default' or 'all' or 'none') of the boxs checked

//Really Force Opption

var ReallyForce // Set Force install of applications even if exit button is pressed.

var discPath // cdrom will return "drive letter of cdrom"(x:\) or "x:\i386\

// use 'root' if installing applications directly from CD/DVD while

// applications is placed in a folder at the root of the disc.

//Your Settings:

timer='on' //('on'or'off')

i= 60 //(0====>3600)

load_checks='all' //('default' or 'all' or 'none')

ReallyForce= 'no'; // ('yes' | 'no')

discPath=''; // ('' or 'root')

prog[0]=['ProgramName']

desc[0]=['Description']

regb[0]=['Drive','Registry Key Path']

cmd1[0]=['Drive','CommandLine 1']

cmd2[0]=['Drive','CommandLine 2']

cmd3[0]=['Drive','CommandLine 3']

rega[0]=['Drive','Registry Key Path']

dflt[0]=['no']

forc[0]=['false']

prog[1]=['Adobe Reader 6']

desc[1]=['']

regb[1]=['','']

cmd1[1]=['systemdrive','install\\Applications\\AR6\\AR6.msi /QB']

cmd2[1]=['','']

cmd3[1]=['','']

rega[1]=['','']

dflt[1]=['no']

forc[1]=['false']

prog[2]=['HEBREW INTERFACE']

desc[2]=['']

regb[2]=['','']

cmd1[2]=['systemdrive','install\\Applications\\muiinst\\muisetup.exe /i 040d /d 040d /r /s']

dflt[2]=['no']

forc[2]=['false']

cmd2[2]=['','']

cmd3[2]=['','']

rega[2]=['','']

dflt[2]=['no']

forc[2]=['false']

prog[3]=['WinIso']

desc[3]=['']

regb[3]=['','']

cmd1[3]=['systemdrive','install\\Applications\\WinISO\\WinISO.exe /VERYSILENT /SP-']

cmd2[3]=['','']

cmd3[3]=['','']

rega[3]=['','']

dflt[3]=['no']

forc[3]=['false']

prog[4]=['Sun Java 1_4_2_5']

desc[4]=['']

regb[4]=['','']

cmd1[4]=['systemdrive','install\\Applications\\java\\j2re-1_4_2_05-windows-i586-p.exe /s /v/qn']

cmd2[4]=['','']

cmd3[4]=['','']

rega[4]=['','']

dflt[4]=['yes']

forc[4]=['true']

prog[5]=['Symantec AntiVirus Corp v9.1.1.0.0.0']

desc[5]=['']

regb[5]=['','']

cmd1[5]=['systemdrive','install\\Applications\\sav\\SymantecAntiVirus.msi /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS']

cmd2[5]=['systemdrive','install\\navtaskill.cmd']

cmd3[5]=['','']

rega[5]=['','']

dflt[5]=['no']

forc[5]=['false']

prog[6]=['Xvid']

desc[6]=['']

regb[6]=['','']

cmd1[6]=['systemdrive','install\\Applications\\xvid\\XviD-1.0.2-29082004.exe /VERYSILENT /SP-']

cmd2[6]=['','']

cmd3[6]=['','']

rega[6]=['','']

dflt[6]=['yes']

forc[6]=['true']

prog[7]=['Google Search bar']

desc[7]=['']

regb[7]=['','']

cmd1[7]=['systemdrive','install\\Applications\\google\\GoogleToolbarInstaller.exe /q /d Extraction needed: No']

cmd2[7]=['','']

cmd3[7]=['','']

rega[7]=['','']

dflt[7]=['no']

forc[7]=['false']

prog[8]=['Nero Burning ROM v6.3.0.2']

desc[8]=['']

regb[8]=['','']

cmd1[8]=['systemdrive','install\\Applications\\Nero\\Nero63110.exe /silent /noreboot']

cmd2[8]=['','']

cmd3[8]=['','']

rega[8]=['','']

dflt[8]=['no']

forc[8]=['false']

prog[9]=['WinRAR 3.30']

desc[9]=['']

regb[9]=['','']

cmd1[9]=['systemdrive','install\\Applications\\WinRAR\\wrar320.exe /s']

cmd2[9]=['','']

cmd3[9]=['','']

rega[9]=['','']

dflt[9]=['yes']

forc[9]=['true']

prog[10]=['ISOBuster 1.4']

desc[10]=['']

regb[10]=['','']

cmd1[10]=['systemdrive','install\\Applications\\ISOBuster\\IsoBuster.exe /VERYSILENT /SP-']

cmd2[10]=['systemdrive','install\\isobustertaskkill.cmd']

cmd3[10]=['','']

rega[10]=['','']

dflt[10]=['yes']

forc[10]=['true']

prog[11]=['AdAware SE']

desc[11]=['']

regb[11]=['','']

cmd1[11]=['systemdrive','install\\Applications\\adaware\\aawsepersonal.exe /S']

cmd2[11]=['systemdrive','install\\adaware_taskill.cmd']

cmd3[11]=['','']

rega[11]=['','']

dflt[11]=['yes']

forc[11]=['true']

prog[12]=['Macromedia Flash + Shockwave']

desc[12]=['']

regb[12]=['','']

cmd1[12]=['systemdrive','Install\\Applications\\Macromedia\\mm.msi /quiet /passive']

cmd2[12]=['','']

cmd3[12]=['','']

rega[12]=['','']

dflt[12]=['no']

forc[12]=['false']

prog[13]=['Tight VNC 1.2.9']

desc[13]=['']

regb[13]=['','']

cmd1[13]=['systemdrive','install\\applications\\VNC\\tightvnc.exe /silent']

cmd2[13]=['','']

cmd3[13]=['','']

rega[13]=['','']

dflt[13]=['no']

forc[13]=['false']

prog[14]=['MSN Messenger 6.2 Final']

desc[14]=['']

regb[14]=['','']

cmd1[14]=['systemdrive','install\\Applications\\MSN\\MsnMsgs.msi /QB']

cmd2[14]=['','']

cmd3[14]=['','']

rega[14]=['','']

dflt[14]=['no']

forc[14]=['false']

prog[15]=['Importing Registry Tweaks']

desc[15]=['']

regb[15]=['','']

cmd1[15]=['systemdrive','Install\\Regtweaks.reg']

cmd2[15]=['','']

cmd3[15]=['','']

rega[15]=['','']

dflt[15]=['no']

forc[15]=['false']

prog[16]=['Cleaning Up and Loading Windows XP']

desc[16]=['']

regb[16]=['','']

cmd1[16]=['systemdrive','install\\cleanup.cmd']

cmd2[16]=['','']

cmd3[16]=['','']

rega[16]=['','']

dflt[16]=['no']

forc[16]=['false']

/*

prog[21]=['']

desc[21]=['']

regb[21]=['','']

cmd1[21]=['','']

cmd2[21]=['','']

cmd3[21]=['','']

rega[21]=['','']

dflt[21]=['']

forc[21]=['']

prog[22]=['']

desc[22]=['']

regb[22]=['','']

cmd1[22]=['','']

cmd2[22]=['','']

cmd3[22]=['','']

rega[22]=['','']

dflt[22]=['']

forc[22]=['']

prog[23]=['']

desc[23]=['']

regb[23]=['','']

cmd1[23]=['','']

cmd2[23]=['','']

cmd3[23]=['','']

rega[23]=['','']

dflt[23]=['']

forc[23]=['']

prog[24]=['']

desc[24]=['']

regb[24]=['','']

cmd1[24]=['','']

cmd2[24]=['','']

cmd3[24]=['','']

rega[24]=['','']

dflt[24]=['']

forc[24]=['']

prog[25]=['']

desc[25]=['']

regb[25]=['','']

cmd1[25]=['','']

cmd2[25]=['','']

cmd3[25]=['','']

rega[25]=['','']

dflt[25]=['']

forc[25]=['']

prog[26]=['']

desc[26]=['']

regb[26]=['','']

cmd1[26]=['','']

cmd2[26]=['','']

cmd3[26]=['','']

rega[26]=['','']

dflt[26]=['']

forc[26]=['']

prog[27]=['']

desc[27]=['']

regb[27]=['','']

cmd1[27]=['','']

cmd2[27]=['','']

cmd3[27]=['','']

rega[27]=['','']

dflt[27]=['']

forc[27]=['']

prog[28]=['']

desc[28]=['']

regb[28]=['','']

cmd1[28]=['','']

cmd2[28]=['','']

cmd3[28]=['','']

rega[28]=['','']

dflt[28]=['']

forc[28]=['']

prog[29]=['']

desc[29]=['']

regb[29]=['','']

cmd1[29]=['','']

cmd2[29]=['','']

cmd3[29]=['','']

rega[29]=['','']

dflt[29]=['']

forc[29]=['']

prog[30]=['']

desc[30]=['']

regb[30]=['','']

cmd1[30]=['','']

cmd2[30]=['','']

cmd3[30]=['','']

rega[30]=['','']

dflt[30]=['']

forc[30]=['']

*/

var FiltersEnabled = 0 // if your not going to use transitions or filters in any of the tips set this to 0

Text[0]=["Whoops!","This should be replaced with a working tooltip. If you are not Becky or Derek, then call them and tell them about it."]

Text[1]=["Begin Installation","Initiates the script generator<br /><br />Click this to begin generating the install script."]

Text[2]=["Exit Button","Closes this application<br /><br />If you want to stick to the application defaults, press this. Minimal updates and applications will be installed. This includes Windows XP security updates."]

Text[3]=["Help","Displays basic usage, version information, and disclaimer."]

Text[4]=["Select Defaults","This option will enable the default recommended options.<br /><br />Click if you only wish to install basic recommended options."]

Text[5]=["Select All","Click this will select all available options."]

Text[6]=["Return","Clicking this will return you to the option selection screen."]

Text[7]=["Check Box Test","By clicking this, you will enable the test check box.<br /><br />Enable to if you intend to fly off a donkey cart."]

Text[8]=["Select None","Click this will deselect all available options."]

Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,1,0,"",""]

//Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,Text

TextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]

post-70-1100376549_thumb.png

Link to comment
Share on other sites

Hi all,

Lets begin with to say that WPI is a very nice tool.

I tried it and it run just fine on VMWare, so I gues it will do the same one my real world pc. I only have a simple question, maybe I overlooked it, so please don't flame me, but after reading the hole 31 pages from this topic, I don't see it.

When WPI starts, and after filled the config.js with some applications, where some off them are not always will be installed, and some that I allways would have installed, it comes with a nice screen, with a timer. Nice done I think, just the programs that I wanted are selected, so I go to bed, and let WPI do his thing. And see the next morning the same window with a simple message, and I must click OK :-( Where is in this case the atvantage of a unattended install??

Would it not be logic when WPI starts, and let run the timer ( where you click to timer to stopped it) so that you have the time to add some more, and go futher. But when I would have a simmple install with my only (given in the config file) needed proggs to install, that I can go to bed (or what ever you would do)

and that when I came back my pc is ready?? That is the reason for me to made a UNATTENDED INSTALL DVD.

Please excuse me iff I have things overlooked, I've a little trouble with all that English, it is not my language.

Greets from a Dutchie.

Link to comment
Share on other sites

guys hi.. i have a weird problem here...after some testing something f%^&@d up and now every time i run on my pc WPI(even hasis original) i get this error in line 3,4.

If i run this on another pc --no problem,nothing at all (works fine) what is wrong please!!

post-70-1100485557_thumb.jpg

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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