cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
J_anitha
Level 8

Update using OnUpdateUI

Hello,

I have an InstallScript project, which installs around 200 files.
Now we have removed some files, and added some others to the installer.

When I update my previously installed application, the new files get copied..but the extra files which were removed in the new installer are not getting removed from the system.

What could be wrong here...?

anitha
Labels (1)
0 Kudos
(1) Reply
palanisamy
Level 7

Hi Anitha,

During the update installation new files are copied but older version files are not deleted,
I think ur using installscript project , OnUpdateUIAfter function write "DeleteFile" installscript code to deleteolder version files.
0 Kudos