PDA

View Full Version : How remove .InstallLog file during uninstallation ??



maxou59
08-10-2009, 09:00 AM
After uninstalling InstallLog file is created in my installation target folder. Its contents are as follows:

Uninstalling assembly 'C:\x\y\z.zzzzz.exe'.
Affected parameters are:
assemblypath = C:\x\y\z.zzzzz.exe
=
logfile = C:\x\y\z.zzzzz.InstallLog
Removing EventLog source x Console Service.


How can i remove this file during uninstallation? (this file is created in a directory that i have created and all my files are uninstalled but the remove of my folder is impossible because this file is not removed).

Thanks.