Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
192c15e0
Commit
192c15e0
authored
Jun 05, 2018
by
eric pellegrini
Browse files
Bug fix wth nsis installer
parent
cbe1288d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
BuildServer/Windows/Windows_resources/nsis/CHANGELOG.txt
deleted
100755 → 0
View file @
cbe1288d
This is the MDANSE changes log file.
BuildServer/Windows/Windows_resources/nsis/LICENSE.txt
deleted
100755 → 0
View file @
cbe1288d
This diff is collapsed.
Click to expand it.
BuildServer/Windows/Windows_resources/nsis/MDANSE_installer.nsi
View file @
192c15e0
...
@@ -60,7 +60,7 @@ and time correlation functions."
...
@@ -60,7 +60,7 @@ and time correlation functions."
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_WELCOME
; Insert a "License" page in the installer
; Insert a "License" page in the installer
!insertmacro MUI_PAGE_LICENSE "LICENSE
.txt
"
!insertmacro MUI_PAGE_LICENSE "
${TARGET_DIR}\
LICENSE"
; Insert a page to browse for the installation directory
; Insert a page to browse for the installation directory
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_DIRECTORY
...
@@ -75,7 +75,7 @@ and time correlation functions."
...
@@ -75,7 +75,7 @@ and time correlation functions."
; Insert in the finish page the possibility to view the changelog
; Insert in the finish page the possibility to view the changelog
!define MUI_FINISHPAGE_SHOWREADME_TEXT "View Changelog"
!define MUI_FINISHPAGE_SHOWREADME_TEXT "View Changelog"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\CHANGELOG
.txt
"
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\CHANGELOG"
; Actually insert the finish page to the installer
; Actually insert the finish page to the installer
!insertmacro MUI_PAGE_FINISH
!insertmacro MUI_PAGE_FINISH
...
@@ -100,8 +100,8 @@ Section "MDANSE ${VERSION}" SEC01
...
@@ -100,8 +100,8 @@ Section "MDANSE ${VERSION}" SEC01
SetOutPath "$INSTDIR"
SetOutPath "$INSTDIR"
SetOverwrite on
SetOverwrite on
File /r /x *.pyc /x *.pyo /x *.log /x *.egg-info "${TARGET_DIR}\*"
File /r /x *.pyc /x *.pyo /x *.log /x *.egg-info "${TARGET_DIR}\*"
File "CHANGELOG
.txt
"
File "
${TARGET_DIR}\
CHANGELOG"
File "LICENSE
.txt
"
File "
${TARGET_DIR}\
LICENSE"
File "MDANSE_launcher.bat"
File "MDANSE_launcher.bat"
File "MDANSE_command_shell.bat"
File "MDANSE_command_shell.bat"
CreateDirectory "${ICONS_DIR}"
CreateDirectory "${ICONS_DIR}"
...
@@ -145,7 +145,7 @@ Section uninstall
...
@@ -145,7 +145,7 @@ Section uninstall
SetShellVarContext all
SetShellVarContext all
Delete "$INSTDIR\MDANSE.url"
Delete "$INSTDIR\MDANSE.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\CHANGELOG
.txt
"
Delete "$INSTDIR\CHANGELOG"
Delete "$INSTDIR\MDANSE_launcher.bat"
Delete "$INSTDIR\MDANSE_launcher.bat"
Delete "$INSTDIR\MDANSE_command_shell.bat"
Delete "$INSTDIR\MDANSE_command_shell.bat"
Delete "$INSTDIR\python27.dll"
Delete "$INSTDIR\python27.dll"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment