coffeendonut
07-08-2005, 12:39 PM
Hi,
I have a tool written in VB that helps me automate some tasks in creating installer projects. What is the ISWiProject object name for IS 11?
For 10.5 I used the following call:
gISWiProject = CreateObject("IswiAuto1050.ISWiProject")
But for 11 it throws an exception. I try:
gISWiProject = CreateObject("IswiAuto1100.ISWiProject")
as an educated guess but that doesn't work. Can someone please tell me what the object name I should be using for IS 11 projects?
I have a tool written in VB that helps me automate some tasks in creating installer projects. What is the ISWiProject object name for IS 11?
For 10.5 I used the following call:
gISWiProject = CreateObject("IswiAuto1050.ISWiProject")
But for 11 it throws an exception. I try:
gISWiProject = CreateObject("IswiAuto1100.ISWiProject")
as an educated guess but that doesn't work. Can someone please tell me what the object name I should be using for IS 11 projects?