diff --git a/.gitignore b/.gitignore index e0b8c6e..632225d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,17 @@ .idea/ -Builds/ +Builds/any/ +Builds/arm*/ +Builds/x*/ Trash/ bin/ obj/ +NibblePoker.Packaging.ListComPort/Trash/ +NibblePoker.Packaging.ListComPort/*.msi +NibblePoker.Packaging.ListComPort/*.wixobj +NibblePoker.Packaging.ListComPort/*.wixpdb + *.exe *.pbd *.so diff --git a/NibblePoker.Packaging.ListComPort/PlatformDependentVariables.wxi b/NibblePoker.Packaging.ListComPort/PlatformDependentVariables.wxi new file mode 100644 index 0000000..79c4d7f --- /dev/null +++ b/NibblePoker.Packaging.ListComPort/PlatformDependentVariables.wxi @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/NibblePoker.Packaging.ListComPort/WixUIBannerBmp.png b/NibblePoker.Packaging.ListComPort/WixUIBannerBmp.png new file mode 100644 index 0000000..53ca5e3 Binary files /dev/null and b/NibblePoker.Packaging.ListComPort/WixUIBannerBmp.png differ diff --git a/NibblePoker.Packaging.ListComPort/WixUIDialogBmp.png b/NibblePoker.Packaging.ListComPort/WixUIDialogBmp.png new file mode 100644 index 0000000..d2cd5c3 Binary files /dev/null and b/NibblePoker.Packaging.ListComPort/WixUIDialogBmp.png differ diff --git a/NibblePoker.Packaging.ListComPort/WixUIDialogBmp_thin.png b/NibblePoker.Packaging.ListComPort/WixUIDialogBmp_thin.png new file mode 100644 index 0000000..66e52ad Binary files /dev/null and b/NibblePoker.Packaging.ListComPort/WixUIDialogBmp_thin.png differ diff --git a/NibblePoker.Packaging.ListComPort/WixUIExclamationIco.png b/NibblePoker.Packaging.ListComPort/WixUIExclamationIco.png new file mode 100644 index 0000000..f364abc Binary files /dev/null and b/NibblePoker.Packaging.ListComPort/WixUIExclamationIco.png differ diff --git a/NibblePoker.Packaging.ListComPort/WixUIInfoIco.png b/NibblePoker.Packaging.ListComPort/WixUIInfoIco.png new file mode 100644 index 0000000..b9c1391 Binary files /dev/null and b/NibblePoker.Packaging.ListComPort/WixUIInfoIco.png differ diff --git a/NibblePoker.Packaging.ListComPort/WixUINewIco.png b/NibblePoker.Packaging.ListComPort/WixUINewIco.png new file mode 100644 index 0000000..be83ed3 Binary files /dev/null and b/NibblePoker.Packaging.ListComPort/WixUINewIco.png differ diff --git a/NibblePoker.Packaging.ListComPort/WixUIUpIco.png b/NibblePoker.Packaging.ListComPort/WixUIUpIco.png new file mode 100644 index 0000000..2f587f4 Binary files /dev/null and b/NibblePoker.Packaging.ListComPort/WixUIUpIco.png differ diff --git a/NibblePoker.Packaging.ListComPort/make.bat b/NibblePoker.Packaging.ListComPort/make.bat new file mode 100644 index 0000000..7d3be93 --- /dev/null +++ b/NibblePoker.Packaging.ListComPort/make.bat @@ -0,0 +1,9 @@ +@echo off + +echo Executing "candle.exe"... +"C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" -nologo "D:\DevelopmentNew\DotNet\ComPortWatcher\NibblePoker.Packaging.ListComPort\untitled.wxs" -out "D:\DevelopmentNew\DotNet\ComPortWatcher\NibblePoker.Packaging.ListComPort\untitled.wixobj" -ext WixUIExtension + +echo Executing "light.exe"... +"C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" "untitled.wixobj" -out "untitled.msi" -ext WixUIExtension -cultures:en-us + +pause diff --git a/NibblePoker.Packaging.ListComPort/untitled.wxs b/NibblePoker.Packaging.ListComPort/untitled.wxs new file mode 100644 index 0000000..fc22e56 --- /dev/null +++ b/NibblePoker.Packaging.ListComPort/untitled.wxs @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + 1 + + 1 + 1 + 1 + 1 + + + + + + \ No newline at end of file