Announcement

Collapse
No announcement yet.

Uninstaller Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Uninstaller Problem

    I have an installer build with SF9 and part of the install is to set up several folders with multiple files in each.
    One of these folders is an Exercise folder that my students work on and also create new files in this folder. So at the end of the day the folder has the original files plus new ones created by students.

    Each day I want to uninstall all the files in all folders and refresh the files ready for the next batch of students.

    My problem is if I run the uninstaller, all the original files are removed from the folder but not the student created files.

    How can I configure the uninstaller to remove ALL files, original and student created, from the folders.

    Many thanks

    Ken

  • #2
    Typically, you could use the Folder.DeleteTree() action in the On Post Uninstall event script to clean remaining folders.
    If you want to make this more sophisticated, you could list the remaining files, and offer them for deletion individually, using a checklist box screen.

    Ulrich

    Comment


    • #3
      Thank you for the answer.

      Kind regards
      Ken

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎