Bladeren bron

During MDaemon tutorial documentation, found a file handling error that mis-handled one of the files during install/un-install/install.

Minor change in code corrected the issue.  
Tested: YES. Full retest not necessary. 
Recommend immediate repost of build to GOLD.

git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-WIN/trunk@9 ca630060-9ba5-4a53-a91e-8214b6452a9a
master
themeche 15 jaren geleden
bovenliggende
commit
e7f797d77f
3 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. 2
    3
      build/MessageSnifferRestorer2_1.nsi
  2. BIN
      build/Restorer.exe
  3. BIN
      build/SNF_CS_Installer.exe

+ 2
- 3
build/MessageSnifferRestorer2_1.nsi Bestand weergeven

@@ -4872,7 +4872,8 @@ Section "MessageSniffer (required)"
#File /a "SNFClient.exe"
${Install_with_RollbackControl} "SNFClient_readme.txt" "" ""
#File /a "SNFClient_readme.txt"
${Install_with_RollbackControl} "mingwm10.dll" "" ""
#File /a "mingwm10.dll"
## These files do NOT need to be installed if the MDaemon install is being utilized.
StrCmp $isMDaemonInstalled 0 0 SkipForMDaemon1
@@ -4880,8 +4881,6 @@ SetOutPath "$INSTDIR"
${Install_with_RollbackControl} "exchndl.dll" "" ""
#File /a "exchndl.dll"
${Install_with_RollbackControl} "mingwm10.dll" "" ""
#File /a "mingwm10.dll"
${Install_with_RollbackControl} "send_shutdown.cmd" "" ""
#File /a "send_shutdown.cmd"
${Install_with_RollbackControl} "snf_xci.xml" "" ""

BIN
build/Restorer.exe Bestand weergeven


BIN
build/SNF_CS_Installer.exe Bestand weergeven


Laden…
Annuleren
Opslaan