Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Add or remove files in run-time


2 replies to this topic

oscarin

oscarin
  • Full Members
  • 5 posts

Posted 05 June 2006 - 14:39

Is it possible to add or remove a file to an installation inside installscript code? For example, add a file to the installation only if some test returns a true value.

thanks in advance

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 June 2006 - 08:09

You need to add the file to the install package at build time, but you can decided at install time whether the file will be copied to the target machine or not.

oscarin

oscarin
  • Full Members
  • 5 posts

Posted 06 June 2006 - 13:43

thanks