Reply to Thread

Post a reply to the thread: Installer Backup File Selection (New to SB)

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 07-27-2022, 01:55 PM
    JRoman

    Installer Backup File Selection (New to SB)

    I would like to include all tps files in the backup. Installed files backup fine. I cannot seem to get the tps files to copy. Below is my script source. What might I be doing wrong? Thanks

    Set Variable %_SB_INSTALLDIR% to "[INSTALLDIR]"
    Set Variable %_SB_PROGRAMGROUP% to "[PRODUCTNAME]"

    ! %_SB_BACKUPDIR% holds the path that all backup files will be copied to when overwritten
    Set Variable %_SB_BACKUPDIR% to "%_SB_INSTALLDIR%\BACKUP"
    Create Unique Backup File from "%_SB_INSTALLDIR%\*.tps" to "%_SB_INSTALLDIR%\BACKUP" [Permanent]

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •