cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mutchie
Level 6

Remove File During Install

I currently install a 3rd party tool which is then used in a custom action, at the moment this 3rd party tool stays installed, I was wondering if possible to remove the 3rd party tool once the custom action is completed?

Any ideas how to do this or if it is possible?

I am using installshield 2008 pro.

Thanks in Advance

Tracey
Labels (1)
0 Kudos
(1) Reply
Gvarma
Level 7

mutchie wrote:
I currently install a 3rd party tool which is then used in a custom action, at the moment this 3rd party tool stays installed, I was wondering if possible to remove the 3rd party tool once the custom action is completed?

Any ideas how to do this or if it is possible?

I am using installshield 2008 pro.

Thanks in Advance

Tracey


Yes.. indeed it is possible..

you have following options.

1. if you call "3rd party" installer to install the application then you would need to find the Product code being used by 3rd party installer and call there setup.exe with PrductCode as an argument.
2. if you are using their binaries (DLL etc) then you could simply delete them using DeleteFile() function at the end of your installation (How.. this would depend on what type of installshield project you are using).

HTH
0 Kudos