Skip to content

InnoSetup based installer deletes msiexec log of runtime libraries install #8407

@reevespaul

Description

@reevespaul

Installation of the msi based redistributable vcrt runtime libraries has always been logged. The only logical location for the output is to the temporary directory created by the InnoSetup installer. Unfortunately these logs are automatically deleted when the installer closes.

This fix adds the option to add /MSILOGDIR="/path/to/location" to scripted installs so that the logs can be preserved for future examination if required. It is hoped that this fix will help find a permanent solution to #8326.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions