rajvittal
03-26-2007, 01:16 PM
Hi
I was trying to use .net assemblies inside installshield. It works for functions that return simple data types such as strings and integers. But suppose I wish to return datatypes such as XmlNode or Nodelist etc, is this how, we are supposed it to make it work?
1) set object = createobject (MSXML*.*) //create a node , nodelist etc
make a call to CoCreateObjectDotNet
object= FunctionFromDotNetThatReturnsNodeList(........)
We dont have any specific XML Datatypes within installscripts?
Thanks in advance for any suggestions.
Rajesh
I was trying to use .net assemblies inside installshield. It works for functions that return simple data types such as strings and integers. But suppose I wish to return datatypes such as XmlNode or Nodelist etc, is this how, we are supposed it to make it work?
1) set object = createobject (MSXML*.*) //create a node , nodelist etc
make a call to CoCreateObjectDotNet
object= FunctionFromDotNetThatReturnsNodeList(........)
We dont have any specific XML Datatypes within installscripts?
Thanks in advance for any suggestions.
Rajesh