+ Reply to Thread
Results 1 to 5 of 5

Thread: Installing a file in a different name

  1. #1

    Default Installing a file in a different name

    Hello again.

    Is there a possibility when installing a file in "Install File..."
    That the target name is different from the source name? (renaming the file)


    Thanks,
    Boaz.

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Installing a file in a different name

    Boaz,

    No, this is not possible. What you can do is to use the "Copy File(s)..." function to "rename" the file after the install function.

    Friedrich

  3. #3
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Installing a file in a different name

    BTW, here is a "dirty" workaround (see attached project).

    The installer installs "new_name.txt", but the source file name is "orig_name.txt"

    #copy file "[SB_PROJECT]\orig_name.txt" to "[SB_PROJECT]\new_name.txt"
    Install File "[SB_PROJECT]\new_name.txt" to "%_SB_INSTALLDIR%\new_name.txt" (Always Install)
    #delete file "[SB_PROJECT]\new_name.txt" [Post-compile]

    Friedrich
    Attached Files Attached Files

  4. #4

    Default Re: Installing a file in a different name

    Thanks

  5. #5
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Installing a file in a different name



    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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