From 4bcdf251b8be5cdcbe1602429aefb4079074c5e3 Mon Sep 17 00:00:00 2001 From: Herwin Date: Tue, 25 Oct 2022 22:10:13 +0200 Subject: [PATCH] Added preliminary config files for Wix and MSI installers Update .gitignore, PlatformDependentVariables.wxi, and 9 more files... --- .gitignore | 9 +- .../PlatformDependentVariables.wxi | 19 ++++ .../WixUIBannerBmp.png | Bin 0 -> 126 bytes .../WixUIDialogBmp.png | Bin 0 -> 181 bytes .../WixUIDialogBmp_thin.png | Bin 0 -> 274 bytes .../WixUIExclamationIco.png | Bin 0 -> 93 bytes .../WixUIInfoIco.png | Bin 0 -> 93 bytes .../WixUINewIco.png | Bin 0 -> 90 bytes .../WixUIUpIco.png | Bin 0 -> 90 bytes NibblePoker.Packaging.ListComPort/make.bat | 9 ++ .../untitled.wxs | 94 ++++++++++++++++++ 11 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 NibblePoker.Packaging.ListComPort/PlatformDependentVariables.wxi create mode 100644 NibblePoker.Packaging.ListComPort/WixUIBannerBmp.png create mode 100644 NibblePoker.Packaging.ListComPort/WixUIDialogBmp.png create mode 100644 NibblePoker.Packaging.ListComPort/WixUIDialogBmp_thin.png create mode 100644 NibblePoker.Packaging.ListComPort/WixUIExclamationIco.png create mode 100644 NibblePoker.Packaging.ListComPort/WixUIInfoIco.png create mode 100644 NibblePoker.Packaging.ListComPort/WixUINewIco.png create mode 100644 NibblePoker.Packaging.ListComPort/WixUIUpIco.png create mode 100644 NibblePoker.Packaging.ListComPort/make.bat create mode 100644 NibblePoker.Packaging.ListComPort/untitled.wxs 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 0000000000000000000000000000000000000000..53ca5e365af651f9894bb62b39fbd1c6d70275d8 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0y~yV0;T?TQM>N$>nB~X9Fp=0G|-oEkX4jWwnH4u_%lqiVg);w-*mhg=JucpQu<*|Q b$3Iw?82nfo@?gFOP&!06}r#QszHDUvIw}u5i3i=6GSviBHUyeUB~r z9v3O}f~XyJVDXs!5YBXFpqRzF`yjP4*WZIUeXq+woa0}uft)(Vy^1q<FVdQ&MBb@0Qsm#UjP6A literal 0 HcmV?d00001 diff --git a/NibblePoker.Packaging.ListComPort/WixUIDialogBmp_thin.png b/NibblePoker.Packaging.ListComPort/WixUIDialogBmp_thin.png new file mode 100644 index 0000000000000000000000000000000000000000..66e52ad46f993a5d52f76c4716394be67fcf0280 GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0y~yV0;V27EH`Q5pGTAFF=Yjz$e5NNGIoST6^UGC%uEd zKn`O`kY6x^!?PP{K+bkg7srr_xVJYK@-iq0Fdxu6ImxH67V_Krb+Oy85}Sb4q9e0Hx|@^#A|> literal 0 HcmV?d00001 diff --git a/NibblePoker.Packaging.ListComPort/WixUIExclamationIco.png b/NibblePoker.Packaging.ListComPort/WixUIExclamationIco.png new file mode 100644 index 0000000000000000000000000000000000000000..f364abc90ba84b18fbdf00b7c161c633ab4494e2 GIT binary patch literal 93 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;*aCb)T#anpD|_ai$#>)iiU@hS pIEGZjCI8@WIU?YqwPaf*!`r>~2XDBnd l$B>G+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + 1 + + 1 + 1 + 1 + 1 + + + + + + \ No newline at end of file