cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dittmann
Level 3

How to remove obsolete files while upgrade installation with InstallScript project?

I wont to create an InstallScript Release to update a previous  installation.

https://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/CreateASetupToUpdateMyProduct.htm 

I use the full release option described in no. 5. Whenn adding files, this files will be installed. But when removing files, this obsolet files remains in the target folder. 

 

Is there a way to remove this obsolete files?

 

Labels (1)
0 Kudos
(2) Replies
Thananjeyan_M
Level 6

 In OnMaintUIBefore() event use DeleteFile function to remove file during upgrade. 

0 Kudos

Thanks for the answer.

I have probably formulated my question inaccurate. I have an InstallScript project. I want to create an upgrade installation for my product. By upgrade, I mean that a version jump occurs. During installation, all old files, shortcuts, etc. should be removed first. After that, the new files should be installed. How can I accomplish this task with an InstallScript project? There has to be an easy way.

Thank you in advance

0 Kudos