- I have a file that is an executable (.exe) that I want to distribute
- I want users to run it as simply as humanly possible
- Is there a way to simplify this process, with different technologies (eg, Java) assisting along the way?
<<>Current Situation
- User downloads in the regular way
- User clicks run
- User clicks run again
- User gives UAC permission
- User downloads in the regular way
- Opens saved items
- Double clicks the installer
- Gives permission to run the installer
- Grants UAC permission
这似乎不像一个经验丰富的用户那样漫长的过程,而对于一个经验不足的用户来说,这可能是一种永恒。
Is there a faster, easier way to pull this off?