From 9f873e2e652a1450bd54ff48059ab993398e35a6 Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Mon, 15 Apr 2013 14:39:58 +0200 Subject: [PATCH] Update the examples filenames in the Windows installer. The examples now have a ".fio" suffix - update the Windows installer. Also, allow same version upgrades to avoid installing over the top of an existing installation. Signed-off-by: Jens Axboe --- os/windows/dobuild.cmd | 2 +- os/windows/examples.wxs | 60 ++++++++++++++++++++--------------------- os/windows/install.wxs | 3 ++- 3 files changed, 33 insertions(+), 32 deletions(-) diff --git a/os/windows/dobuild.cmd b/os/windows/dobuild.cmd index cbbe2cbc..166578ac 100644 --- a/os/windows/dobuild.cmd +++ b/os/windows/dobuild.cmd @@ -20,5 +20,5 @@ if not defined FIO_ARCH ( @if ERRORLEVEL 1 goto end "%WIX%bin\candle" -nologo -arch %FIO_ARCH% examples.wxs @if ERRORLEVEL 1 goto end -"%WIX%bin\light" -nologo install.wixobj examples.wixobj -ext WixUIExtension -out %FIO_VERSION%-%FIO_ARCH%.msi +"%WIX%bin\light" -nologo -sice:61 install.wixobj examples.wixobj -ext WixUIExtension -out %FIO_VERSION%-%FIO_ARCH%.msi :end \ No newline at end of file diff --git a/os/windows/examples.wxs b/os/windows/examples.wxs index 77173091..644799d8 100755 --- a/os/windows/examples.wxs +++ b/os/windows/examples.wxs @@ -3,73 +3,73 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 1494a646..378fed62 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -70,6 +70,7 @@ - + -- 2.25.1