diff options
author | Bruce Cran <bruce@cran.org.uk> | 2013-04-15 14:39:58 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-04-15 14:39:58 +0200 |
commit | 9f873e2e652a1450bd54ff48059ab993398e35a6 (patch) | |
tree | a000c2dba53ba7b58127153974a989316189a072 /os/windows/dobuild.cmd | |
parent | 4e0a8fa2593006505b7f4e18931a201d221b49e9 (diff) | |
download | fio-9f873e2e652a1450bd54ff48059ab993398e35a6.tar.gz fio-9f873e2e652a1450bd54ff48059ab993398e35a6.tar.bz2 |
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 <axboe@kernel.dk>
Diffstat (limited to 'os/windows/dobuild.cmd')
-rw-r--r-- | os/windows/dobuild.cmd | 2 |
1 files changed, 1 insertions, 1 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 |