How download .msi and .exe and run .exe ?
Hello!
I have 2 files: .msi and .exe. I Want to download all files and run .exe. How can I do it?
@VasenevEA It is only possible if you handle the update manually as shown here. You need to handle download and execution logic yourself, you can't use the DownloadUpdate method provided by AutoUpdater.
Can I ask why you have both .msi and .exe file? Which installer you use?
@ravibpatel Thanx for response. I Was fork this project and make some customiing... I use Visual Studio Installer (vdproj) for old (legacy support) application. .exe file - it's a scrypt for downloading .Net Frameforks (if not exist) .
I'm facing the same problem. The installer works with msi alone, but without the exe, it can't prompt me to install the necessary external packages.