Caspean Posted January 6, 2009 Posted January 6, 2009 (edited) 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, 2009 by Caspean
Geej Posted January 6, 2009 Posted January 6, 2009 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)
theutlass Posted January 7, 2009 Posted January 7, 2009 Or you can edit HFSLPGUI.CMD in \Sourcess\I386 folder to change the program order manually
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now