ok i just retested now,, this time with a smaller amount of apps about 10 for this test and i got the same error at the end in the install.hta file plus i got a few other things to bicker at lol,, but i hope they can be fixed easy
to start off,, ive numbered all my apps by 5's in the install order and for some odd reason inside the log file they are surprisingly,, number out of order and the majority of them are not even numbered what i numbered them,, for example,,
CODE
Saturday, October 14, 2006 3:57:53 PM
Program: Adobe Reader 7.0.8
UID: ADOBEREADER708
Order: 264
Category: undefined
Saturday, October 14, 2006 3:58:58 PM
cmd1 Success (returned code 0): "D:\Install\General_Tools\Adobe_Reader\reader708.exe"
Saturday, October 14, 2006 3:58:58 PM
Finished installation.
-----
Saturday, October 14, 2006 3:58:59 PM
Program: Java2 SE Runtime V5.0 Update 9
UID: JAVA2SERUNTIMEV50UPDATE9
Order: 269
Category: undefined
Saturday, October 14, 2006 4:00:17 PM
cmd1 Success (returned code 0): "D:\Install\General_Tools\Java2_SE_Runtime\3_J2RE509.exe"
Saturday, October 14, 2006 4:00:17 PM
Finished installation.
-----
Saturday, October 14, 2006 4:00:18 PM
Program: Microsoft .NET Framework 1.1 SP1
UID: MICROSOFTNETFRAMEWORK11SP
Order: 272
Category: undefined
Saturday, October 14, 2006 4:03:11 PM
cmd1 Success (returned code 0): "D:\Install\General_Tools\Microsoft_.NET_Framework\dotnet11sp1.exe"
Saturday, October 14, 2006 4:03:11 PM
Finished installation.
thats a small portion of the log file
now on to my second bicker,,
some apps during install are getting stuck for example 1 app from this install is crap cleaner,,
heres my install lines in config.js
CODE
prog[pn]=['Crap Cleaner V1.33.382'];
ordr[pn]=[80];
desc[pn]=['CCleaner (Crap Cleaner) is a freeware System optimization tool. That removes unused and temporary files from your System - allowing Windows to run faster, more efficiently and giving you more hard disk space. The best part is that it is fast! (normally taking less that a second to run) and Free.'];
uid[pn]=['CCLEANERV127260'];
dflt[pn]=['no'];
cat[pn]=['System'];
forc[pn]=['no'];
configs[pn]=['Custom Setup,Programmers Setup'];
cmd1[pn]=['%CDROM%\\Install\\Maintenance\\crap_cleaner\\CrapCleaner.exe /S'];
picf[pn]=['ccleaner_icon_01.png'];
picw[pn]=['128'];
pich[pn]=['128'];
textl[pn]=['Top'];
pn++;
now that part is correct but yet,, its getting stuck during the install and now this is what its reading in the log file for this app
CODE
Saturday, October 14, 2006 3:52:04 PM
Program: Crap Cleaner V1.33.382
UID: CCLEANERV127260
Order: 000080
Category: System
Saturday, October 14, 2006 3:57:33 PM
cmd2 Success (returned code 4): "D:\Install\Maintenance\Diskeeper_Pro\diskeeper_mandc.cmd"
Saturday, October 14, 2006 3:57:33 PM
Finished installation.
strange issue you see here, 1 its adding a cmd 2 line with another apps info,, and its leaving cmd 1 out of it all together..
ok now on to my last error/bug,,
when the install is finished installing its last app, instead of exiting peacefully,, it gives me an error... and then even after aborting,, it still wont exit,, even if you click yes,, it wont exit either.. heres a picture of this error.. its an error from installer.hta,, from what i can see..