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
- :
- Re: Update using OnUpdateUI
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
Nov 11, 2009
12:26 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 11, 2009
10:46 PM
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.
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.