Results 1 to 8 of 8

Thread: Can SB support this scenario?

  1. #1

    Default Can SB support this scenario?

    Multiple users on a server that would have licenses for SB.

    They want to share scripts.

    They don't want to share the files referenced by the scripts.

    e.g.

    Could SB support looking at MyDocuments\myfolder\myfiles instead of
    c:\myfolder\myfiles when generating a setup?

    Jeff Slarve
    www.jssoftware.com

    Ones and Zeros are my Heroes

  2. #2

    Default Re: Can SB support this scenario?

    Jeff,

    > Could SB support looking at MyDocuments\myfolder\myfiles instead of
    > c:\myfolder\myfiles when generating a setup?

    I haven't looked into it but this might be what you want...

    Under "Predefined Runtime Variables"

    %_CSIDL_xxxxxxxxxx%
    Various Constant special item ID list (CSIDL) values

    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Creative Reporting: http://www.CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

  3. #3

    Default Re: Can SB support this scenario?

    Hi Jeff,

    > Could SB support looking at MyDocuments\myfolder\myfiles instead of
    > c:\myfolder\myfiles when generating a setup?

    You can use compiler variables for just about all paths in SB - I do
    that extensively in my scripts, pushing the paths in from Build
    Automator. So you could construct compiler variables using CSIDLs and
    use those. Like:

    %_CSIDL_COMMON_DOCUMENTS%\myfolder\myFiles

    Best regards,


    --
    Arnor Baldvinsson
    Icetips Alta LLC

  4. #4

    Default Re: Can SB support this scenario?

    Arnor,

    > %_CSIDL_COMMON_DOCUMENTS%\myfolder\myFiles

    HEY! Quit looking over my shoulder!!!!!<g>


    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Creative Reporting: http://www.CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

  5. #5

    Default Re: Can SB support this scenario?

    Thanks you's guys

    Jeff Slarve
    www.jssoftware.com

    Ones and Zeros are my Heroes

  6. #6

    Default Re: Can SB support this scenario?

    Jeff,

    > Thanks you's guys
    >
    > Ones and Zeros are my Heroes

    I'm the Ones, right?!<g> (use that memory, bud<g>)

  7. #7

    Default Re: Can SB support this scenario?

    You're definitely #1

    Jeff Slarve
    www.jssoftware.com

    Ones and Zeros are my Heroes

  8. #8

    Default Re: Can SB support this scenario?

    Jeff,

    > You're definitely #1

    Is that where InBack came from?<g>

    Lee White

Thread Information

Users Browsing this Thread

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

Posting Permissions

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