![]() |
Parameter String in InstallShield
Hallo,
ich muss im Setup einem Tool einen Parameter übergeben.
Code:
Leider kommt so nur C:\Programme\abc als Parameter an.
LaunchAppAndWait(szSetupDir ^ "tool.exe", szInstallDir ^ "abc software.exe", LAAW_OPTION_WAIT);
Code:
Dann kommt \C:\Programme\abc software.exe\ an. Gibt es da eine Lösung?
LaunchAppAndWait(szSetupDir ^ "tool.exe", "\"" ^ szInstallDir ^ "abc software.exe" ^ "\"", LAAW_OPTION_WAIT);
Danke und beste Grüße |
AW: Parameter String in InstallShield
Lösung:
szParam = szInstallDir ^ "abc software.exe" LongPathToQuote(szParam, TRUE); LaunchAppAndWait(szSetupDir ^ "tool.exe", szParam, LAAW_OPTION_WAIT); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:10 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz