dlevens Posted October 7, 2004 Posted October 7, 2004 Being new to WPI I am not sure how to create these two files, and since they do not exist anymore in the package I am lost.Move wpi.cmd and install.cmd to $oem$\$1\install (That is, the root of your install folder)Can someone give me the code to recreate these two .cmd files?Dennis
epoke Posted October 7, 2004 Posted October 7, 2004 hi,[GuiRunOnce] %systemdrive%\install\wpi.cmdwpi.cmd is under $oem$\$1\install\@echo offrem This file should be called right after setup is completerem Edit it to fit your CD Image accordinglystart /wait %systemdrive%\install\wpi\WPI.HTAstart /wait %systemdrive%\clean.cmdno need of install.cmdhope it's help you ...
dlevens Posted October 7, 2004 Posted October 7, 2004 Thanks, that helps alot. Will give it a try now and see if it is easier than my RunOnceEx.cmd. Dennis
Adiel Posted October 7, 2004 Posted October 7, 2004 Thanks Alot , just one question :u mention in one of your replies that if i want to use XCOPY command, i nned to call out a cmd file that contains the command right? but what i'm using the method above :"cmd.exe /c cmdow /run /hid \xcopy /y"will it work fine? and how do i use commands like REGEDIT and taskkill? same? thanks
a06lp Posted October 10, 2004 Posted October 10, 2004 I hate to sound ungrateful, because I LOVE this version of WPI, but I must bring up another version:WPI_99 by hasi001It does not have all the features i love from YOUR WPI, but he managed to get up to 99 programs (!!!!) WITHOUT NUMBERING, and WITH TOOLTIPS!!!Do you think you could take his version and add those features i listed above to yours? that would be really useful....
hasi001 Posted October 11, 2004 Posted October 11, 2004 (edited) Done it. 2.7 with:unlimited appsconstraints see this thread for explanationsno renumberingtooltipsdefaults checkedcountdown to installsome ui-changes (2 colums if >640x480 , then page scrolling)New version postedui-chages: 3cols in 1024, 2cols in 800, 1col in 640 modeZIP removed. Edited October 13, 2004 by hasi001
a06lp Posted October 11, 2004 Posted October 11, 2004 wow, this looks amazing.i haven't fully gone through it yet, but i am assuming the reason there aren't any "rega" or "regb" in the config.js is because you just copied your previous code over? but the reg stuff WILL work, right?also can we have an UNLIMITED number of programs? or only up to 99? (just curious...)
beppemito Posted October 11, 2004 Posted October 11, 2004 is there a swith to turn on/off descriptions?
hasi001 Posted October 11, 2004 Posted October 11, 2004 All the 2.7's options should work (not tested).And unlimited really means unlimited (as long as the memory can handle it). Dunno what the runonceex-dialog thinks about too many apps (think it's just single column)@beppemito: what do you mean with descs on/off ? tooltips? just leave them blank ('')
hasi001 Posted October 11, 2004 Posted October 11, 2004 change e.g.desc[pn]=['Installs Microsoft Office 2003 Professional. <i>Recommended</i>'] to desc[pn]=['']--> no tooltip
nemesis5 Posted October 11, 2004 Posted October 11, 2004 1) Locate your $oem$\$1\install folder, and create a new folder inside, called “wpi”. Extract the WPI files into this folder.If your installation path is different, modify it as required.2) Move wpi.cmd and install.cmd to $oem$\$1\install (That is, the root of your install folder)install.cmd??
Recommended Posts