inno setup install script and windows 7
问题 any recommendations about those inno setup scripts so the compiled install run smoothly on windows 7? 回答1: Don't install anything to user-directories. Assume the installer will be run from a different account than the one that will use the installed application. If you need to save user-specific stuff install it as a template to a shared location (ideally read-only to regular users, e.g. under {app} ) and have your application copy it from there on first startup. Don't create Quick Launch