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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Writing Log File on Uninstall!!!
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
‎Apr 10, 2008
12:04 AM
Writing Log File on Uninstall!!!
Hi,
I am creating setup.exe when i build my msi. We have the option to create a log file during installation.
Is there any option to create log file when we uninstall the application from Add\Remove programs.
Thanks in advance.
I am creating setup.exe when i build my msi. We have the option to create a log file during installation.
Is there any option to create log file when we uninstall the application from Add\Remove programs.
Thanks in advance.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 10, 2008
04:24 PM
Upon install, you could modify the uninstallstring value in Software\microsoft\windows\currentversion\uninstall\{guid} to include "/lv "
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 11, 2008
01:26 AM
Hi Kelter,
I wrote a VB Script CA to modify the Uninstall Registry string. But when i uninstalled from Add/Remove Programs, the log file is not getting created..
Is there anything to do apart from this?
Thanks
I wrote a VB Script CA to modify the Uninstall Registry string. But when i uninstalled from Add/Remove Programs, the log file is not getting created..
Is there anything to do apart from this?
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 11, 2008
07:55 AM
Check this post.
http://community.acresso.com/showthread.php?t=176787&highlight=uninstall+log
It's not exactly good news...but it's a place to start.
http://community.acresso.com/showthread.php?t=176787&highlight=uninstall+log
It's not exactly good news...but it's a place to start.