68 Commits

Author SHA1 Message Date
51e1196c19 Update translation template
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-17 13:34:16 +01:00
a807d206c4 WinStd: Update
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-03 13:47:50 +01:00
781f739d44 Update Copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-01-07 11:38:29 +01:00
63b4d59e68 Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-12-01 08:36:16 +01:00
d6b736aee6 Cleanup project files
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-12-01 08:36:16 +01:00
b9dbb7f904 Resolve charset .idtx/.idt confusion
NMake inline files are always created using ACP. The "1252" in the .idtx
header has no effect on this. However, we must encode the .idt files
using correct charset/codepage regardless the ACP being used on the
building machine.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-19 14:19:48 +01:00
5a67199179 Unify Windows.h inclusion
Windows.h must be included first and must be included with care
regarding WinSock.h and WinSock2.h affair.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-15 11:53:59 +01:00
d3320ca1f3 Inline MSICA_API
It's deterministic: MSICA is always DLL. It's exported functions are
used by MsiExec and always loaded dynamically (never imported using
MSICA.lib).

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-30 12:02:50 +02:00
00032cd404 Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:33:10 +01:00
6133c0e76c Add UTF-8 BOM markers
MSVC needs them to use correct charset when Language for non-Unicode
programs is set to Windows-1252 or anything different than UTF-8.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-11-19 10:58:31 +01:00
1e48c20406 Makefile: Optimize building
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-03-03 14:44:19 +01:00
ad49c00a05 Adopt MSIBuild InstallExecuteSequence table changes
The InstallExecuteSequence table primary key was changed.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-15 19:07:21 +01:00
cb74539328 Extend copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-11 15:36:15 +01:00
45cbc9ac15 Rename stdafx.h to pch.h
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-10 14:09:40 +01:00
Denis Renzi
504f227ebc Add Italian translation 2020-01-17 08:13:57 +01:00
c42ea05547 Switch to Visual Studio 2019
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-19 11:50:53 +02:00
900a12b472 Switch to Transifex project for localization 2018-09-19 12:07:38 +02:00
6055c9d1f8 Update translation template 2018-09-19 09:03:58 +02:00
b645243df1 Extend copyright year 2018-09-07 23:57:33 +02:00
ba6cedd121 Introduce ARM64 support 2018-09-07 13:48:28 +02:00
ec412efb60 Switch to Visual Studio 2017 2018-09-07 13:39:44 +02:00
a872019eb4 Distinguish variables with same names
...to resolve C4457 warnings.
2018-09-07 13:38:14 +02:00
1b917b2a50 Remove MFC dependency 2018-09-07 13:35:34 +02:00
04d84baa78 Update sub-modules 2018-08-31 14:22:15 +02:00
4431ee3a6d Set version to 2.0 2017-12-19 12:04:44 +01:00
f15b0e2745 COM initialization replaced by auto-initializer 2017-04-25 00:52:33 +02:00
12ed617d3d This project has its own copy of WinStd and MSICALib libraries to allow stand-alone configuration (i.e. static RTL) 2017-04-24 23:05:45 +02:00
d3565edc39 Project reorganization 2016-03-12 07:32:45 +01:00
f3127942fc Property sheet path fixed 2016-03-11 14:58:39 +01:00
9791903cab 2016-03-11 14:51:21 +01:00
f0db9e514d Common property sheet removed and referenced in Win32 and x64 property sheets now 2016-03-11 14:38:51 +01:00
7dfd6e8f91 Merge branch 'master' of https://github.com/Amebis/MSICA 2016-03-11 14:19:53 +01:00
71c6074b76 atlex and MSICALib are now submodules as they require the same build settings (property pages) as MSICA itself 2016-03-11 14:19:30 +01:00
6aaa31def2 Common property sheet removed and referenced in Win32 and x64 property sheets now 2016-03-11 14:12:44 +01:00
2593212e7e Translations updated 2016-03-11 13:34:50 +01:00
2a85814c78 MSIBuild fixed 2016-03-11 13:34:35 +01:00
9e76c649e6 Build root moved one folder deeper 2016-03-11 13:18:19 +01:00
5c9896b296 Switched to correct property sheets 2016-03-11 13:17:01 +01:00
d3ca82be52 Wlanapi.dll is accessed dynamically now (since not present on Windows Server by default) 2016-03-11 12:47:49 +01:00
5a7289bae1 Version changed to 1.0-pre5 and copyright year updated 2016-03-11 11:42:54 +01:00
11a532296a Project reorganized
- xgettext.exe dependency for DLL building removed
- MSICALib removed
- Version moved to MSICA.h
- Output folder changed
2016-03-11 11:40:19 +01:00
Simon Rozman
b2c39c3e82 2015-04-01 07:14:54 +00:00
Simon Rozman
b588b89fdd Distinct - more descriptive - error message added, when WlanOpenHandle() returns ERROR_SERVICE_NOT_ACTIVE.
Version set to 1.0-pre4.
2015-04-01 06:21:52 +00:00
Simon Rozman
c7e3cdfe99 libatl added.
Aesthetic modifications
2015-03-20 13:19:01 +00:00
Simon Rozman
644f9cf01b 2015-02-25 08:06:59 +00:00
Simon Rozman
3e2d33b548 2015-02-24 13:17:27 +00:00
Simon Rozman
7d2eeff429 2015-02-24 11:28:48 +00:00
Simon Rozman
1a50559b82 2015-02-24 11:14:31 +00:00
Simon Rozman
0224a5ac71 2015-02-24 11:03:55 +00:00
Simon Rozman
2d43be9720 Copyright notice added. 2015-02-24 10:51:24 +00:00