Dev
Dev

Reputation: 19

Retain files after Uninstallation

Certains files i am copying from one dir to another dir by using CopyFile command in Installshield 11 Premium. I want to preserve copied files even after uninstallation of product. What are the ways to do so? -Dev

Upvotes: 0

Views: 246

Answers (1)

Santhosh J
Santhosh J

Reputation: 368

Use Disable(LOGGING)....Enable(LOGGING). Put your copy function between this.

This way, the copy action will not be captured in the log and will not be deleted.

Upvotes: 2

Related Questions