Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
a0e04ed6
Commit
a0e04ed6
authored
Apr 20, 2011
by
Olivier Langella
Browse files
git-svn-id:
https://subversion.renater.fr/masschroq/trunk@2083
e4b6dbb4-9209-464b-83f7-6257456c460c
parent
1c800f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
masschroq/LICENCE
View file @
a0e04ed6
MassChroQ: Mass Chromatogram Quantification software.
Copyright (C) 2010-2011 Olivier Langella, Edlira Nano,
Benoit Valot,
Michel Zivy.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
MassChroQ: Mass Chromatogram Quantification software.
Copyright (C) 2010-2011
Benoit Valot,
Olivier Langella, Edlira Nano, Michel Zivy.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
masschroq/win32/masschroq_setup2.iss
View file @
a0e04ed6
...
...
@@ -23,18 +23,19 @@ DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
LicenseFile=C:\developpement\masschroq\LICENCE
OutputDir=C:\
Documents and Settings\INRA\Bureau
OutputBaseFilename=masschroq_setup
2
OutputDir=C:\
developpement\masschroq\win32
OutputBaseFilename=masschroq_setup
ChangesAssociations=yes
ChangesEnvironment=true
Compression=lzma
SolidCompression=yes
[Registry]
Root: HKCR; Subkey: ".masschroqML"; ValueType: string; ValueName: ""; ValueData: "masschroqMLFile "; Flags: uninsdeletevalue
Root: HKCR; Subkey: "masschroqMLFile"; ValueType: string; ValueName: ""; ValueData: "masschroqML File"; Flags: uninsdeletekey
Root: HKCR; Subkey: "masschroqMLFile\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\masschroq.exe,0"
Root: HKCR; Subkey: "masschroqMLFile\shell\open\command /k"; ValueType: string; ValueName: ""; ValueData: ""{app}\{#MyAppExeName}"
"%1""
Root: HKCR; Subkey: "masschroqMLFile\shell\open\command /k"; ValueType: string; ValueName: ""; ValueData: ""
"
{app}\{#MyAppExeName}"
" "
"%1""
"
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
...
...
@@ -70,7 +71,7 @@ Source: "C:\developpement\masschroq\win32\src\Release\QtNetwork4.dll"; DestDir:
Source: "C:\developpement\masschroq\win32\src\Release\QtXml4.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\developpement\masschroq\win32\src\Release\QtXmlPatterns4.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\developpement\masschroq\doc\schema\masschroq.xsd"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\developpement\masschroq\doc\logo\masschroq.
png
"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\developpement\masschroq\doc\logo\masschroq.
ico
"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
...
...
@@ -91,4 +92,4 @@ begin
setArrayLength(Result, 1)
Result[0] := ExpandConstant('{app}');
end;
#include "
./
modpath.iss"
#include "modpath.iss"
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