Inno script + Install or uninstall when the file is occupied

Source: Internet
Author: User
Tags file copy

When installing or uninstalling a program, this program relies on a custom service, and when the new service file replaces the original, the prompt file is occupied and the operation fails.

This can be resolved at this time, set the file copy flag as follows:

Source: "Usbclerk.exe"; DestDir: "{app}"; Flags:restartreplace Uninsrestartdelete
Source: "JITComVCTK.dll"; DestDir: "{app}"; Flags:ignoreversion
Source: "Libwdi.dll"; DestDir: "{app}"; Flags:restartreplace Uninsrestartdelete

After the file copy is complete

[Run]
Filename: "SC"; Parameters: "Stop Usbclerk"; Flags:runhidden
Filename: "{App}\usbclerk.exe"; Parameters: "Uninstall"; Flags:runhidden


This copy of the file when the file is not replaced by the use of files, run the "run" after the service stopped, the system will automatically replace the files you need to replace, uninstall the same can be done.


And a little trick. If you want to include double quotes in double quotes in the Inno installation script, you can param: "" "; the two double quotes in the middle represent a double quotation mark (")

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.