Jump to content

programs not installing


Recommended Posts

hi, i ahve a small problem,

i am running WPI from a standalone dvd. not with unattended windows.

all WPI files are in root of DVD. i use a APPS folder for my applications, which has sub folders for each application---

DVD/APPS/SOMEPROGRAM/program.exe

DVD/(all of the WPI folders - files)

i call the WPI.hta with the help of a Start.cmd located in the root of the dvd

Start.cmd code

@Echo Off

IF EXIST D:\CDROM.txt set CDROM=D:
IF EXIST E:\CDROM.txt set CDROM=E:
IF EXIST F:\CDROM.txt set CDROM=F:
IF EXIST G:\CDROM.txt set CDROM=G:
IF EXIST H:\CDROM.txt set CDROM=H:
IF EXIST I:\CDROM.txt set CDROM=I:
IF EXIST J:\CDROM.txt set CDROM=J:



START /WAIT %CDROM%\WPI.hta


EXIT

there are 3 programs that install which are - AddRemovePro2.exe - AudioGrabber.exe - SystemInfoTool.exe

these programs have no problem installing but all the rest will not.

the above 3 programs have been archived by myself with winrar.

here is my config to look at

config.js code

// Your programs here ...
//---------------------------------------------------------------------------------------------
pn=1;
prog[pn]=['VIA Chipset'];
ordr[pn]=[1];
desc[pn]=['VIA 4in1'];
uid[pn]=['VIACHIPSET'];
dflt[pn]=['yes'];
cat[pn]=['ACER 1500 Laptop Drivers'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\DRIVERS_ACER1500\\VIA4in1_EXE\\Setup.exe -s -f2\\"%Systemdrive%\\Setup TXTs\\VIAinstall.log""'];
pn++;

prog[pn]=['VGA Utility'];
ordr[pn]=[2];
desc[pn]=['ATI Controll Panel'];
uid[pn]=['VGAUTILITY'];
dflt[pn]=['yes'];
cat[pn]=['ACER 1500 Laptop Drivers'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\DRIVERS_ACER1500\\VGA_EXE\\Setup.exe -s -f2\\"%Systemdrive%\\Setup TXTs\\VGAinstall.log""'];
pn++;

prog[pn]=['Launch Buttons'];
ordr[pn]=[3];
desc[pn]=['Quick Launch Buttons'];
uid[pn]=['LAUNCHBUTTONS'];
dflt[pn]=['yes'];
cat[pn]=['ACER 1500 Laptop Drivers'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\DRIVERS_ACER1500\\LAUNCH_EXE\\Setup.exe -s -f2\\"%Systemdrive%\\Setup TXTs\\Launchinstall.log""'];
pn++;

prog[pn]=['RM Clock'];
ordr[pn]=[4];
desc[pn]=['CPU Clock Utility'];
uid[pn]=['RMCLOCK'];
dflt[pn]=['yes'];
cat[pn]=['ACER 1500 Laptop Drivers'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\DRIVERS_ACER1500\\RM_Clock-v22_EXE\\RmClock_22.exe /S"'];
pn++;

prog[pn]=['Microsoft .NET 2'];
ordr[pn]=[5];
desc[pn]=['.NET Plug-in for windows XP'];
uid[pn]=['MICROSOFTNET2'];
dflt[pn]=['yes'];
cat[pn]=['Frameworks'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\DotNetFx\\install.exe /qb"'];
pn++;

prog[pn]=['SUN Java'];
ordr[pn]=[6];
desc[pn]=['SUN\'s Java Plug-in for Windows XP'];
uid[pn]=['SUNJAVA'];
dflt[pn]=['yes'];
cat[pn]=['Frameworks'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\SunJAVA\\jre-1_5_0_10-windows-i586-p-s.exe /PASSIVE /NORESTART"'];
pn++;

prog[pn]=['Nero 7'];
ordr[pn]=[7];
desc[pn]=['CD & DVD Burning Utility'];
uid[pn]=['NERO7'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\Nero_7\\SetupX.exe /qb"'];
pn++;

prog[pn]=['Paint Shop Pro 9'];
ordr[pn]=[8];
desc[pn]=['Paint Package'];
uid[pn]=['PAINTSHOPPRO9'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\PaintShopPro9\\JascPaintShopPro9.msi /passive"'];
pn++;

prog[pn]=['Eyecandy Plug-in for PSP'];
ordr[pn]=[9];
desc[pn]=['Cool PSP Plug-in'];
uid[pn]=['EYECANDYPLUGINFORPSP'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\PaintShopPro9\\eyecandy.exe"'];
pn++;

prog[pn]=['Torrent Harvester'];
ordr[pn]=[10];
desc[pn]=['Torrent Search Engine'];
uid[pn]=['TORRENTHARVESTER'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\Torrent_Harvester\\Torrent_Harvester_0.7b.exe /S"'];
pn++;

prog[pn]=['uTorrent'];
ordr[pn]=[11];
desc[pn]=['Torrent Download Client'];
uid[pn]=['UTORRENT'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\uTorrent\\uTorrent.exe"'];
pn++;

prog[pn]=['PowerDVD 7'];
ordr[pn]=[12];
desc[pn]=['Media Player For Playing DVD\'s'];
uid[pn]=['POWERDVD7'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\PowerDVD7\\Setup.exe -s -f2\\"%Systemdrive%\\Setup TXTs\\powerdvd.log""'];
pn++;

prog[pn]=['K Lite Codec Pack'];
ordr[pn]=[13];
desc[pn]=['Codec Pack'];
uid[pn]=['KLITECODECPACK'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\K_Lite\\klcodec282f.exe /SILENT"'];
pn++;

prog[pn]=['DVD Shrink'];
ordr[pn]=[14];
desc[pn]=['DVD Ripping Utility'];
uid[pn]=['DVDSHRINK'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\DVD_Shrink\\DVDShrink32015.exe /SILENT"'];
pn++;

prog[pn]=['Any DVD'];
ordr[pn]=[15];
desc[pn]=['DVD Copy Protection Removal Utility'];
uid[pn]=['ANYDVD'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\AnyDVD\\SetupAnyDVD6099.exe /S"'];
pn++;

prog[pn]=['IFO Edit'];
ordr[pn]=[16];
desc[pn]=['For Editing DVD IFO Files'];
uid[pn]=['IFOEDIT'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\IFO_Edit\\IFOedit.exe"'];
pn++;

prog[pn]=['Audacity'];
ordr[pn]=[17];
desc[pn]=['Create Music or Change File Extensions'];
uid[pn]=['AUDACITY'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\WINCD\\APPS\\Audacity\\Audacity126.exe /SILENT /SP-"'];
pn++;

prog[pn]=['Audio Grabber'];
ordr[pn]=[18];
desc[pn]=['Audio CD Ripping Utility'];
uid[pn]=['AUDIOGRABBER'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\AudioGrabber\\AudioGrabber.exe"'];
pn++;

prog[pn]=['MP3 Tag'];
ordr[pn]=[19];
desc[pn]=['Rename Your MP3 Files With This Utility'];
uid[pn]=['MP3TAG'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\Mp3tag\\Mp3tag237.exe /S"'];
pn++;

prog[pn]=['Real Player Alternative'];
ordr[pn]=[20];
desc[pn]=['An Altrenative Player To RealPlayer'];
uid[pn]=['REALPLAYERALTERNATIVE'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\RealAlt\\realalt129.exe /SILENT"'];
pn++;

prog[pn]=['Quick Time Alternative'];
ordr[pn]=[21];
desc[pn]=['An Alternative QuickTime Player'];
uid[pn]=['QUICKTIMEALTERNATIVE'];
dflt[pn]=['yes'];
cat[pn]=['MultiMedia'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\QuickTimeAlt\\quicktimealt139.exe /SILENT"'];
pn++;

prog[pn]=['MSN Messenger 7.5'];
ordr[pn]=[22];
desc[pn]=['Microsoft\'s Chat Client'];
uid[pn]=['MSNMESSENGER75'];
dflt[pn]=['yes'];
cat[pn]=['Chat Clients'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\MSN_Messenger\\MsnMsgs.msi /PASSIVE"'];
pn++;

prog[pn]=['Hoyle Board Games 2007'];
ordr[pn]=[26];
desc[pn]=['Popular Board Games'];
uid[pn]=['HOYLEBOARDGAMES2007'];
dflt[pn]=['yes'];
cat[pn]=['Games'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\HBG2007\\setup.exe -s -f2\\"%Systemdrive%\\Setup TXTs\\HBG2007.log""'];
pn++;

prog[pn]=['Hoyle Card Games 2007'];
ordr[pn]=[27];
desc[pn]=['Popular Card Games'];
uid[pn]=['HOYLECARDGAMES2007'];
dflt[pn]=['yes'];
cat[pn]=['Games'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\HCG2007\\setup.exe -s -f2\\"%Systemdrive%\\Setup TXTs\\HCG2007.log""'];
pn++;

prog[pn]=['Hoyle Puzzle Games 2007'];
ordr[pn]=[28];
desc[pn]=['Popular Puzzle Games'];
uid[pn]=['HOYLEPUZZLEGAMES2007'];
dflt[pn]=['yes'];
cat[pn]=['Games'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\HPG2007\\setup.exe -s -f2\\"%Systemdrive%\\Setup TXTs\\HPG2007.log""'];
pn++;

prog[pn]=['WinRAR'];
ordr[pn]=[29];
desc[pn]=['Archive Utility'];
uid[pn]=['WINRAR'];
dflt[pn]=['yes'];
cat[pn]=['Utilities'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\WinRar\\WinRAR_341.exe /S"'];
pn++;

prog[pn]=['Ultra ISO'];
ordr[pn]=[30];
desc[pn]=['ISO, IMG Extarction Utility'];
uid[pn]=['ULTRAISO'];
dflt[pn]=['yes'];
cat[pn]=['Utilities'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\UltraISO\\UISO.exe /SILENT /SP-"'];
cmd2[pn]=['"%CDROM%\\APPS\\UltraISO\\UltraISOkey.cmd"'];
pn++;

prog[pn]=['Easy Cleaner'];
ordr[pn]=[31];
desc[pn]=['Registry & System Cleaner'];
uid[pn]=['EASYCLEANER'];
dflt[pn]=['yes'];
cat[pn]=['Utilities'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\Easy_Cleaner\\EasyCleaner.exe"'];
pn++;

prog[pn]=['Add Remove Pro2'];
ordr[pn]=[32];
desc[pn]=['Utility For Removing The Left-Over "Add or Remove Programs" List'];
uid[pn]=['ADDREMOVEPRO2'];
dflt[pn]=['yes'];
cat[pn]=['Utilities'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\AddRemovePro2\\AddRemovePro2.exe"'];
pn++;

prog[pn]=['System Info Tool'];
ordr[pn]=[33];
desc[pn]=['Advanced System Info Tool'];
uid[pn]=['SYSTEMINFOTOOL'];
dflt[pn]=['yes'];
cat[pn]=['Utilities'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\System_Info_Tool\\SystemInfoTool.exe"'];
pn++;

prog[pn]=['Mozilla Firefox 2'];
ordr[pn]=[34];
desc[pn]=['The No1 Internet Browser'];
uid[pn]=['MOZILLAFIREFOX2'];
dflt[pn]=['yes'];
cat[pn]=['Internet Browsers'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\Firefox_2\\setup.exe -ms"'];
pn++;

prog[pn]=['Microsoft Office XP'];
ordr[pn]=[35];
desc[pn]=['Microsoft\'s Office Suite'];
uid[pn]=['MICROSOFTOFFICEXP'];
dflt[pn]=['yes'];
cat[pn]=['Office'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\OfficeXP\\SETUP.EXE"'];
pn++;

prog[pn]=['Open Office 2'];
ordr[pn]=[36];
desc[pn]=['Free Office Suite Like Microsoft\'s Office'];
uid[pn]=['OPENOFFICE2'];
dflt[pn]=['yes'];
cat[pn]=['Office'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\OpenOffice_2.0\\setup.exe /qb"'];
pn++;

prog[pn]=['FoxIT PDF Reader'];
ordr[pn]=[37];
desc[pn]=['Fast PDF Reader (Better Than Adobe)'];
uid[pn]=['FOXITPDFREADER'];
dflt[pn]=['yes'];
cat[pn]=['Office'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\Foxit\\FoxitReader.exe"'];
pn++;

prog[pn]=['ZoneAlarm 7'];
ordr[pn]=[38];
desc[pn]=['Free Firewall Security'];
uid[pn]=['ZONEALARM'];
dflt[pn]=['yes'];
cat[pn]=['Security'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\ZoneAlarm_7\\zlsSetup_70_302_000_en.exe /S /NOREBOOT"'];
pn++;

prog[pn]=['AntiVir'];
ordr[pn]=[39];
desc[pn]=['Free Antivirus Security'];
uid[pn]=['ANTIVIR'];
dflt[pn]=['yes'];
cat[pn]=['Security'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\WINCD\\APPS\\AntiVir\\AntiVir.exe"'];
pn++;

prog[pn]=['ICQ 5.1'];
ordr[pn]=[23];
desc[pn]=['Chat Client'];
uid[pn]=['ICQ51'];
dflt[pn]=['yes'];
cat[pn]=['Chat Clients'];
forc[pn]=['no'];
cmd1[pn]=['"%CDROM%\\APPS\\ICQ_5.1\\icq5_1_setup.exe /S"'];
pn++;

//---------------------------------------------------------------------------------------------
// End of program definitions ...
//---------------------------------------------------------------------------------------------

what am i doing wrong?????

Link to comment
Share on other sites


this is not a full log .. as i have been messin around trying to get it to work

but this will give you a rough idea ... hopefully :)

WPI Installation Log File

Install process started at: 09 February 2007 16:27:53

Global variables:
%OSLANG%=ENU
%WPIPATH%=D:
%ROOT%=
%CDROM%=D:
%DOSPATH%=
%SYSTEMDRIVE%=C:
%WINDIR%=C:\WINDOWS
%PROGRAMFILES%=C:\Program Files
%TEMP%=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
%SYSDIR%=C:\WINDOWS\system32
%ALLUSERSPROFILE%=C:\Documents and Settings\All Users
%USERPROFILE%=C:\Documents and Settings\Administrator
%APPDATA%=C:\Documents and Settings\Administrator\Application Data
%COMMONPROGRAMFILES%=C:\Program Files\Common Files

List of programs to be installed:
Eyecandy Plug-in for PSP
uTorrent
IFO Edit
Audio Grabber
Real Player Alternative
Quick Time Alternative

-----

09 February 2007 16:27:55
Program: Eyecandy Plug-in for PSP
UID: EYECANDYPLUGINFORPSP
Order: 000009
Category: Applications
09 February 2007 16:28:02
cmd1 Success (returned code 0): ""D:\APPS\PaintShopPro9\eyecandy.exe""
09 February 2007 16:28:02
Finished installation.

-----

09 February 2007 16:28:02
Program: uTorrent
UID: UTORRENT
Order: 000011
Category: Applications
09 February 2007 16:28:03
cmd1 Success (returned code 0): ""D:\APPS\uTorrent\uTorrent.exe""
09 February 2007 16:28:03
Finished installation.

-----

09 February 2007 16:28:03
Program: IFO Edit
UID: IFOEDIT
Order: 000016
Category: MultiMedia
09 February 2007 16:28:05
cmd1 Success (returned code 0): ""D:\APPS\IFO_Edit\IFOedit.exe""
09 February 2007 16:28:05
Finished installation.

-----

09 February 2007 16:28:05
Program: Audio Grabber
UID: AUDIOGRABBER
Order: 000018
Category: MultiMedia
09 February 2007 16:28:09
cmd1 Success (returned code 0): ""D:\APPS\AudioGrabber\AudioGrabber.exe""
09 February 2007 16:28:09
Finished installation.

-----

09 February 2007 16:28:09
Program: Real Player Alternative
UID: REALPLAYERALTERNATIVE
Order: 000020
Category: MultiMedia
09 February 2007 16:28:09
cmd1 *** Fail *** (returned code undefined): ""D:\APPS\RealAlt\realalt129.exe /SILENT""
09 February 2007 16:28:09
Finished installation.

-----

09 February 2007 16:28:09
Program: Quick Time Alternative
UID: QUICKTIMEALTERNATIVE
Order: 000021
Category: MultiMedia
09 February 2007 16:28:09
cmd1 *** Fail *** (returned code undefined): ""D:\APPS\QuickTimeAlt\quicktimealt139.exe /SILENT""
09 February 2007 16:28:09
Finished installation.

-----

Install process finished at: 09 February 2007 16:28:10

Link to comment
Share on other sites

so far so good ... a short test indicates that all is well :)

removing the opening and closing quotes worked.

... it seems that the installer section is adding them automatically.

thanks Kelsenellenelvian,

BTW ... WPI rockkkkks.

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