File tree 12 files changed +337
-685
lines changed
12 files changed +337
-685
lines changed Original file line number Diff line number Diff line change 1
- ; Copyright (C) 2020 by Bill Stewart (bstewart at iname.com)
1
+ ; Copyright (C) 2020-2021 by Bill Stewart (bstewart at iname.com)
2
2
;
3
- ; This program is free software: you can redistribute it and/or modify it under
4
- ; the terms of the GNU General Public License as published by the Free Software
5
- ; Foundation, either version 3 of the License, or (at your option) any later
6
- ; version.
3
+ ; This program is free software; you can redistribute it and/or modify it under
4
+ ; the terms of the GNU Lesser General Public License as published by the Free
5
+ ; Software Foundation; either version 3 of the License, or (at your option) any
6
+ ; later version.
7
7
;
8
8
; This program is distributed in the hope that it will be useful, but WITHOUT
9
9
; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10
- ; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
10
+ ; FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more
11
11
; details.
12
12
;
13
- ; You should have received a copy of the GNU General Public License
13
+ ; You should have received a copy of the GNU Lesser General Public License
14
14
; along with this program. If not, see https://www.gnu.org/licenses/.
15
15
16
16
; JavaInfo.iss
17
17
; Sample Inno Setup (https://www.jrsoftware.org/isinfo.php) script
18
18
; demonstrating use of JavaInfo.dll; doesn't install anything; just displays a
19
19
; message box and exits
20
20
21
+ ; Only works with Unicode versions of IS 5.6 or later, or IS 6.x or later (6.x
22
+ ; and later versions are all Unicode)
21
23
#ifndef UNICODE
22
24
#error This script requires Unicode Inno Setup
23
25
#endif
Original file line number Diff line number Diff line change 1
- { Copyright (C) 2020 by Bill Stewart (bstewart at iname.com)
1
+ { Copyright (C) 2020-2021 by Bill Stewart (bstewart at iname.com)
2
2
3
- This program is free software: you can redistribute it and/or modify it under
4
- the terms of the GNU General Public License as published by the Free Software
5
- Foundation, either version 3 of the License, or (at your option) any later
6
- version.
3
+ This program is free software; you can redistribute it and/or modify it under
4
+ the terms of the GNU Lesser General Public License as published by the Free
5
+ Software Foundation; either version 3 of the License, or (at your option) any
6
+ later version.
7
7
8
8
This program is distributed in the hope that it will be useful, but WITHOUT
9
9
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10
- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
10
+ FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more
11
11
details.
12
12
13
- You should have received a copy of the GNU General Public License
13
+ You should have received a copy of the GNU Lesser General Public License
14
14
along with this program. If not, see https://www.gnu.org/licenses/.
15
15
16
16
}
Original file line number Diff line number Diff line change 1
1
1 VERSIONINFO
2
- FILEVERSION 0,0,0,3
3
- PRODUCTVERSION 0,0,0,3
2
+ FILEVERSION 0,0,0,4
3
+ PRODUCTVERSION 0,0,0,4
4
4
FILEOS 0x4
5
5
FILETYPE 1
6
6
{
@@ -10,12 +10,12 @@ FILETYPE 1
10
10
{
11
11
VALUE "CompanyName", ""
12
12
VALUE "FileDescription", "JavaInfo.dll"
13
- VALUE "FileVersion", "0.0.0.3 "
13
+ VALUE "FileVersion", "0.0.0.4 "
14
14
VALUE "InternalName", "JavaInfo.dll"
15
15
VALUE "LegalCopyright", "Written by Bill Stewart (bstewart at iname.com)"
16
16
VALUE "OriginalFilename", "JavaInfo.dll"
17
17
VALUE "ProductName", ""
18
- VALUE "ProductVersion", "0.0.0.3 "
18
+ VALUE "ProductVersion", "0.0.0.4 "
19
19
}
20
20
}
21
21
Original file line number Diff line number Diff line change 1
- { Copyright (C) 2020 by Bill Stewart (bstewart at iname.com)
1
+ { Copyright (C) 2020-2021 by Bill Stewart (bstewart at iname.com)
2
2
3
- This program is free software: you can redistribute it and/or modify it under
4
- the terms of the GNU General Public License as published by the Free Software
5
- Foundation, either version 3 of the License, or (at your option) any later
6
- version.
3
+ This program is free software; you can redistribute it and/or modify it under
4
+ the terms of the GNU Lesser General Public License as published by the Free
5
+ Software Foundation; either version 3 of the License, or (at your option) any
6
+ later version.
7
7
8
8
This program is distributed in the hope that it will be useful, but WITHOUT
9
9
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10
- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
10
+ FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more
11
11
details.
12
12
13
- You should have received a copy of the GNU General Public License
13
+ You should have received a copy of the GNU Lesser General Public License
14
14
along with this program. If not, see https://www.gnu.org/licenses/.
15
15
16
16
}
You can’t perform that action at this time.
0 commit comments