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
- :
- InstallAnywhere Uninstall Log location
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jun 24, 2012
11:40 PM
InstallAnywhere Uninstall Log location
Hi,
I have added some custom code in InstallAnywhere uninstallation part.
but i am not able to check whether my custom code executing or or not.
how i can check this?
is there any uninstallation log, if so, where i can found?
thanks in advance.
I have added some custom code in InstallAnywhere uninstallation part.
but i am not able to check whether my custom code executing or or not.
how i can check this?
is there any uninstallation log, if so, where i can found?
thanks in advance.
(2) Replies
Jun 25, 2012
03:20 AM
You can debug your uninstaller by setting values to lax.stderr.redirect & lax.stdout.redirect in the uninstaller properties (edit uninstall launcher properties from IA or edit uninstall.lax file before launching uninstaller)
--Jerome
--Jerome
Jun 29, 2012
02:50 AM
Below are the steps to configure the uninstall log.
Step 1: Navigate to Install task.
Step 2: Expand Uninstall_$PRODUCT_NAME$ tree.
Step 3: Select Uninstall $PRODUCT_NAME$.
Step 4: In Properties section, click on “Edit Properties”, Uninstaller properties windows opens.
Step 5: Under “lax.stderr.redirect” property, provide the location of the log.
Step 6: Under “lax.stdout.redirect” property, provide the location where the logs have to be generated.
Step 7: Click on OK.
Regards
SunnyBoy
Step 1: Navigate to Install task.
Step 2: Expand Uninstall_$PRODUCT_NAME$ tree.
Step 3: Select Uninstall $PRODUCT_NAME$.
Step 4: In Properties section, click on “Edit Properties”, Uninstaller properties windows opens.
Step 5: Under “lax.stderr.redirect” property, provide the location of the log.
Step 6: Under “lax.stdout.redirect” property, provide the location where the logs have to be generated.
Step 7: Click on OK.
Regards
SunnyBoy