ripken204 Posted January 8, 2005 Author Posted January 8, 2005 well rly all i need to know is what each of the command are such as in this:pn=1;prog[pn]=['Microsoft Office 2003']uid[pn]=['O2K3']desc[pn]=['Installs Microsoft Office 2003 Professional. Recommended']ordr[pn]=[1]cmd1[pn]=['%CDROM%\\Install\\MicrosoftOffice\\setup.exe TRANSFORMS=Unattended.MST /qb-']dflt[pn]=['yes']cat[pn]=['Office']pn++i'de like to know what is actually going on here and also how to make the different categories on the application such as in this:image link
ripken204 Posted January 8, 2005 Author Posted January 8, 2005 also if u can directly talk to meUHKS of WAR3
Astalavista Posted January 8, 2005 Posted January 8, 2005 you know u are post the same thing over and over again in different forums. U hv been reported to the moderators
Kelsenellenelvian Posted January 8, 2005 Posted January 8, 2005 Personally I found it rather simple. But there are somethings I would like explained. Like changing font colors and how to use a personal background. Can't seem to get options to recognize it no-matter how hard I try.
Kelsenellenelvian Posted January 8, 2005 Posted January 8, 2005 well rly all i need to know is what each of the command are such as in this:pn=1;prog[pn]=['Microsoft Office 2003']uid[pn]=['O2K3']desc[pn]=['Installs Microsoft Office 2003 Professional. Recommended']ordr[pn]=[1]cmd1[pn]=['%CDROM%\\Install\\MicrosoftOffice\\setup.exe TRANSFORMS=Unattended.MST /qb-']dflt[pn]=['yes']cat[pn]=['Office']pn++i'de like to know what is actually going on here and also how to make the different categories on the application such as in this:image linkAll of this stuff is very easily done in the config page.The categories and sorting are done pretty much auto.
ripken204 Posted January 8, 2005 Author Posted January 8, 2005 but the main thing i want to know is what all of the letters mean after the //and how could i double post if im talking about 2 different programs, and y do u keep trying to report me
Kelsenellenelvian Posted January 8, 2005 Posted January 8, 2005 Those are the switch commands that tell the program to install silently.
Astalavista Posted January 8, 2005 Posted January 8, 2005 ripken204"WE" already know that u never bother to back read. If u bothered to readthe WPI thread u would see that i made a FAQ on what u are asking.
Astalavista Posted January 8, 2005 Posted January 8, 2005 U can't find it or u refuse to learn how to use the Search feature.even your tutorial post at xplode was closed.
ripken204 Posted January 8, 2005 Author Posted January 8, 2005 i did use the search and i did look through this forum
r2k02 Posted January 8, 2005 Posted January 8, 2005 See this post and read the referenced material. Come back and post your questions after reading, especially the old WPI thread.
hasi001 Posted January 8, 2005 Posted January 8, 2005 For a quick refererence:var prog=[]; // Program Namevar desc=[]; // A descriptionvar cmd1=[]; // Command Line 1var cmd2=[]; // Command Line 2var cmd3=[]; // Command Line 3var cmd4=[]; // Command Line 2var cmd5=[]; // Command Line 3var cmd6=[]; // Command Line 2var regb=[]; // registry entry b=before 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 Checkednot selectablevar cat=[]; // category, a stringvar ordr=[]; // [number], install order // order by definition in config, if not set // same order position is possible. if 2 progs have the same // order position, they'll be sorted by namevar uid=[]; // unique identifier, used for dependency checking var deps=[]; // dependency, fill in uids of progs, this one is dependent of // if a dependent program is selected, its 'parent' gets selected too // if 'parent' is deselected, program is also deselectedvar excl=[]; // exclusions, fill in uids of progs, that will be // disabled, if this prog is selected.var cond=[]; // Javascript conditional statement to check if this will be installed.additional/other information can be found in this forum and on the WPI homepage
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