summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions
AgeCommit message (Expand)AuthorFilesLines
2019-07-10fix HRESULT_FROM_WIN32 can not be placed inside switch for SDK8.1nd1011-2/+10
2019-04-22tdf#124794: Wait for WU service stopped before launching wusa.exeMike Kaganski1-40/+96
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski1-10/+7
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski3-0/+7
2019-03-22tdf#123832: Try to prevent/control hung wusa.exe while installing UCRTMike Kaganski1-25/+76
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-6/+6
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann6-7/+7
2018-12-24tdf#122302: Set status message when installing KB2999226Mike Kaganski1-15/+33
2018-12-16tdf#121987 follow-up: never fail MSU install; warn instead.Mike Kaganski1-58/+56
2018-12-09tdf#121987: Don't fail installation if failed to enable WU serviceMike Kaganski1-19/+47
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-1/+1
2018-09-28tdf#120099 Reintroduce .def filesStephan Bergmann9-0/+42
2018-09-24loplugin:external (clang-cl)Stephan Bergmann6-17/+17
2018-09-18Get rid of Windows .def files in setup_native, use __declspec(dllexport)Stephan Bergmann25-66/+24
2018-05-01loplugin:nullptr (clang-cl)Stephan Bergmann1-2/+2
2018-04-25Install UCRT from MSUs, not using nested VC Redist installMike Kaganski2-0/+520
2018-04-13I guess it's time to remove some Win9x codeMike Kaganski1-47/+11
2018-02-02setup_native: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski10-64/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2017-10-27loplugin:includeform: setup_native (Windows)Stephan Bergmann3-3/+3
2017-09-29Drop check for Windows versions we don't supportMike Kaganski1-30/+2
2017-09-29Fix syntax errorsStephan Bergmann1-2/+2
2017-09-28setup_native: use more Unicode in MSI custom actionsMike Kaganski11-266/+228
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski4-58/+31
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+2
2017-08-31loplugin:constparams: setup_native (clang-cl)Stephan Bergmann1-1/+1
2017-04-06tdf#106359: register .iqy in MSI and treat them as templatesMike Kaganski1-3/+4
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-6/+6
2016-10-16clang-cl loplugin: setup_nativeStephan Bergmann13-94/+97
2016-10-13LoadLibraryEx returns null on errorStephan Bergmann1-2/+2
2016-09-21tdf#92266 better language selection in Windows installerAndras Timar1-1/+6
2016-09-21fix en-US language selection logicAndras Timar1-1/+1
2016-09-13chmod 644 some source filesStephan Bergmann1-0/+0
2016-06-07Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales3-64/+64
2016-05-30Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales8-360/+189
2016-05-25-Werror,-Wunused-macrosStephan Bergmann2-2/+0
2016-05-25-Werror,-Wunused-macrosStephan Bergmann1-1/+0
2016-05-24Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2-11/+11
2016-05-24Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales4-55/+53
2016-05-24Work towards tdf#72606skswales2-26/+28
2016-05-09Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales1-37/+31
2016-03-09tdf#82335 Register Libreoffice for Kingsoft file typesJaskaran1-4/+10
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-18-Werror,-Wwritable-stringsStephan Bergmann5-7/+7
2015-11-18-Werror,-Wwritable-stringsStephan Bergmann1-1/+1
2015-11-18-Werror,-Wunused-internal-declarationStephan Bergmann1-46/+0
2015-11-18-Werror,-Wunused-functionStephan Bergmann1-18/+0
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-8/+5