Results 1 to 3 of 3

Thread: what is the IS 11 automation interface object name?

  1. #1
    Join Date
    Feb 2005
    Posts
    20

    Question what is the IS 11 automation interface object name?

    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?
    Thank you kindly and have a great day,
    Ben

    Men are respectable only as they respect.
    -Ralph Waldo Emerson

  2. #2
    Join Date
    Oct 2001
    Location
    Here and there
    Posts
    16,233
    I think it's ISWiAuto11.ISWiProject.
    Robert Dickau - This and That - Flexera Software

    Want help? See Windows Installer white papers, training courses, newsletters, HelpNet, forum search, Knowledge Base, ...
    Want more help?
    See our InstallTalk blog.
    Want even more help? See our relatively new Advanced Windows Installer (MSI) training course.

  3. #3
    Join Date
    Feb 2005
    Posts
    20
    Hi Robert,

    I tried it and it works! Thx
    Thank you kindly and have a great day,
    Ben

    Men are respectable only as they respect.
    -Ralph Waldo Emerson

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •