aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-windows/innosetupDependencies/test.iss
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata-windows/innosetupDependencies/test.iss')
-rw-r--r--tests/auto/blackbox/testdata-windows/innosetupDependencies/test.iss8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata-windows/innosetupDependencies/test.iss b/tests/auto/blackbox/testdata-windows/innosetupDependencies/test.iss
new file mode 100644
index 000000000..430f9941b
--- /dev/null
+++ b/tests/auto/blackbox/testdata-windows/innosetupDependencies/test.iss
@@ -0,0 +1,8 @@
+[Setup]
+AppName={#MyProgram}
+AppVersion={#MyProgramVersion}
+DefaultDirName={pf}\{#MyProgram}
+
+[Files]
+Source: "{#buildDirectory}\app.exe"; DestDir: "{app}"
+Source: "{#buildDirectory}\lib.dll"; DestDir: "{app}"