summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-04-11 12:59:30 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-04-11 12:59:30 +0200
commite0cd5413b68a6e0bdeadc2271ca78617493f879c (patch)
tree194fa8425b1dc75aba492a658bab452a3eebb466
parent7a934f8141b38faa2c257f8646b13b76cc239f22 (diff)
improve test installer creation
-rw-r--r--examples/testapp/config/config.xml2
-rw-r--r--installerbuilder/create-test-installer.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/testapp/config/config.xml b/examples/testapp/config/config.xml
index e66c57a84..33264d385 100644
--- a/examples/testapp/config/config.xml
+++ b/examples/testapp/config/config.xml
@@ -27,5 +27,5 @@
</PublicKey>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
- <TargetDir>@homeDir@/testinstall</TargetDir>
+ <TargetDir>@rootDir@/testinstall</TargetDir>
</Installer>
diff --git a/installerbuilder/create-test-installer.bat b/installerbuilder/create-test-installer.bat
index 274b30145..3367b4e4d 100644
--- a/installerbuilder/create-test-installer.bat
+++ b/installerbuilder/create-test-installer.bat
@@ -1 +1 @@
-bin\binarycreator -t bin\installerbase.exe -v -p ..\examples\testapp\packages -c ..\examples\testapp\config --offline-only test-installer.exe com.nokia.testapp
+bin\binarycreator -t bin\installerbase.exe -v -p ..\examples\testapp\packages -c ..\examples\testapp\config --offline-only bin\test-installer.exe com.nokia.testapp