Inno Setup usage Problems

Source: Internet
Author: User

Recently, I am working on a material accounting software and finally finished preparing to submit to the user. During the first installation, I extracted the VB Runtime Library and installed and run properly in the testing environment, later I found an error in the printed area. not compatible with DLL after modification. an error occurred while creating the package. it is correct in the development environment. later, you just need to manually register the DLL with regsvr32. inno Setup was not registered during installation. After checking the help, we found that it can be implemented. and then re-Modify the installation script as follows:
; Regsvr32 registers gridprint. dll
; Source: "F:/mywork/dependencies/gridprint. dll"; destdir: "{sys}"; flags: ignoreversion
Source: "F:/mywork/dependencies/gridprint. dll"; destdir: "{sys}"; flags: restartreplace sharedfile regserver

Summary: VB must be compatible with the original control during dll/OCX compilation.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.