Hello all. First time poster so please be kind if I have put this question in the wrong place or there is an answer already available.
I have a problem with the following code:
Problem is-- Its returning an error on the SQLACCOUNT="NT Authority\SYSTEM" presumably because it does not like my quotes. The value i need to pass has a space in it but I always have trouble passing msi switch values with a space.
Could anyone point me to my error please?
I have a problem with the following code:
[ autoit ]
RunWait("C:\SQLEXPR.exe", " /qb INSTANCENAME=fakeinstance ADDLOCAL=SQL_Data_Files,Connectivity SECURITYMODE=SQL SAPWD=fakepass SQLACCOUNT="NT AUTHORITY\SYSTEM" requiresmsiengine=1")
Problem is-- Its returning an error on the SQLACCOUNT="NT Authority\SYSTEM" presumably because it does not like my quotes. The value i need to pass has a space in it but I always have trouble passing msi switch values with a space.
Could anyone point me to my error please?