PDA

View Full Version : Can SB support this scenario?



NewsArchive
04-07-2018, 01:10 PM
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

NewsArchive
04-07-2018, 01:11 PM
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

NewsArchive
04-07-2018, 01:11 PM
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

NewsArchive
04-07-2018, 01:12 PM
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

NewsArchive
04-07-2018, 01:12 PM
Thanks you's guys

Jeff Slarve
www.jssoftware.com

Ones and Zeros are my Heroes

NewsArchive
04-07-2018, 01:13 PM
Jeff,

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

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

NewsArchive
04-07-2018, 01:13 PM
You're definitely #1

Jeff Slarve
www.jssoftware.com

Ones and Zeros are my Heroes

NewsArchive
04-07-2018, 01:14 PM
Jeff,

> You're definitely #1

Is that where InBack came from?<g>

Lee White