Results 1 to 6 of 6

Thread: [RESOLVED] MSXML?.dll registration help needed

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Resolved [RESOLVED] MSXML?.dll registration help needed

    I was using an XML file to store my settings (trying to be PC friendly), and I have never done that before, I have always used the registry. Well, I was using MSXML5.dll, but when Inno tried to register it, it thru an code 1114 error, ocx/dll failed to initialize. After searching around the net and microsoft, I found no reference to v 5.0, so I switched to v 4.0 msxml4.dll. It still didn't work, and to make this all night story short, I found that I need to use the .msi to install all required dlls. After all that, my question is, how to I use that in Inno? I read on the net that it is only possible using some complicated method. Is this correct, or is there an easy way that I just haven't found yet?

    For now I switched back to the registry to make my deadline, but I would really like to get this to work. Thank you for your help.

    BTW, I searched the forums, and there was only one place that I found that a person said they got it to work, but they didn't post how.

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: MSXML?.dll registration help needed

    Inno alone wont do all things for you, and I think you need to create Inno Setup Scripts for this.

    download any Script making tool for Inno from here
    hope it helps you, and good luck.
    Show Appreciation. Rate Posts.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Re: MSXML?.dll registration help needed

    Thank you Harsh Gupta, but I just found out that Inno Setup has newsgroups, and I found this. Can anyone please confirm that this is the method that is best for me to use?
    VB Code:
    1. To install an .MSI file from within an Inno Setup installation, try these lines:
    2.  
    3. [Files]
    4. Source: "Your-MSI-File.msi"; DestDir: "{tmp}"
    5.  
    6. [Run]
    7. Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\Your-MSI-File.msi"""

    Thank you for your help.

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: MSXML?.dll registration help needed

    That's all you need to run an external file in Inno Setup. Of course replace Your-MSI-File.msi with the actual file name...

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Re: MSXML?.dll registration help needed

    Yep, I know to change that. I was hoping you would reply Randem, Thank you for your help.

    BTW, I just noticed yesterday that there were newsgroups on the Inno site, and found out how to shell execute the script to run, you might remember one of my previous threads about that.

    Thanks again.

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: [RESOLVED] MSXML?.dll registration help needed

    You are welcome...

Posting Permissions

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



Click Here to Expand Forum to Full Width