wonz Posted May 31, 2006 Posted May 31, 2006 Hi therethe new version looks great and I love the new features. However, my old config.js file does not work any longer. As I'm trying to install from a network drive it might be that my connector to the server might be wrong in the new version. I would like to use UNC path. Will that be possible?Here parts of my (old) config.js (none of the applications install)//---------------------------------------------------------------------------------------------// Reference ... prog[0] won't be used. It's just an example.// Look in program.js to see explanation of these properties.//--------------------------------------------------------------------------------------------- // pn=0; // start value for prog numbering// prog[pn]=['ProgramName'];// ordr[pn]=[0];// desc[pn]=['Description'];// uid[pn]=['APP1'];// dflt[pn]=['no'];// cat[pn]=['Application Category'];// forc[pn]=['false'];// configs[pn]=['List of configs to be auto checked. Comma seperated'];// deps[pn]=[];// excl[pn]=[];// cond[pn]=['Javascript Conditional Statement'];//gcond[pn]=['Javascript Conditional Statement to gray item'];// regb[pn]=['Registry Key Path'];// cmd1[pn]=['CommandLine 1'];// cmd2[pn]=['CommandLine 2'];// cmd3[pn]=['CommandLine 3'];// cmd4[pn]=['CommandLine 4'];// cmd5[pn]=['CommandLine 5'];// cmd6[pn]=['CommandLine 6'];// rega[pn]=['Registry Key Path'];// picf[pn]=['Picture File'];// picw[pn]=['Width'];// pich[pn]=['Height'];// textl[pn]=['Text Location'];// pn++;//---------------------------------------------------------------------------------------------// Your programs here ...//---------------------------------------------------------------------------------------------pn=1;prog[pn]=['.Net Framework 2.0'];ordr[pn]=[345];desc[pn]=['Ist auf automatischer Installations CD bereits enthalten!'];uid[pn]=['NETFRAMEWORK20'];dflt[pn]=['yes'];cat[pn]=['System'];forc[pn]=['no'];configs[pn]=['default'];gcond[pn]=['FileExists(\'%programfiles%\')'];cmd1[pn]=['"Z:\\Software\\MS_Windows\\DotNet\\dotnetfx2.exe" /q:a /c:"install /l /q"'];pn++;prog[pn]=['7Zip'];ordr[pn]=[1];uid[pn]=['7ZIP'];dflt[pn]=['yes'];cat[pn]=['Utilities'];forc[pn]=['no'];configs[pn]=['default'];gcond[pn]=['FileExists(\'C:\\Program Files\\7-Zip\\7zFM.exe\')'];cmd1[pn]=['"Z:\\Software\\7zip\\7z432.exe" /S'];pn++;prog[pn]=['Acrobat 7.03 Standard EN'];ordr[pn]=[252];uid[pn]=['ACROBAT70STANDARD'];dflt[pn]=['yes'];cat[pn]=['Acrobat'];forc[pn]=['no'];configs[pn]=['default'];excl[pn]=['ACROBAT703Pro','ACROBAT703Pro','ADOBEREADER707','AcrobatPro70'];gcond[pn]=['FileExists(\'C:\\Program Files\\Adobe\\Acrobat 7.0\\Designer 7.0\\fonts\\AdobeMingStd-Light.otf\')'];cmd1[pn]=['"Z:\\Software\\Acrobat\\Acrobat_Full_Packet\\Acrobat_7.03_Standard_EN_Autoinstall\\setup.exe"'];pn++;
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