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
3622d928
Commit
3622d928
authored
Jun 05, 2018
by
eric pellegrini
Browse files
Advances in debugging nsis installer
parent
3e14894d
Pipeline
#3872
passed with stages
in 14 minutes and 34 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
BuildServer/Windows/Windows_resources/nsis/MDANSE_installer.nsi
View file @
3622d928
...
...
@@ -73,9 +73,9 @@ and time correlation functions."
!define MUI_FINISHPAGE_RUN_TEXT "Start MDANSE ${VERSION}"
!define MUI_FINISHPAGE_RUN "$INSTDIR\MDANSE_launcher.bat"
; Insert in the finish page the possibility to view the changelog
!define MUI_FINISHPAGE_SHOWREADME_TEXT "View C
hangelog
"
!define MUI_FINISHPAGE_SHOWREADME_TEXT "View C
HANGELOG
"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\CHANGELOG"
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\CHANGELOG
.txt
"
; Actually insert the finish page to the installer
!insertmacro MUI_PAGE_FINISH
...
...
@@ -100,7 +100,7 @@ Section "MDANSE ${VERSION}" SEC01
SetOutPath "$INSTDIR"
SetOverwrite on
File /r /x *.pyc /x *.pyo /x *.log /x *.egg-info "${TARGET_DIR}\*"
File "CHANGELOG"
File "CHANGELOG
.txt
"
File "LICENSE"
File "MDANSE_launcher.bat"
File "MDANSE_command_shell.bat"
...
...
@@ -146,7 +146,7 @@ Section uninstall
Delete "$INSTDIR\MDANSE.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\LICENSE"
Delete "$INSTDIR\CHANGELOG"
Delete "$INSTDIR\CHANGELOG
.txt
"
Delete "$INSTDIR\MDANSE_launcher.bat"
Delete "$INSTDIR\MDANSE_command_shell.bat"
Delete "$INSTDIR\python27.dll"
...
...
BuildServer/Windows/deploy.bat
View file @
3622d928
...
...
@@ -10,8 +10,8 @@ cd "%MDANSE_SOURCE_DIR%\\BuildServer\\Windows"
rem copy LICENSE
copy
%MDANSE_SOURCE_DIR%
\\LICENSE
%MDANSE_SOURCE_DIR%
\\BuildServer\\Windows\\Windows_resources\\nsis\\
rem copy CHANGELOG
copy
%MDANSE_SOURCE_DIR%
\\CHANGELOG
%MDANSE_SOURCE_DIR%
\\BuildServer\\Windows\\Windows_resources\\nsis\\
rem copy CHANGELOG
to CHANGELOG.txt (compulsory to be opened by nsis through an external text editor)
copy
%MDANSE_SOURCE_DIR%
\\CHANGELOG
%MDANSE_SOURCE_DIR%
\\BuildServer\\Windows\\Windows_resources\\nsis\\
CHANGELOG.txt
rem Copy site.py
copy
%MDANSE_SOURCE_DIR%
\\BuildServer\\Windows\\Windows_resources\\site.py
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\Lib\\
...
...
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