Index: src/Deltares.DSoilModel.Setup/Product.wxs =================================================================== diff -u -r488 -r541 --- src/Deltares.DSoilModel.Setup/Product.wxs (.../Product.wxs) (revision 488) +++ src/Deltares.DSoilModel.Setup/Product.wxs (.../Product.wxs) (revision 541) @@ -21,6 +21,7 @@ + @@ -33,6 +34,8 @@ + + @@ -67,6 +70,15 @@ + + + + + + + + + Index: src/Deltares.DSoilModel.Setup/WtiSos.wxs =================================================================== diff -u --- src/Deltares.DSoilModel.Setup/WtiSos.wxs (revision 0) +++ src/Deltares.DSoilModel.Setup/WtiSos.wxs (revision 541) @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: src/Deltares.DSoilModel.Setup/Tutorials.wxs =================================================================== diff -u --- src/Deltares.DSoilModel.Setup/Tutorials.wxs (revision 0) +++ src/Deltares.DSoilModel.Setup/Tutorials.wxs (revision 541) @@ -0,0 +1,551 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj =================================================================== diff -u -r405 -r541 --- src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj (.../Deltares.DSoilModel.Forms.csproj) (revision 405) +++ src/Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj (.../Deltares.DSoilModel.Forms.csproj) (revision 541) @@ -367,9 +367,7 @@ - - PreserveNewest - + Index: src/Deltares.DSoilModel.Setup/BinFolder.wxs =================================================================== diff -u -r301 -r541 --- src/Deltares.DSoilModel.Setup/BinFolder.wxs (.../BinFolder.wxs) (revision 301) +++ src/Deltares.DSoilModel.Setup/BinFolder.wxs (.../BinFolder.wxs) (revision 541) @@ -2,190 +2,190 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Index: src/Deltares.DSoilModel.Setup/BuildWixProject.bat =================================================================== diff -u -r26 -r541 --- src/Deltares.DSoilModel.Setup/BuildWixProject.bat (.../BuildWixProject.bat) (revision 26) +++ src/Deltares.DSoilModel.Setup/BuildWixProject.bat (.../BuildWixProject.bat) (revision 541) @@ -13,7 +13,7 @@ echo/ echo cleaning and building project... -rd /s /q ..\bin\Release +rd /S /Q ..\bin\Release %build% ..\DSoilModel.sln /p:Configuration=Release;Platform=x86 >BuildWixProject.log @@ -53,6 +53,8 @@ echo/ echo harvesting project to create BinFolder.wxs, please commit this file if there are significant changes in the fileset ! %harvest% dir ..\bin\release -cg ProductComponents -dr INSTALLFOLDER -var var.BinFolder -gg -sfrag -sreg -srd -o BinFolder.wxs >>BuildWixProject.log +%harvest% dir ..\..\data\Tutorials -dr TUTORIALSFOLDER -cg Tutorials -var var.TutorialsFolder -gg -sfrag -srd -o Tutorials.wxs >>BuildWixProject.log +%harvest% dir ..\..\data\WTISOS2017 -dr WTISOSFOLDER -cg WtiSos -var var.WtiSosFolder -gg -sfrag -srd -o WtiSos.wxs >>BuildWixProject.log echo/ echo building setup... Index: src/Deltares.DSoilModel.Setup/Deltares.DSoilModel.Setup.wixproj =================================================================== diff -u -r485 -r541 --- src/Deltares.DSoilModel.Setup/Deltares.DSoilModel.Setup.wixproj (.../Deltares.DSoilModel.Setup.wixproj) (revision 485) +++ src/Deltares.DSoilModel.Setup/Deltares.DSoilModel.Setup.wixproj (.../Deltares.DSoilModel.Setup.wixproj) (revision 541) @@ -19,12 +19,12 @@ bin\ obj\$(Configuration)\ - Debug;BinFolder=..\..\bin\debug + Debug; bin\ obj\$(Configuration)\ - BinFolder=..\bin\release + BinFolder=..\bin\release; TutorialsFolder=..\..\data\Tutorials; WtiSosFolder=..\..\data\WTISOS2017 ICE61 @@ -52,8 +52,14 @@ + + + + $(WixExtDir)\WixUtilExtension.dll + WixUtilExtension + $(WixExtDir)\WixUIExtension.dll WixUIExtension @@ -100,4 +106,4 @@ --> - + \ No newline at end of file