Version 4.0.4-d1

The latest DeployMaster got fussy about registry keys and whether
it's installing for the computer or a single user.  Seemed to work
okay on my system.
This commit is contained in:
Andy McFadden 2020-03-26 11:09:20 -07:00
parent 8d5e07e683
commit e625ab5f3a
2 changed files with 46 additions and 7 deletions

View File

@ -1,18 +1,26 @@
DeployMaster Installation Script DeployMaster Installation Script
17 630
faddenSoft faddenSoft
http://www.faddensoft.com/ http://www.faddensoft.com/
CiderPress CiderPress
http://a2ciderpress.com/ http://a2ciderpress.com/
4.0.3 4.0.4d1
43081 TRUE
43916
C:\DATA\faddenSoft\fs.ico C:\DATA\faddenSoft\fs.ico
Copyright © 2017 CiderPress project authors. All rights reserved. Copyright © 2020 CiderPress project authors. All rights reserved.
C:\Src\CiderPress\DIST\ReadMe.txt C:\Src\CiderPress\DIST\ReadMe.txt
C:\Src\CiderPress\DIST\License.txt C:\Src\CiderPress\DIST\License.txt
FALSE FALSE
FALSE
%PROGRAMFILES%\faddenSoft\CiderPress
%COMMONFILES%\faddenSoft\
%PROGRAMSMENU%\CiderPress
TRUE
TRUE
%PROGRAMFILES%\faddenSoft\CiderPress %PROGRAMFILES%\faddenSoft\CiderPress
%COMMONFILES%\faddenSoft\ %COMMONFILES%\faddenSoft\
%PROGRAMSMENU%\CiderPress %PROGRAMSMENU%\CiderPress
@ -31,9 +39,19 @@ TRUE
TRUE TRUE
TRUE TRUE
TRUE TRUE
1507
9999
TRUE TRUE
1 1
You are attempting to run the installer for %APP% %VERSION%. This installer supports the following versions of Windows: %INSTALLER%. You are running %USER%. Please check the developer's website to see whether there is a separate installer for %APP% that you can use on %USER%. You are attempting to run the installer for %APP% %VERSION%. This installer supports the following versions of Windows: %INSTALLER%. You are running %USER%. Please check the developer's website to see whether there is a separate installer for %APP% that you can use on %USER%.
FALSE
FALSE
FALSE
FALSE
3
The installer for %APP% %VERSION% needs to be able to write to folders that look like they are being protected by Controlled Folder Access in Windows Defender.
You will need to add %FILE% to the list of apps allowed through Controlled Folder Access in Windows Defender. Do this before you click Yes to continue with the installation. Otherwise the installer will not be able to properly install %APP% %VERSION%.
TRUE TRUE
TRUE TRUE
1 1
@ -283,6 +301,14 @@ FALSE
TRUE TRUE
CiderPress CiderPress
+ +
HKEY_AUTO
0
FALSE
+
Software
0
FALSE
-
HKEY_CLASSES_ROOT HKEY_CLASSES_ROOT
0 0
FALSE FALSE
@ -322,6 +348,14 @@ TRUE
- -
- -
- -
HKEY_USERS
0
FALSE
+
Software
0
FALSE
-
- -
0 0
FALSE FALSE
@ -353,11 +387,16 @@ FALSE
0 0
FALSE FALSE
36725 36725
FALSE
43446
FALSE
365
0
0 0
4095 4095
Setup403.exe Setup404d1.exe
FALSE FALSE

View File

@ -14,8 +14,8 @@
/* CiderPress version numbers */ /* CiderPress version numbers */
#define kAppMajorVersion 4 #define kAppMajorVersion 4
#define kAppMinorVersion 0 #define kAppMinorVersion 0
#define kAppBugVersion 3 #define kAppBugVersion 4
#define kAppDevString L"" #define kAppDevString L"d1"
/* /*
* Windows application object. * Windows application object.