PDA

View Full Version : SB 7.7 Question



NewsArchive
09-13-2012, 12:31 AM
I took over creating our installs and every SB install has the code
below. Is this even necessary anymore?

Set Variable %WINVER% to "{WINVER}"
Set Variable %CURLNG% to "{CURLNG}"
Set Variable %SRCDRV% to "{SRCDRV}"
Set Variable %CURDIR% to "{CURDIR}"
Set Variable %TMPDIR% to "{TMPDIR}"
Set Variable %WINDIR% to "{WINDIR}"
Set Variable %SYSDIR% to "{SYSDIR}"
Set Variable %PROGRAMFILESDIR% to "{PROGRAMFILESDIR}"
Set Variable %COMMONFILESDIR% to "{COMMONFILESDIR}"
Set Variable %PRIVILEGES% to "{PRIVILEGES}"

TIA

--
Darrel (Dee) Witham
Professional Data Services, Inc

NewsArchive
09-13-2012, 12:31 AM
Hi Darrel,

> I took over creating our installs and every SB install has the code
> below. Is this even necessary anymore?
>
> Set Variable %WINVER% to "{WINVER}"
> Set Variable %CURLNG% to "{CURLNG}"
> Set Variable %SRCDRV% to "{SRCDRV}"
> Set Variable %CURDIR% to "{CURDIR}"
> Set Variable %TMPDIR% to "{TMPDIR}"
> Set Variable %WINDIR% to "{WINDIR}"
> Set Variable %SYSDIR% to "{SYSDIR}"
> Set Variable %PROGRAMFILESDIR% to "{PROGRAMFILESDIR}"
> Set Variable %COMMONFILESDIR% to "{COMMONFILESDIR}"
> Set Variable %PRIVILEGES% to "{PRIVILEGES}"

You can remove the above from the projects because the SetupBuilder 7.x
runtime handles it automatically.

Friedrich

NewsArchive
09-13-2012, 12:31 AM
Thanks, Dee.

--
Darrel (Dee) Witham
Professional Data Services, Inc