summaryrefslogtreecommitdiff
path: root/setup_native/source/win32
AgeCommit message (Expand)Author
2020-05-13Improve logging of feature statesMike Kaganski
2020-05-13Register spsupp*.dll during installationMike Kaganski
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-07-10fix HRESULT_FROM_WIN32 can not be placed inside switch for SDK8.1nd101
2019-04-22tdf#124794: Wait for WU service stopped before launching wusa.exeMike Kaganski
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-03-22tdf#123832: Try to prevent/control hung wusa.exe while installing UCRTMike Kaganski
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2018-12-24tdf#122302: Set status message when installing KB2999226Mike Kaganski
2018-12-16tdf#121987 follow-up: never fail MSU install; warn instead.Mike Kaganski
2018-12-09tdf#121987: Don't fail installation if failed to enable WU serviceMike Kaganski
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-09-28tdf#120099 Reintroduce .def filesStephan Bergmann
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-18Get rid of Windows .def files in setup_native, use __declspec(dllexport)Stephan Bergmann
2018-05-01loplugin:nullptr (clang-cl)Stephan Bergmann
2018-04-25Install UCRT from MSUs, not using nested VC Redist installMike Kaganski
2018-04-13I guess it's time to remove some Win9x codeMike Kaganski
2018-02-02setup_native: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-27loplugin:includeform: setup_native (Windows)Stephan Bergmann
2017-09-29Drop check for Windows versions we don't supportMike Kaganski
2017-09-29Fix syntax errorsStephan Bergmann
2017-09-28setup_native: use more Unicode in MSI custom actionsMike Kaganski
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski
2017-08-31loplugin:constparams: setup_native (clang-cl)Stephan Bergmann
2017-04-06tdf#106359: register .iqy in MSI and treat them as templatesMike Kaganski
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-02Revert "tdf#99589 tolower changed to rtl::toAsciiLowerCase"Julien Nabet
2016-12-28tdf#99589 tolower changed to rtl::toAsciiLowerCaseabdulwd
2016-10-16clang-cl loplugin: setup_nativeStephan Bergmann
2016-10-13LoadLibraryEx returns null on errorStephan Bergmann
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke
2016-09-21tdf#92266 better language selection in Windows installerAndras Timar
2016-09-21fix en-US language selection logicAndras Timar
2016-09-13chmod 644 some source filesStephan Bergmann
2016-06-07Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-30Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-25-Werror,-Wunused-macrosStephan Bergmann
2016-05-25-Werror,-Wunused-macrosStephan Bergmann
2016-05-24Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-24Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-24Work towards tdf#72606skswales
2016-05-09Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin