From aa1db89bd3d6957a2c6728d6edcfbeb989bf2597 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Nov 2016 13:29:26 -0400 Subject: [PATCH] include gam-setup.bat in MSI and zip. Call it from MSI at end of install. --- src/gam-setup.bat | 5 +++-- src/gam.wxs | 11 ++++++++++- src/windows-build.bat | 4 ++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/gam-setup.bat b/src/gam-setup.bat index 9a52f300..52f220dc 100644 --- a/src/gam-setup.bat +++ b/src/gam-setup.bat @@ -68,5 +68,6 @@ @goto saauth :sadone -echo GAM installation and setup complete! -:alldone \ No newline at end of file +@echo GAM installation and setup complete! +:alldone +@pause \ No newline at end of file diff --git a/src/gam.wxs b/src/gam.wxs index 029534a6..2d59670e 100644 --- a/src/gam.wxs +++ b/src/gam.wxs @@ -52,6 +52,12 @@ + + + + + + @@ -59,7 +65,10 @@ - + + + NOT Installed + diff --git a/src/windows-build.bat b/src/windows-build.bat index b33e8f07..1971485c 100644 --- a/src/windows-build.bat +++ b/src/windows-build.bat @@ -11,12 +11,16 @@ del /q /f gam.wixpdb c:\python27-32\scripts\pyinstaller --clean -F --distpath=gam windows-gam.spec xcopy LICENSE gam\ xcopy whatsnew.txt gam\ +xcopy gam-setup.bat gam\ +xcopy gamcommands.txt gam\ del gam\w9xpopen.exe "%ProgramFiles%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn c:\python27-64\scripts\pyinstaller --clean -F --distpath=gam-64 windows-gam.spec xcopy LICENSE gam-64\ xcopy whatsnew.txt gam-64\ +xcopy gam-setup.bat gam-64\ +xcopy gamcommands.txt gam-64\ "%ProgramFiles%\7-Zip\7z.exe" a -tzip gam-%1-windows-x64.zip gam-64\ -xr!.svn set GAMVERSION=%1