Open GoogleCodeExporter opened 8 years ago
Do you have a suggestion how to do this?
I am using Inno Setup to make the installer.
Do you think it is this information that I need? :
Valid values:
yes or no, or a boolean expression
Default value:
yes
Description:
This determines if Inno Setup's automatic uninstaller is to be included in the
installation. If this is yes or to a boolean expression evaluating to True the
uninstaller is included. Otherwise, no uninstallation support is included,
requiring the end-user to manually remove the files pertaining to your
application.
Setting this to a boolean expression can be useful if you want to offer the
user a 'portable mode' option.
Example:
[Setup]
Uninstallable=not IsTaskSelected('portablemode')
[Tasks]
Name: portablemode; Description: "Portable Mode"
See also:
CreateUninstallRegKey
Original comment by danhe...@gmail.com
on 10 May 2012 at 2:40
unfortunately I do not have any experience with setup packaging. A truly
portable mode, surely comes without an uninstaller. However, there must be a
mode. Here's what I've found:
http://www.jrsoftware.org/ishelp/index.php?topic=setup_privilegesrequired
http://www.jrsoftware.org/isfaq.php#ntsecur
http://stackoverflow.com/questions/4030507/innosetup-will-the-setup-program-have
-administrator-rights
Original comment by d.ledent...@gmail.com
on 10 May 2012 at 3:10
Original comment by neomil...@gmail.com
on 14 Jul 2014 at 2:16
Original issue reported on code.google.com by
d.ledent...@gmail.com
on 3 Jan 2012 at 9:35