January 6, 200917 yr I'm wondering if there is a way to control the order of installs that are put in the HFGUIRUNONCE folder. What I mean is can I control this so that if I have a program that requires another program I can install them in the correct order?ThanksEdit:Watching the script run it seems to alphabetical? Edited January 6, 200917 yr by Caspean
January 6, 200917 yr Yes U can. Runs in alphabetical order. A better option is to place an index number in front of the file name.eg. 001program1.exe002program2.exeThis way, 002program2.exe will run only after 001program1.exe is installed. (Note: ensure filename must not have space)
January 7, 200917 yr Or you can edit HFSLPGUI.CMD in \Sourcess\I386 folder to change the program order manually
Create an account or sign in to comment