Page 1 of 1

Machine name

Posted: Thu Jul 13, 2006 3:55 pm
by isf
Hello,

I would like to know how i can get the machine name in a InstallAware Script. I'm preparing an installation for an application that uses an SQLServer database that needs to be attached during instalation. However, this can't be done from a directory without permissions for SQLServer user which includes the machine name. Do you know of any other solution for this?
Thank you for your attention.

Regards,
paulo

Posted: Thu Jul 13, 2006 7:56 pm
by MichaelNesmith
Just use Get System Settings, with the Logged on Computer Name parameter.

Posted: Fri Jul 14, 2006 9:18 am
by isf
That's it!
Thanks