Variables

Got a problem you cannot solve? Try here.
anja_laenge
Posts: 114
Joined: Tue Nov 20, 2012 1:02 am

Variables

Postby anja_laenge » Thu Nov 10, 2016 6:32 am

Hello InstallAware,

I recently created a setup installing a sql server instance.
I hat to adapt the command ine string, which luckily has to be localized when you are building a localized setup.

Did you know that your strings in the localization tool have length limitation to 260 characters?
did you know that
/q /ACTION=Install /SECURITYMODE=SQL /SAPWD="$SA_PWD$" /INSTANCENAME="EFS" /FEATURES=SQL,SDK /SQLSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE" /SQLSYSADMINACCOUNTS="$SQL_COMPUTER_NAME$\$SQL_USER_NAME$" /IAcceptSQLServerLicenseTerms=TRUE /TCPENABLED="1" /NPENABLED="1" /BROWSERSVCSTARTUPTYPE=Automatic

has a bit more?

FrancescoT
Site Admin
Posts: 5360
Joined: Sun Aug 22, 2010 4:28 am

Re: Variables

Postby FrancescoT » Thu Nov 10, 2016 1:03 pm

Dear Anja,

of course that localized strings are limited to 260 characters.

By the way, I don't know why do you want to store the full command line string. Just store the values of those parameters that effectively need to be changed.

Hope this helps you.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 40 guests