MSFN Forum: Run WPI on network - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Run WPI on network old config.js does not work any longer (used fix connection like Z:� Rate Topic: -----

#1 User is offline   wonz 

  • Group: Members
  • Posts: 4
  • Joined: 02-May 06

Posted 31 May 2006 - 04:55 AM

Hi there
the 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++;


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy