Jump to content

wonz

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

About wonz

wonz's Achievements

0

Reputation

  1. 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++;
  2. This tool is unbelievable. That takes me away my work ;-)) Wonderful work. Thanks mate.
  3. Thanks mate that was it. Thought I would not need it . But of course the programmers do these little things with something in mind. Sorry for bothering you.
  4. Hi all I'm pretty new to WPI and using light version 1.2. Most programs run just fine thanks to all your tips in the forum. However, I have two error messages popping up. One saying "a script is slowing down Internet Explorer. Do you want to stop running the script? Yes, No" The other one is the known popup from XP SP2 "Run" the application. But why does it come only for about 5% of all apps? Is there a key to turn this off or make it silent? Thanks for any clue to the two problems. Congratulations to the programmers - cool tool!!! Wonz
×
×
  • Create New...