I'm building an addon for an application which is not registered with Programs and Features and doesn't provide an uninstaller; uninstallation consists of deleting the installation directory and any shortcuts. As such, I don't think it has either an AppId or an AppName (although I wouldn't know where to find them if it did), but I would like to do this to it:
More specifically, the base application has an existing heirarchy which I need to place files and folders into. Is this possible with Inno Setup, or should I be looking at alternatives?
(I already maintain an Inno Setup script for another application, but my knowledge of its commands is restricted to what that rather simple case has required.)
Last edit: Chris 2016-07-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm building an addon for an application which is not registered with Programs and Features and doesn't provide an uninstaller; uninstallation consists of deleting the installation directory and any shortcuts. As such, I don't think it has either an AppId or an AppName (although I wouldn't know where to find them if it did), but I would like to do this to it:
http://www.jrsoftware.org/iskb.php?updateinstall
More specifically, the base application has an existing heirarchy which I need to place files and folders into. Is this possible with Inno Setup, or should I be looking at alternatives?
(I already maintain an Inno Setup script for another application, but my knowledge of its commands is restricted to what that rather simple case has required.)
Last edit: Chris 2016-07-29