59 Commits

Author SHA1 Message Date
0d567bb504 Fork my mailbox to business and personal
Signed-off-by: Simon Rozman <simon.rozman@amebis.si>
2025-11-21 03:31:43 +01:00
Simon Rozman
b8364dea81 Merge branch 'master' of https://github.com/Amebis/MSIBuild 2022-03-02 11:57:58 +01:00
Simon Rozman
9eeff699e5 Pull translations from Transifex 2022-02-17 12:13:18 +01:00
Simon Rozman
594397d3ca Upgrade billboard ID column length
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-15 14:27:48 +01:00
Simon Rozman
c7a8bb72b5 Move UI table validation rules to UI module
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-15 14:23:49 +01:00
Simon Rozman
6dbaf00ac9 MSI: Discontinue prefixed row IDs in tables
humanSimon, is this really you? 😉

Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-15 12:39:56 +01:00
Simon Rozman
346a627292 Update Copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-01-07 11:19:14 +01:00
Simon Rozman
ac5ec66f3e Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-22 13:02:04 +01:00
Simon Rozman
4c8ef11e9b 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 13:45:23 +01:00
Simon Rozman
969c217511 Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:32:22 +01:00
Simon Rozman
152cb014ab Optimize cleaning
NMAKE invocations are costly (slow, no-parallel support).

Rather than pinpoint cleaning of each combination of $(PKG), $(LANG),
$(PLAT) and $(CFG) related files, we do the wildcard cleaning of all
$(PKG) related files.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-03-03 12:04:14 +01:00
Simon Rozman
f124bc89ad Makefile: Optimize building
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-03-03 12:04:14 +01:00
Simon Rozman
85aa175000 Add multiple MSI packages support
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-03-03 12:04:04 +01:00
Simon Rozman
29009bb892 Pull translations from Transifex
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 08:50:20 +01:00
Simon Rozman
e1b7fb9642 Strip excessive custom action identifier prefixes
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-24 16:59:52 +01:00
Simon Rozman
b650d5ec42 Update translation templates
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-24 15:50:07 +01:00
Simon Rozman
836708c45b Pull translations from Transifex
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-03 10:44:40 +01:00
Simon Rozman
7e69fd6005 Update Copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-03 12:32:39 +01:00
Simon Rozman
320f7e9ee5 Clean-up localization templates
Localization templates were set to sl_SI by accident, causing Poedit to
fill translations from TM on updates. This disturbs Transifex.
2018-11-23 08:54:53 +01:00
Simon Rozman
bd7bf7fec7 Introduce support for Microsoft Active Setup 2018-11-22 10:28:55 +01:00
Simon Rozman
06230f6ebd Switch to independent Transifex project for localization 2018-09-19 12:12:03 +02:00
Simon Rozman
c48b64a64a Extend copyright year 2018-09-07 23:54:14 +02:00
Simon Rozman
aa5314abcd Add support for ARM64 2018-09-07 10:30:45 +02:00
Simon Rozman
951fbec79d Enlarge icons for high-DPI displays
MSI has a very simple icon support (it loads only single image out of
available image set, it always loads the first one or the one with the
exactly specified 16/32/48px size...). Therefore GUI icons were
simplified to contain 64x64px image only and MSI controls updated to use
centering/down-scaling.
2018-07-17 12:26:58 +02:00
Simon Rozman
bd107af75b Display UAC shield on buttons that will require elevation
The maintenance dialog (Change/Repair/Remove) is a bit more convoluted.
We'd need to replace the radio-button selection with a three push-
buttons solution to make things easier. To make things worse, Change and
Repair don't seem to require elevation. Only Remove. This would make the
three push-button solution look ugly. Fortunately, not many people
wonder into the maintenance dialog. Therefore, we shall leave things
there as they are for the time being.
2018-07-17 12:10:57 +02:00
Simon Rozman
91ccd03ccf Copyright extended to 2017 2017-04-18 13:59:41 +02:00
Simon Rozman
977949addd Empty table stubs always included in the output MSI to determine database structure before some 3rd party merge module does it his own way . reducing false ICE errors for misaligned key sizes 2016-11-08 11:15:55 +01:00
Simon Rozman
ad5bee8e29 Russian translations complete 2016-10-17 09:20:47 +02:00
Simon Rozman
f900467603 Translation refresh 2016-10-04 14:57:26 +02:00
Simon Rozman
aea5347649 Translations extracted with MIS.wsf/IDTExtract now 2016-09-19 11:31:59 +02:00
Simon Rozman
2825aea682 Source file English "en_US" instead of generic "En" now 2016-09-19 09:35:10 +02:00
Simon Rozman
4db58d80ea MSIBUILD_LANG_PO merged to LANG 2016-09-16 20:53:50 +02:00
Simon Rozman
9ec6c3d424 rcxgettext.exe dependency eliminated 2016-09-16 14:44:27 +02:00
Simon Rozman
d3673d19a1 Copyright extended to GÉANT 2016-09-14 11:23:16 +02:00
Simon Rozman
e49a020808 clean_all.bat clean-up 2016-09-14 11:22:02 +02:00
Simon Rozman
5f66cad558 ActionText table moved from UI to Core 2016-09-13 11:36:01 +02:00
Simon Rozman
875ecebe8d Encoding of ą and ś in Polish translation fixed 2016-09-12 15:42:33 +02:00
Simon Rozman
7aef4d6a11 An encoding leftover in PO files fixed 2016-09-12 15:26:45 +02:00
Simon Rozman
7ac0cd81e6 PO files updated 2016-09-10 09:26:06 +02:00
Simon Rozman
0d3a00b20c Generation of localized IDT files simplified 2016-09-06 16:27:43 +02:00
Simon Rozman
505442e774 Translation files split into Core and UI modules to reduce localization effort for application not requiring MSIBuild's UI 2016-08-28 13:40:19 +02:00
Simon Rozman
da9f1e57f2 Converted to US English to comply with other sources
Sorry Brits, this is _Microsoft_ Installer
2016-08-28 12:45:40 +02:00
Simon Rozman
7a459c8c6c Error messages and action text translations imported 2016-08-12 13:19:06 +02:00
Simon Rozman
f95df779d2 Support for Russian localization introduced 2016-07-14 18:04:01 +02:00
Simon Rozman
74c5814a13 Sources are UTF-16 encoded now 2016-05-20 09:52:59 +02:00
Simon Rozman
ba78c3148e - UI related tables moved from Core to UI to allow UI-less MSI generation
- Unused table stubs removed (commented actually)
2016-05-16 12:22:54 +02:00
Simon Rozman
fb4d0c31c5 MSIBuildCfg.mak moved 2016-03-30 15:08:12 +02:00
Simon Rozman
158a587a43 Copyright year updated 2016-03-12 14:21:41 +01:00
Simon Rozman
dc8007cfee Localization folder renamed 2016-03-12 14:20:11 +01:00
Simon Rozman
42f0cdaa04 Git ignores fixed 2016-03-12 14:13:12 +01:00