Hi I am trying to run a SQLScript as part of my msi and I want it to run as SYSTEM and not the logged in User.
When I install my msi, I see that the Script is run under the logged in user. How to force the script to be run under LocalSystem? Here is my code: <Component Id="cm_abc.sql" Guid="$(GUID)" Win64="yes"> <SqlScript Id='abc_123.sql' SqlDb='ABCDatabase' RollbackOnInstall='yes' Sequence='20' > <Binary Id='ABCSql' src='abc.sql' /> </SqlScript> </Component> Thanks Syama ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users