brackets-archive / brackets-shell

CEF3-based application shell for Brackets.
http://brackets.io
MIT License
0 stars 0 forks source link

[CLOSED] AutoUpdate Windows Installer Command changed from Verbose to Info Logging #421

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by niteskum Wednesday Apr 25, 2018 at 10:27 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/641



niteskum included the following code: https://github.com/adobe/brackets-shell/pull/641/commits

core-ai-bot commented 2 years ago

Comment by niteskum Wednesday Apr 25, 2018 at 10:29 GMT


in This PR Auto Update Windows Installer Command has been changed to Info Logging. Which reduces Installer Log Size from 50 MBs to few KBs

core-ai-bot commented 2 years ago

Comment by niteskum Wednesday Apr 25, 2018 at 10:30 GMT


ping @mbhavi @navch @swmitra for review

core-ai-bot commented 2 years ago

Comment by niteskum Monday Apr 30, 2018 at 06:10 GMT


Charles Antao recommended to use below Installer command "msiexec /i /qr /li LAUNCH_APPLICATION_SILENT=1 MSIFASTINSTALL=2"

Earlier it was using The /*v option which results in extremely verbose logging and that might cause the slowdown. in this PR I have changed the Installer command to use option "/li". ping @swmitra for review

core-ai-bot commented 2 years ago

Comment by navch Monday May 07, 2018 at 10:03 GMT


Bhavika has reviewed this PR. This is just limited to installer logs. So merging this PR.