Resume installer after restart

The installer should run the .NET 4 installer (dotNetFx40_Full_setup.exe) and the Microsoft Surface Toolkit (SurfaceToolkitRuntime.msi). The problem is that you need to restart your computer to install .NET 4, and Microsoft Surface Toolkit requires installing .NET 4.

From looking at other issues, I think I should use WiX (yes / no?). Is this something can be done in a batch file?

If I need to use WiX / batch file / other, what code does this action?

+3
source share
1 answer

Visual Studio, ( MSI) .NET , . , bootstrapper Surface Toolkit .., .

+1

Source: https://habr.com/ru/post/1774404/


All Articles