file - Changing a program to be able to install directly after downloading -


Then I have a program that I currently download to my site on my site. The problem occurs when they receive downloads that save it as a zip folder for a destination on their machine. After this, run the correct .exe to navigate to the folder, remove the content, and then start the installation. How can I convert this process so that they can open the program and navigate to the folder and unzip it without installation?

Why not download them EXE? The EXE file can be auto-extractor (for example, WinZip can remove EXE archives automatically, which will unpack the content and execute a previously-removed file (such as the main EXE of your application).

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -