This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Migrating From IA 2009 to IA 2014 - How to create uninstall action
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 17, 2014
08:39 AM
Migrating From IA 2009 to IA 2014 - How to create uninstall action
Hi,
I'm try to use IA 2014 reading IA2009 project. I have
using : http://helpnet.flexerasoftware.com/installanywhere2011/Content/helplibrary/Ia_recreateuninstall.htm
and my question is about :
" 1. In the Install phase, add a Create Uninstaller action to the project, if one is not already present."
how to add a Create Unstaller action ?
I use the Add Action button in the Sequence / Install list, but i don't find any Create Uninstall Action.
Thanks
I'm try to use IA 2014 reading IA2009 project. I have
using : http://helpnet.flexerasoftware.com/installanywhere2011/Content/helplibrary/Ia_recreateuninstall.htm
and my question is about :
" 1. In the Install phase, add a Create Uninstaller action to the project, if one is not already present."
how to add a Create Unstaller action ?
I use the Add Action button in the Sequence / Install list, but i don't find any Create Uninstall Action.
Thanks
- Tags:
- migration
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 17, 2014
09:59 AM
If you don't see the action in the list of actions that you can add, it might be because the action is already present in your project.
Here's what the Create Uninstaller action looks like in a sample project:
Here's what the action list looks like in a project in which I deleted the Create Uninstaller action:
Here's what the Create Uninstaller action looks like in a sample project:
Here's what the action list looks like in a project in which I deleted the Create Uninstaller action:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 17, 2014
12:54 PM
I found in the XML file the tag :
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 18, 2014
08:21 AM
Can you attach a copy of your project (one where you haven't modified the XML), and maybe someone can take a look at it and advise you how to proceed? Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 19, 2014
09:52 AM
It looks like your project already includes an uninstaller at:
$USER_INSTALL_DIR$\jviews-charts88\UninstallerData\Uninstall $PRODUCT_NAME$
See the screen shot below.
So, the next step you'd need to do is to add the InstallAnywhere Uninstall Component to your project. Next, associate your Uninstall Launcher that's already in your project with that component that you just created.
Once you do that, your project should be fine.
$USER_INSTALL_DIR$\jviews-charts88\UninstallerData\Uninstall $PRODUCT_NAME$
See the screen shot below.
So, the next step you'd need to do is to add the InstallAnywhere Uninstall Component to your project. Next, associate your Uninstall Launcher that's already in your project with that component that you just created.
Once you do that, your project should be fine.