Search code examples
iis-7installshieldcommand-promptappcmd

How can I pass directory identifier to an action in Install Shield


I tried to add an directory identifier direcly to an command prompt action:

Pass directory identifier

My Setup runs into an Error using this command prompt.


Solution

  • Got it:

    /physicalPaath:"[INSTALLDIR]\"
    

    It is important to use the backslash at the end.