Jump to content

spanni

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by spanni

  1. Hmmm, that didn't work, I have the same behavior as before.

    I have a Programm, called "freepdfXP". This needs ghostscript.

    so, in the config-file, there is a Entry deps[pn]=['ghostscript']; at the FreepdfXP-Entry.

    Know, I have to select ghostscript before I can select FreepdfXP, otherwise, freepdfXP is greyed out.

    But in my opinion it makes more sense: When selecting FreepdfXP, Ghostscript is also selected.

    Regards

    Daniel

  2. Hello,

    if have a application ABC which needs DirectX. When I set "ABC depends at DirectX" then ABC can only be selected if DirectX was selected first.

    Thats ok for me, but not for users, which don't know that they have to select DirectX first.

    I think the better way is to select DirectX automaticly if I choose to install ABC.

    Can I configure WPI in that way? If not, I think this could be a Feature-request.

    Regards

    Daniel

  3. cmds[pn]=['FILECOPY "%wpipath%\\soft\\SAP\\saplogon.ini" "%SystemRoot%\\"'];

    Think it needs to end with double \\

    Sorry, my fault. I had double-Backslashes, wrote it wrong in my last post.

    Not sure on the quotes, if it don't work try this. He could have meant to include both paths in a single pair of quotes like so.

    cmds[pn]=['FILECOPY %wpipath%\\soft\\SAP\\saplogon.ini %SystemRoot%\\'];

    This failes also.

    I think I will make a batch-file which does the copy for me.

    Regards

    Daniel

  4. I have the same Problem under Windows Vista. I install the SAP SAPGui unattended. After that, a ini-File has to be copied to %SystemRoot%.

    the Lines in the Config-File:

    prog[pn]=['Sapguiconfig'];
    uid[pn]=['SAPGUICONFIG'];
    desc[pn]=['Sapguiconfig'];
    dflt[pn]=['yes'];
    forc[pn]=['no'];
    bit64[pn]=['no'];
    cat[pn]=['Applications'];
    cmds[pn]=['"FILECOPY "%wpipath%\\soft\\SAP\\saplogon.ini" "%SystemRoot%"'];
    pn++;

    I also tried it with copy /y. On a Command-Shell the copy /Y works perfectly, but not in WPI.

    Any clues how I can copy that file?

    Regards

    Spanni

×
×
  • Create New...