AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

How download .msi and .exe and run .exe ?

Open VasenevEA opened this issue 7 years ago • 3 comments

Hello!

I have 2 files: .msi and .exe. I Want to download all files and run .exe. How can I do it?

VasenevEA avatar Oct 01 '18 10:10 VasenevEA

@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 avatar Oct 02 '18 12:10 ravibpatel

@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) .

VasenevEA avatar Oct 07 '18 18:10 VasenevEA

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.

marvelph avatar Oct 28 '20 16:10 marvelph