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: silent reponse file for uninstaller
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
‎Sep 19, 2008
05:37 PM
silent reponse file for uninstaller
Does any one know how to use the response file in silent uninstall? I need to run the uninstaller in silent mode to uninstall selected features. Not sure what variable/property I should use. I try CHOSEN_INSTALL_FEATURE_LIST. Does not work.
(9) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
12:40 PM
Hi, was wondering if this was ever answered? i'm looking to do same thing.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
01:08 PM
Normally, you would either have the generated properties file, renamed into installer.properties, in the same folder as the installer and then just launch ./setup.bin -i silent or launch the setup like this: ./setup.bin -f /path/to/your/installer.properties file
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
01:14 PM
thanks for the quick reply.
yes. the properties files and attribute 'CHOSEN_INSTALL_FEATURE_LIST' work fine with the installer generated with installanywhere. the issue is using the generated uninstaller, i'm not sure what variable is suppose to be used to uninstall select features.
yes. the properties files and attribute 'CHOSEN_INSTALL_FEATURE_LIST' work fine with the installer generated with installanywhere. the issue is using the generated uninstaller, i'm not sure what variable is suppose to be used to uninstall select features.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
01:43 PM
AFAIK the uninstaller runs in the same mode as the installer (i.e. silent) so it should uninstall the same features installed by the setup.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
02:23 PM
my goal was to uninstall select features from what was installed, not everything.
i actually found a problem report regarding using response file for silient uninstalls. apparently the version i have, IA 2008VP1, has a bug where it fails to uninstall select features.
much thanks for your input though.
i actually found a problem report regarding using response file for silient uninstalls. apparently the version i have, IA 2008VP1, has a bug where it fails to uninstall select features.
much thanks for your input though.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
01:52 AM
Can you mention the problem report or point to the URL.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 30, 2012
01:41 AM
hi all, can you please help me below issues
1. can we remove features using Change_productname_install.exe
im trying following command
C:\Program Files (x86)\company\productname\_Productname_installation>Change_productname_install.exe -i silent -DCHOSEN_INSTALL_FEATURES_LIST=Featurename
it is uninstalling entire product instead of particular feature
is it correct command to remove feature.or is there any other way.
2. why do we need to add "-D" before parameter in silent install command
e.g: setup.exe -i silent -Daddlocal=all -Dportnumber=8041
thanks in advance
phanikumar
1. can we remove features using Change_productname_install.exe
im trying following command
C:\Program Files (x86)\company\productname\_Productname_installation>Change_productname_install.exe -i silent -DCHOSEN_INSTALL_FEATURES_LIST=Featurename
it is uninstalling entire product instead of particular feature
is it correct command to remove feature.or is there any other way.
2. why do we need to add "-D" before parameter in silent install command
e.g: setup.exe -i silent -Daddlocal=all -Dportnumber=8041
thanks in advance
phanikumar
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 30, 2012
02:32 AM
hi all, can you please help me below issues
1. can we remove features using Change_productname_install.exe
im trying following command
C:\Program Files (x86)\company\productname\_Productname_installation>Change_productname_install.exe -i silent -DCHOSEN_INSTALL_FEATURES_LIST=Featurename
it is uninstalling entire product instead of particular feature
is it correct command to remove feature.or is there any other way.
2. why do we need to add "-D" before parameter in silent install command
e.g: setup.exe -i silent -Daddlocal=all -Dportnumber=8041
thanks in advance
phanikumar
1. can we remove features using Change_productname_install.exe
im trying following command
C:\Program Files (x86)\company\productname\_Productname_installation>Change_productname_install.exe -i silent -DCHOSEN_INSTALL_FEATURES_LIST=Featurename
it is uninstalling entire product instead of particular feature
is it correct command to remove feature.or is there any other way.
2. why do we need to add "-D" before parameter in silent install command
e.g: setup.exe -i silent -Daddlocal=all -Dportnumber=8041
thanks in advance
phanikumar
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 14, 2012
05:01 AM
There are some limitations in IA regarding feature uninstall in silent mode, as per Flexera knowledge base, Maintenance Mode is not supported in silent mode. If you run the Maintenance Mode launcher in Silent mode, the launcher will uninstall the product.
refer below link
http://kb.flexerasoftware.com/doc/DocumentRepository/Installation/InstallAnywhere/InstallAnywhere%202011/01_Public/Product_Manual/IA2011UserGuide.pdf
refer below link
http://kb.flexerasoftware.com/doc/DocumentRepository/Installation/InstallAnywhere/InstallAnywhere%202011/01_Public/Product_Manual/IA2011UserGuide.pdf