Skip to content

Commit 4dba9cf

Browse files
committed
Suppressed installer build warnings
1 parent 259dd4a commit 4dba9cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

installer/build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ IF NOT "%PLATFORM%"=="x64" IF NOT "%PLATFORM%"=="x86" (
3030
echo Compiling msisetup_peruser.wxs with candle for %PLATFORM%...
3131
candle -nologo "%SOURCE_DIR%\msisetup_peruser.wxs" -out "%SOURCE_DIR%\peruser.wixobj" -ext WixUIExtension -dPlatform=%PLATFORM% -dVersion=%VERSION%
3232
echo Linking peruser.wixobj into padxml-%VERSION%-%PLATFORM%.msi with light...
33-
light -nologo "%SOURCE_DIR%\peruser.wixobj" -out "%SOURCE_DIR%\padxml-%VERSION%-%PLATFORM%.msi" -ext WixUIExtension
33+
light -nologo -sice:ICE61 -sice:ICE91 "%SOURCE_DIR%\peruser.wixobj" -out "%SOURCE_DIR%\padxml-%VERSION%-%PLATFORM%.msi" -ext WixUIExtension
3434
echo File created: padxml-%VERSION%-%PLATFORM%.msi
3535
echo.
3636

3737
:: --- Build permachine ---
3838
echo Compiling msisetup_permachine.wxs with candle for %PLATFORM%...
3939
candle -nologo "%SOURCE_DIR%\msisetup_permachine.wxs" -out "%SOURCE_DIR%\permachine.wixobj" -ext WixUIExtension -dPlatform=%PLATFORM% -dVersion=%VERSION%
4040
echo Linking permachine.wixobj into padxml-%VERSION%-%PLATFORM%-allusers.msi with light...
41-
light -nologo "%SOURCE_DIR%\permachine.wixobj" -out "%SOURCE_DIR%\padxml-%VERSION%-%PLATFORM%-allusers.msi" -ext WixUIExtension
41+
light -nologo -sice:ICE61 "%SOURCE_DIR%\permachine.wixobj" -out "%SOURCE_DIR%\padxml-%VERSION%-%PLATFORM%-allusers.msi" -ext WixUIExtension
4242
echo File created: padxml-%VERSION%-%PLATFORM%-allusers.msi
4343
echo.
4444

0 commit comments

Comments
 (0)