From c53af371491feac84203842c8767f5dad9f3253e Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 31 Aug 2011 04:53:48 +0300 Subject: [win] Updated installation scripts --- installer/win/MapsWithMe.wxs | 66 ++++++++++++++++++++++++++++++++++---------- installer/win/makeSetup.bat | 4 +-- 2 files changed, 54 insertions(+), 16 deletions(-) (limited to 'installer') diff --git a/installer/win/MapsWithMe.wxs b/installer/win/MapsWithMe.wxs index d772070a62..b44b3b8b7f 100644 --- a/installer/win/MapsWithMe.wxs +++ b/installer/win/MapsWithMe.wxs @@ -1,28 +1,65 @@ - + + + + + + + + + + + = 501)]]> + + - - - + + + + + + + + + + + + + + - - + + @@ -110,9 +147,9 @@ - + - + @@ -143,15 +180,16 @@ + - + - + diff --git a/installer/win/makeSetup.bat b/installer/win/makeSetup.bat index 3e7bd311a6..41d5868f72 100644 --- a/installer/win/makeSetup.bat +++ b/installer/win/makeSetup.bat @@ -11,10 +11,10 @@ if NOT ERRORLEVEL 0 echo "Generator returned error %ERRORLEVEL%" set PATH="C:\Program Files (x86)\Windows Installer XML v3.5\bin";%PATH% -candle MapsWithMe.wxs +candle -ext WiXUtilExtension MapsWithMe.wxs if NOT ERRORLEVEL 0 echo "candle returned error %ERRORLEVEL%" -light MapsWithMe.wixobj +light -ext WiXUtilExtension MapsWithMe.wixobj if NOT ERRORLEVEL 0 echo "light returned error %ERRORLEVEL%" -- cgit v1.2.3