a06lp Posted October 13, 2004 Posted October 13, 2004 might i make a suggestion?instead of having to add a category to each program's code, why not make a stand-alone kind of code, that you just insert where you want a divider?For example:[CATEGORYTITLE='Codes & Stuff']prog[pn]=['Codec Pack 1.3']desc[pn]=['swgreed\'s Codecs. A collection of codecs for playing DivX movies. <BR>Includes everything you need to watch DivX movies.']regb[pn]=['','']cmd1[pn]=['systemdrive','install\\Applications\\codecs\\codecs21.cmd']cmd2[pn]=['','']cmd3[pn]=['','']rega[pn]=['','']dflt[pn]=['yes']forc[pn]=['false']pn++prog[pn]=['Flash 7.0.19.0 & Shockwave 10.1.0.11']desc[pn]=['Installs Macromedia Flash 7.0.19.0 and Shockwave 10.1.0.11']regb[pn]=['','']cmd1[pn]=['systemdrive','install\\Applications\\mm\\mm_fl_sw.exe /s']cmd2[pn]=['','']cmd3[pn]=['','']rega[pn]=['','']dflt[pn]=['yes']forc[pn]=['false']pn++[CATEGORYTITLE='Applications']prog[pn]=['Microsoft Office Professional 2003']desc[pn]=['Installs Microsoft Word, Microsoft Excel, Microsoft PowerPoint, & Microsoft Publisher.']regb[pn]=['','']cmd1[pn]=['systemdrive','install\\Applications\\office2003\\setup.exe TRANSFORMS=Unattended.MST /qb-']cmd2[pn]=['','']cmd3[pn]=['','']rega[pn]=['','']dflt[pn]=['no']forc[pn]=['false']where "CATEGORYTITLE" is the new feature. if you want to make it really good, allow for HTML formatting in the actual title...
nemesis5 Posted October 13, 2004 Posted October 13, 2004 @hasi001where an what i have to change to get 3 colums ??
hasi001 Posted October 13, 2004 Posted October 13, 2004 @a06lpbecause that's not the way javascript works. and btw. you do only have to add the category to the category's first app. so let say you got 2 utils A and b then just add cat[A]=['Utils']. cat does not have to exist.@nemesis5no more 3 columns with the version that supports categories. maybe in a forthcoming version. stay tuned.
a06lp Posted October 13, 2004 Posted October 13, 2004 @a06lpdo only have to add the category to the category's first app. so let say you got 2 utils A and b then just add cat[A]=['Utils']. cat does not have to exist..so i could, theoretically, have a "program", with ONLY the paramet of cat, and that would act as a divider?
nemesis5 Posted October 13, 2004 Posted October 13, 2004 i have posted my modified config.js to be be start an option for all member include myself to be enlarge the programm class of you great tool.i want to work in cooperation with other member at this csript... to be fix all bugs.the switch of all programms will be fix...everyone who have experience can spend his knowledges with other/me, that was my ideai will continuos edit my posting everytimes after yout tips for changes change logOct 13 2004, 03:54 PM -update to -version 2.86.1-fixed switch13 2004, 06:06 PM -update to -version 2.84-*.cab install for codecsOct 13 2004, 03:54 PM -update to -version 2.83Oct 13 2004, 03:54 PM-version 2.82-Defrag? -by @hasi001-regs & hacks by @hasi001-delet all doppel "var ca[]" by @hasi001//Application Opptions:// Each application has nine parameters. These are:var prog=[]// Program Namevar desc=[] // A descriptionvar cmd1=[] // drive + Command Line 1var cmd2=[] // drive + Command Line 2var cmd3=[] // drive + Command Line 3var regb=[] // b=befor installing the applicationvar rega=[] // a=after installing the applicationvar 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 Checkedvar 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 selectablevar cat=[] // category// drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or ''//Other opptios//Timer:var timer // turn the timer on or off var secs // 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 Opptionvar 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.var numCols // number of maximum columns to show in 1024 modevar sorting // indicate if category/name sorting shall be usedvar sortorder // sort categories according to sortorder if givenvar pn = 1 // start value vor prog numberingtestNoOfProgs = 00; // for testing purposes only. Fills up programs//Your Settings: timer='on' //('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; sortorder=['System','Tools','Office']; //not all categories must be given //missing categories will be appended to the end //according to their appearance 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']cat[0]=['Appllication Category']//######################################################//Works//%cdrom%\\programme\\Works\\//######################################################//*prog[pn]=['MS Office 2003']desc[pn]=['Installation MS Office 2003 Pro<br><i>Empfohlen</i>']cmd1[pn]=['cdrom','programme\\Works\\MSOffice\\CD1\\CHAINEDSETUP.exe TRANSFORMS=Unattended.MST /qb-']dflt[pn]=['yes']cat[pn]=['Office']pn++//*prog[pn]=['Star Office 7']desc[pn]=['Sun Star Office für Windows<br><i>Empfohlen</i>']cmd1[pn]=['%cdrom%\\programme\\Works\\StarOffice\\']dflt[pn]=['yes']pn++//*prog[pn]=['MikTeX']desc[pn]=['LaTeX-Programm<br><i>Empfohlen</i>']cmd1[pn]=['%cdrom%\\programme\\works\\miktex\\']dflt[pn]=['yes']pn++//*prog[pn]=['ACDSee 7']desc[pn]=['Bildverwaltungsprogramm <br> <i>Empfohlen</i>']cmd1[pn]=['cdrom','programme\\works\\ACDSee\ACDSee.msi /QB PIDKEY=your key with dashes LICENSE_MODEL=Full']cmd2[pn]=['REGEDIT /S %cdrom%\\programme\\works\\ACDsee\\ACDSee.reg']dflt[pn]=['yes']pn++ //Adobe //%cdrom%\\programme\\works\\adobe\\ //* prog[pn]=['Adobe Acrobat 6'] desc[pn]=['Programm zum Betrachten von PDF-Dateien<br><i>Empfohlen</i>'] cmd1[pn]=['%cdrom%\\programme\\works\\adobe\\acrobat\\Acrobat.exe -p"-s /v\"/qn\""'] dflt[pn]=['yes'] pn++ prog[pn]=['Adobe Photoshop 7'] desc[pn]=['Bildbearbeitungsprogramm<br><i>Empfohlen</i>'] cmd1[pn]=['%cdrom%\\programme\\works\\adobe\\ps7\\ps7.exe'] dflt[pn]=['yes'] pn++prog[pn]=['Crystal 10']desc[pn]=['Systemreportmaker<br><i>Empfohlen</i>']cmd1[pn]=['%cdrom%\\programme\\works\\crystal\\Setup.exe']dflt[pn]=['yes']pn++prog[pn]=['File Maker 7']desc[pn]=['Datenbank<br><i>Empfohlen</i>']cmd1[pn]=['%cdrom%\\programme\\works\\filemaker\\Setup.exe']dflt[pn]=['yes']pn++prog[pn]=['Mindmanger']desc[pn]=['Flussdiagramm<br><i>Empfohlen</i>']cmd1[pn]=['%cdrom%\\programme\\Works\\MindManager\\Setup.exe']dflt[pn]=['yes']pn++prog[pn]=['Maple 9.5']desc[pn]=['Plottersystem<br><i>Empfohlen</i>']cmd1[pn]=['%cdrom%\\programme\\works\\maple\\Setup.exe']dflt[pn]=['yes']pn++//######################################################//Security //%cdrom%\\programme\\Security\\//######################################################prog[pn]=['TuneUp']desc[pn]=['Konfigurationstools']cmd1[pn]=['msiexec.exe /qb /i %cdrom%\\programme\\Security\\TuneUp\TuneUp.msi']dflt[pn]=['yes']cat[pn]=['Security']pn++prog[pn]=['Autoshutdown 4.5']desc[pn]=['Autmatisches Beenden von Systemdiensten']cmd1[pn]=['msiexec.exe /qb /i %cdrom%\\programme\\Security\\Autoshutdown\\Autoshutdown.msi']dflt[pn]=['yes']pn++//*prog[pn]=['Sygate']desc[pn]=['Firewall']cmd1[pn]=['%cdrom%\\programme\\Security\\Sygate\\pspf.exe /qn REBOOT=Suppress"']dflt[pn]=['yes']pn++prog[pn]=['Hide Folders XP']desc[pn]=['Versteckte Ordner']cmd1[pn]=['%cdrom%\\programme\\Security\\HFXP\\HFXP.exe']dflt[pn]=['yes']pn++prog[pn]=['Defrag']desc[pn]=['Defragmetierungsprogramm']cmd1[pn]=['%cdrom%\\programme\\Security\\Defrag\\Defrag.msi /qn']cmd2[pn]=['REGEDIT /S %cdrom%\\programme\\Security\\Defrag\\Defrag.reg']dflt[pn]=['yes']pn++ //Acronis Backupprogramm //%cdrom%\\programme\\Arconis\\ prog[pn]=['Acronis TI8'] desc[pn]=['Backupprogramm'] cmd1[pn]=['%cdrom%\\programme\\Security\\Arconis\\TI\\TI.exe'] dflt[pn]=['yes'] pn++ prog[pn]=['Acronis PE'] desc[pn]=['Sicheres Löschen von nicht mehr benötige Datei'] cmd1[pn]=['%cdrom%\\programme\\Security\\Arconis\\PE\\PE.exe'] dflt[pn]=['yes'] pn++//######################################################//Media//%cdrom%\\programme\\Media\\//######################################################//Multimediaplayerprog[pn]=['Winamp 5.05']desc[pn]=['Multimediaplayer']cmd1[pn]=['%cdrom%\\programme\\Media\\Winamp\\Winamp.exe']cmd2[pn]=['%cdrom%\\programme\\Media\\Winamp\\Winamp.reg']dflt[pn]=['yes']cat[pn]=['MultiMedia'] pn++prog[pn]=['Real Palyer 10 Plus']desc[pn]=['Multimediaplayer']cmd1[pn]=['%cdrom%\\programme\\Internet\\Copernic\\Copernic.exe']dflt[pn]=['yes']pn++prog[pn]=['JetAudio 6.06']desc[pn]=['Multimediaplayer']cmd1[pn]=['%cdrom%\\programme\\Media\\JetAudio\\JetAudio.exe']dflt[pn]=['yes']pn++//*prog[pn]=['VCL 0.72']desc[pn]=['Multimediaplayer']cmd1[pn]=['%cdrom%\\programme\\Media\\VCL\\vcl.exe /S']dflt[pn]=['yes']pn++//Online/Offline Mediaprog[pn]=['TVgenial 3.30']desc[pn]=['Digitale Fernsehzeitschrift']cmd1[pn]=['%cdrom%\\programme\\Media\\TVgenial\\TVgenial.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Media\\TVgenial\\dfx.reg']dflt[pn]=['yes']pn++//DVD-Wiedergabe-Softwareprog[pn]=['PowerDVD']desc[pn]=['DVD-Wiedergabe-Software']cmd1[pn]=['%cdrom%\\programme\\Media\\PowerDVD\\setup.exe']dflt[pn]=['yes']pn++prog[pn]=['WinDVD Platinum v6.0.6.56']desc[pn]=['DVD-Wiedergabe-Software']cmd1[pn]=['%cdrom%\\programme\\Media\\WinDVD\\WinDVD.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Media\\WinDVD\\WinDVD.reg']dflt[pn]=['yes']pn++ //TechSmith //%cdrom%\\programme\\Media\\TechSmith prog[pn]=['Camtasia'] desc[pn]=['Videoaufnahmen von Desktop-Aktivitäten'] cmd1[pn]=['%cdrom%\\programme\\Media\\TechSmith\\Camtasia.exe'] cmd2[pn]=['regedit /s %cdrom%\\programme\\Camtasia\\Camtasia\\dfx.reg'] dflt[pn]=['yes'] pn++ prog[pn]=['SnagIt'] desc[pn]=['Schnappschussprogramm'] cmd1[pn]=['%cdrom%\\programme\\Media\\TechSmith\\SnagIt.exe'] cmd2[pn]=['regedit /s %cdrom%\\programme\\Media\\SnagIt\\SnagIt.reg'] dflt[pn]=['yes'] pn++//Die menschliche Stimme für Computer und Webprog[pn]=['Logox 4.0']desc[pn]=['Die menschliche Stimme für Computer und Web']cmd1[pn]=['%cdrom%\\programme\\Media\\Logox\\dfx.exe']dflt[pn]=['yes']pn++//virtueller Soundkartentreiberprog[pn]=['TRecorder 4.3']desc[pn]=['Virtueller Soundkartentreiber zum Speichern und Aufnehmen von Klänge']cmd1[pn]=['%cdrom%\\programme\\Media\\TRecorder\\TRecorder.exe /VERYSILENT /SP-']cmd2[pn]=['regedit /s %cdrom%\\programme\\Media\\TRecorder\\dfx.reg']dflt[pn]=['yes']pn++prog[pn]=['DFX 7.010']desc[pn]=['3D Surround Sound Equalizer']cmd1[pn]=['%cdrom%\\programme\\Media\\DFX\\dfx.exe /VERYSILENT /SP-']cmd2[pn]=['regedit /s %cdrom%\\programme\\Media\\DFX\\dfx.reg']dflt[pn]=['yes']pn++//Codecsprog[pn]=['DivX 5.2.1']desc[pn]=['Videokomprimierungscodec']cmd1[pn]=['%cdrom%\\programme\\Media\\DivX\\DivX.exe /VERYSILENT /SP-']cmd2[pn]=['regedit /s %cdrom%\\programme\\Media\\DivX\\dfx.reg']dflt[pn]=['yes']pn++prog[pn]=['Xvid 1.02']desc[pn]=['Videokomprimierungscodec']cmd1[pn]=['%cdrom%\\programme\\Media\\DivX\\DivX.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Media\\DivX\\dfx.reg']dflt[pn]=['yes']pn++prog[pn]=['Codecs']desc[pn]=['Autokonfiguration von Pre-Codecs<br><i>Empfohlen</i>']cmd2[pn]=['Expand -f:* "%cdrom%\\Programme\\Media\Codecs\Codec.cab" "%systemroot%\system32\"']cmd2[pn]=['REGEDIT /S %cdrom%\\Programme\\Media\Codecs\codecs.cmd']dflt[pn]=['yes']pn++//######################################################//Internet//%cdrom%\\programme\\Internet\\//######################################################prog[pn]=['Copernic 6.11']desc[pn]=['Internetsuchprogramm']cmd1[pn]=['%cdrom%\\programme\\Internet\\Copernic\\Copernic.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Internet\\Copernic\\Copernic.reg']dflt[pn]=['yes']cat[pn]=['InterNET'] pn++prog[pn]=['Getright 5.20']desc[pn]=['Downloadmanager']cmd1[pn]=['%cdrom%\\programme\\Internet\\Getright\\Getright.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Internet\\Getright\\Getright.reg']dflt[pn]=['yes']pn++prog[pn]=['Flashget 1.65']desc[pn]=['Downloadmanager']cmd1[pn]=['%cdrom%\\programme\\Internet\\Flashget\\Flashget.exe /S']cmd2[pn]=['regedit /s %cdrom%\\programme\\Internet\\Flashget\\Flashget.reg']dflt[pn]=['yes']pn++prog[pn]=['Mr. Pix 2.15']desc[pn]=['Downloadmanager für explizite Dateibibliothek']cmd1[pn]=['%cdrom%\\programme\\Internet\\Pix\\Pix.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Internet\\Pix\\Pix.reg']dflt[pn]=['yes']pn++prog[pn]=['FlashFXP 3.015']desc[pn]=['FTP Client']cmd1[pn]=['%cdrom%\\programme\\Internet\\FlashFXP\\FlashFXP.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Internet\\FlashFXP\\FlashFXP.reg']dflt[pn]=['yes']pn++prog[pn]=['Opera 7.5']desc[pn]=['Opera Browser']cmd1[pn]=['%cdrom%\\programme\\Internet\\Opera\\opera.exe /s']cmd2[pn]=['copy "%systemdrive%\programme\\Internet\\Opera\\OUsr600.dat" "%systemdrive%\programme\\Internet\\Opera\\"']dflt[pn]=['yes']pn++prog[pn]=['Trillian 2.13']desc[pn]=['Universeller Messenger']cmd1[pn]=['%cdrom%\\programme\\Internet\\Trillian\\Trillian.cmd']cmd2[pn]=['Expand -f:* "%cdrom%\\programme\\Internet\\Trillian\\Trillian.cab" "%systemdrive%\\programme\\Internet\\Trillian"']dflt[pn]=['yes']pn++//######################################################//Tools//%cdrom%\\programme\\Tools\\//######################################################prog[pn]=['Alcohol 120%']desc[pn]=['CD/DVD Virtueller Treiber']cmd1[pn]=['msiexec.exe /passive /norestart /i %cdrom%\\programme\\Tools\\Alcohol\\\setup.msi']cmd2[pn]=['REGEDIT /S %cdrom%\\programme\\Tools\\Alcohol\\register.reg']dflt[pn]=['yes']cat[pn]=['Tools']pn++prog[pn]=['WinRAR 3.4']desc[pn]=['Packprogramm für *.ARJ, *.RAR, *.ZIP, *.ACE, *.UHA']cmd1[pn]=['cdrom','programme\\Tools\\WinRAR34d.exe /s']dflt[pn]=['yes']cons[pn]=['%systemdrive%','C:\\']pn++prog[pn]=['Ahead Nero 6.6']desc[pn]=['CD-Brennprogramm']cmd1[pn]=['%cdrom%\\programme\\Tools\\Nero\\nero.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn']dflt[pn]=['yes']pn++prog[pn]=['Babylon 5.0.1']desc[pn]=['Übersetzungsprogramm']cmd1[pn]=['%cdrom%\\programme\\tools\\babylon\\babylon.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\tools\\babylon\\babylon.reg']dflt[pn]=['yes']pn++prog[pn]=['Inksaver 2']desc[pn]=['Tintendruckertools']cmd1[pn]=['%cdrom%\\programme\\Tools\\inksaver\\inksaver.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\inksaver\\inksaver.reg']dflt[pn]=['yes']pn++prog[pn]=['Active Desktop Calendar 4.3']desc[pn]=['Calendertools']cmd1[pn]=['%cdrom%\\programme\\Tools\\Calendar\\Calendar.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\Calendar\\Calendar.reg']dflt[pn]=['yes']pn++prog[pn]=['Opus 8']desc[pn]=['Dateimanager']cmd1[pn]=['%cdrom%\\programme\\Tools\\Opus\\Opus.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\Opus\\Opus.reg']dflt[pn]=['yes']pn++prog[pn]=['Total Commander 6.03']desc[pn]=['Dateimanager']cmd1[pn]=['%cdrom%\\programme\\Tools\\Tcommander\\Tcommander.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\Tcommander\\Tcommander.reg']dflt[pn]=['yes']pn++prog[pn]=['MathType 5.02']desc[pn]=['Werkzeug zum Intergrieren von mathematischen Formeln in Textdokumente']cmd1[pn]=['%cdrom%\\programme\\Tools\\MathType\\MathType.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\MathType\\MathType.reg']dflt[pn]=['yes']pn++prog[pn]=['SpruLex']desc[pn]=['46.300 Sprüche, Sprichwörter und Zitate']cmd1[pn]=['%cdrom%\\programme\\Tools\\SpruLex\\SpruLex.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\SpruLex\\SpruLex.reg']dflt[pn]=['yes']pn++prog[pn]=['Suitcase']desc[pn]=['Zeichensatzverwaltung']cmd1[pn]=['%cdrom%\\programme\\Tools\\Suitcase\\Suitcase.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\Suitcase\\Suitcase.reg']dflt[pn]=['yes']pn++prog[pn]=['UltraIso 7']desc[pn]=['Tool zum Bearbeiten/Erstellen von CD/DVD Images']cmd1[pn]=['%cdrom%\\programme\\Tools\\UltraIso\\UltraIso.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\UltraIso\\UltraIso.reg']dflt[pn]=['yes']pn++prog[pn]=['Watermark 5']desc[pn]=['Wasserzeichenprogramm']cmd1[pn]=['%cdrom%\\programme\\Tools\\Watermark\\Watermark.exe']cmd2[pn]=['regedit /s %cdrom%\\programme\\Tools\\Watermark\\Watermark.reg']dflt[pn]=['yes']pn++ //Environments //%cdrom%\\programme\\Tools\\ prog[pn]=['VB 6 RE'] desc[pn]=['Arbeit-/Entwicklungsumgebung'] cmd1[pn]=['%cdrom%\\programme\\Tools\\VBS\\vbrun60sp5.exe /Q'] dflt[pn]=['yes'] cat[pn]=['Tools - Environtments'] pn++ prog[pn]=['J2SDK 1.5'] desc[pn]=['Arbeit-/Entwicklungsumgebung<i>Empfohlen</i>'] cmd1[pn]=['cdrom','programme\\Tools\\Java\\J2SDK_1.5.exe /s /v"/qn [ADDLOCAL=jrecore[,extra][,other_US] | ALL] [iEXPLORER=1] [NETSCAPE6=1] [MOZILLA=1] [iNSTALLDIR=<drive>:\<install_path>] [REBOOT=Suppress] [JAVAUPDATE=0] [CUSTOM=1]"'] cmd2[pn]=['REGEDIT /S %cdrom%\\programme\\Tools\\Java\\J2SDK_1.5.reg'] dflt[pn]=['yes'] pn++ //Text & LaTeX //programme\\Tools\\Text\\Editplus\\ prog[pn]=['EditPlus'] desc[pn]=['Universeller TextEditor für HTML, PHP, CSS, ASP, Perl, C/C++, Java, JS, VBS<br><i>Empfohlen </i>'] cmd1[pn]=['cdrom','programme\\Tools\\Text\\Editplus\\Editplus.exe'] dflt[pn]=['yes'] cat[pn]=['Tools - TextEditors'] pn++ prog[pn]=['Jcreator'] desc[pn]=['Spezieller TextEditor für JAVA (HTML, CSS, PHP, ASP, Perl, C/C++, JS, VBS)<br><i>Empfohlen </i>'] cmd1[pn]=['cdrom','programme\\Tools\\Text\\Jcreator\\Jcreator.exe'] dflt[pn]=['yes'] pn++ prog[pn]=['PhpEdit'] desc[pn]=['Spezieller TextEditor für PHP & HTML (CSS, ASP, Perl, C/C++, Java, JS, VBS)<br><i>Empfohlen </i>'] cmd1[pn]=['cdrom','programme\\Tools\\Text\\PhpEdit\\PhpEdit.exe'] dflt[pn]=['yes'] pn++ prog[pn]=['UltraEdit-32/64 bit'] desc[pn]=['Universeller Text-HexEditor für HTML, CSS, PHP, ASP, Perl, C/C++, Java, JS, VBS<br><i>Empfohlen </i>'] cmd1[pn]=['cdrom','programme\\Tools\\Text\\UltraEdit\\uesetup.exe /s'] dflt[pn]=['yes'] pn++ prog[pn]=['Winedt'] desc[pn]=['Universeller TextEditor für LaTeX (HTML, CSS, PHP, ASP, Perl, C/C++, Java, JS, VBS)<br><i>Empfohlen </i>'] cmd1[pn]=['cdrom','programme\\Tools\\Text\\Winedt\\Winedt.exe'] cmd2[pn]=['cdrom','programme\\Tools\\Text\\Winedt\\Winedt.cmd'] dflt[pn]=['yes'] pn++ prog[pn]=['WinHex'] desc[pn]=['Universeller Hexadezimal-Editor<br><i>Empfohlen </i>'] cmd1[pn]=['cdrom','programme\\Tools\\Text\\Jcreator\\WinHex.exe'] dflt[pn]=['yes'] pn++//######################################################//Regs & Hacks -> this ist individual change...fot othe *.bat || *.cmd//%cdrom%\\programme\\Hotfixes\\//######################################################prog[pn]=['Regs & hacks & Del']desc[pn]=['Autokonfiguration<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\programme\\Hotfixes\\RegImport.reg']cmd2[pn]=['REGEDIT /S %cdrom%\\programme\\Hotfixes\\Delet_lnk.cmd']dflt[pn]=['yes']cat[pn]=['REGS & Hacks']pn++prog[pn]=['Hotfixes']desc[pn]=['Autokonfiguration von Hotfixes<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\Programme\\Hotfixes\\hotfixes.cmd']dflt[pn]=['yes']pn++prog[pn]=['Screensaver']desc[pn]=['Autokonfiguration von Hotfixes<br><i>Empfohlen</i>']cmd1[pn]=['Expand -f:* "%cdrom%\\Programme\\Hotfixes\Codec.cab" "%systemroot%\system32\"']cmd2[pn]=['REGEDIT /S %cdrom%\\Programme\\Hotfixes\\hotfixes.cmd']dflt[pn]=['yes']pn++// resolution testing...for (pn;pn<testNoOfProgs;pn++){ prog[pn]=['Program ' + pn]; cat[pn]=['XXX_TEST_XXX'];}var FiltersEnabled = 0 // if your not going to use transitions or filters in any of the tips set this to 0Text[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,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
hasi001 Posted October 13, 2004 Posted October 13, 2004 (edited) @a06lp:no. if you put it likeprog[47]desc[47]cat[48]prog[49]...then cat[48] would totally be left of. the program's constraint is the existence of a prog entry. if a prog is missing, then stop, even though there's a prog[i+1]sorry guy.but i still can't find out, why you want it exactly the way you describe. do you want to have the option of empty categories (that's the only thing that'll not work with my version) ?Good news for nemesis5. You can have you multi-column version. This one supports up to 6 columns (you can define to have even more, but ie wont render them correctly with a window so small as 1024 - not enough horizontal space)For that I had to introduce a new variable in config.js calles numColumns. It's set to 3 in the download version and is used only in resolution 1024 and above.The column rendering now works in a correct way (it didn't in my 2.8.1 version under some circumstances).Just a merged screenshot:And here's version 2.8.2: ZIP removed. Edited November 1, 2004 by hasi001
hasi001 Posted October 13, 2004 Posted October 13, 2004 @nemesis5which switches ? the app-switches are discussed in another thread/forum. WPI 2.8.2 renders it correctly.we need more information to help you.instead of prog[pn]=['Reg hacks']desc[pn]=['Autokonfiguration<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\programme\\Hotfixes\\RegImport.reg']dflt[pn]=['yes']cat[pn]=['REGS & Hacks']pn++prog[pn]=['Hotfixes']desc[pn]=['Autokonfiguration von Hotfixes<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\Programme\\Hotfixes\\hotfixes.cmd']dflt[pn]=['yes']cat[pn]=['REGS & Hacks']pn++prog[pn]=['Codecs']desc[pn]=['Autokonfiguration von Pre-Codecs<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\Programme\\Hotfixes\\codecs.cmd']dflt[pn]=['yes']cat[pn]=['REGS & Hacks']pn++you could also write prog[pn]=['Reg hacks']desc[pn]=['Autokonfiguration<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\programme\\Hotfixes\\RegImport.reg']dflt[pn]=['yes']cat[pn]=['REGS & Hacks']pn++prog[pn]=['Hotfixes']desc[pn]=['Autokonfiguration von Hotfixes<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\Programme\\Hotfixes\\hotfixes.cmd']dflt[pn]=['yes']pn++prog[pn]=['Codecs']desc[pn]=['Autokonfiguration von Pre-Codecs<br><i>Empfohlen</i>']cmd1[pn]=['REGEDIT /S %cdrom%\\Programme\\Hotfixes\\codecs.cmd']dflt[pn]=['yes']pn++and omit the duplicate cat[pn] entries
nemesis5 Posted October 13, 2004 Posted October 13, 2004 @hasi001 very nice.... 3 version in one day... you are great i have posted my modified config.js to be be start an option for all member include myself to be enlarge the programm class of you great tool.i want to work in cooperation with other member at this csript... to be fix all bugs.the switch of all programms will be fix...everyone who have experience can spend his knowledges with other/me, that was my ideai will continuos edit my posting everytimes after yout tips for changes
hasi001 Posted October 13, 2004 Posted October 13, 2004 could there be something wrong inprog[pn]=['Defrag']desc[pn]=['Defragmetierungsprogramm']cmd1[pn]=['msiexec.exe /qb /i //cdrom%\\programme\\Security\\Defrag\\Defrag.msi']dflt[pn]=['yes']cat[pn]=['Security']pn++ shouldn't it be justcmd1[pn]=['msiexec.exe /qb /i %cdrom%\\programme\\Security\\Defrag\\Defrag.msi']
a06lp Posted October 14, 2004 Posted October 14, 2004 i have a q:when i used to use WPI 2.6 (first post in this thread), i could run WPI.hta on my regular system and test out certain installations. when i would click INSTALL, they would install immediatly.why, now that i use your v2.7 (first one you made...not the one with dividers), when i run wpi.hta, and click install, it doesnt install the programs until the next reboot????what's wrong?
nemesis5 Posted October 14, 2004 Posted October 14, 2004 i have a q:when i used to use WPI 2.6 (first post in this thread), i could run WPI.hta on my regular system and test out certain installations. when i would click INSTALL, they would install immediatly.why, now that i use your v2.7 (first one you made...not the one with dividers), when i run wpi.hta, and click install, it doesnt install the programs until the next reboot????what's wrong?@ check it out again 3 or 4 posting before ... v2.7; v2.80; v2.81 has some bugs.. so ist the actually release 2.82.. download it and change you config.js.. so be enjoy.."plug & pray"
a06lp Posted October 14, 2004 Posted October 14, 2004 after testing the new version, i like it. anyway, the solution to my problem is to log off, then log back on. thats when it will install.
gresh Posted October 14, 2004 Posted October 14, 2004 after testing the new version, i like it. anyway, the solution to my problem is to log off, then log back on. thats when it will install.You just need to make sure that the line near the end of generate.jsWshShell.Run("rundll32.exe iernonce.dll,RunOnceExProcess");NOT is commented out with //
a06lp Posted October 14, 2004 Posted October 14, 2004 You just need to make sure that the line near the end of generate.jsWshShell.Run("rundll32.exe iernonce.dll,RunOnceExProcess");NOT is commented out with // Is it supposed to be commented out, or not?
Recommended Posts