The R Project SVN R

Rev

Rev 59039 | Rev 86382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 68956
Line 1... Line 1...
1
#  File src/gnuwin32/installer/WiXins.R
1
#  File src/gnuwin32/installer/WiXins.R
2
#
2
#
3
#  Part of the R package, http://www.R-project.org
3
#  Part of the R package, https://www.R-project.org
4
#
4
#
5
#  This program is free software; you can redistribute it and/or modify
5
#  This program is free software; you can redistribute it and/or modify
6
#  it under the terms of the GNU General Public License as published by
6
#  it under the terms of the GNU General Public License as published by
7
#  the Free Software Foundation; either version 2 of the License, or
7
#  the Free Software Foundation; either version 2 of the License, or
8
#  (at your option) any later version.
8
#  (at your option) any later version.
Line 11... Line 11...
11
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
#  GNU General Public License for more details.
13
#  GNU General Public License for more details.
14
#
14
#
15
#  A copy of the GNU General Public License is available at
15
#  A copy of the GNU General Public License is available at
16
#  http://www.r-project.org/Licenses/
16
#  https://www.R-project.org/Licenses/
17
 
17
 
18
## Collection of notes about WiX usage
18
## Collection of notes about WiX usage
19
 
19
 
20
## for x64 add InstallerVersion="200" Platforms="x64"
20
## for x64 add InstallerVersion="200" Platforms="x64"
21
## see http://blogs.msdn.com/astebner/archive/2007/08/09/4317654.aspx
21
## see http://blogs.msdn.com/astebner/archive/2007/08/09/4317654.aspx