- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Oct 15, 2008
07:55 AM
Custom Action and SQLRTInitialize2
Hello,
Can we call SQLRTInitialize2() function in installscript deferred custom action?
Can we call SQLRTInitialize2() function in installscript deferred custom action?
3 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Oct 15, 2008
03:18 PM
The SQLRTInitialize2 function is intended for use in InstallScript and InstallScript MSI projects in script events. In Basic MSI projects, custom actions are provided for using the SQL runtime functionality.
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Oct 16, 2008
05:08 AM
Hi,
I am using InstallScript MSI Project. Let me know if you have used SQLRTInitialize2() in Custom Action in InstallScript MSI Project.
I am using InstallScript MSI Project. Let me know if you have used SQLRTInitialize2() in Custom Action in InstallScript MSI Project.
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Oct 16, 2008
10:35 AM
The SQLRTInitialize2() cannot be used in deferred custom actions because it needs to access to the Binary table. What are you trying to accomplish using the function?
