Announcement

Collapse
No announcement yet.

Use Function .onGUIInit to search already install files like msvbvm60.dll

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Use Function .onGUIInit to search already install files like msvbvm60.dll

    HI

    Is there a way to search a installed file before the dialog is open, and if is not installed, download it from Internet?

    Thanks


  • #2
    To download from the internet either use NSISdl (a plugin) to download the files using NSIS or ExecShell open "http://www.website.com/blabla" to open up a web browser.

    I recommend you add that as a section and make it read-only if the files are not there.
    NSIS FAQ | NSIS Home Page | Donate $
    "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

    Comment


    • #3
      Using the NSISDl is done but, how to make the installer search for the file?

      Comment


      • #4
        GetFullPathName is your best choice.
        NSIS FAQ | NSIS Home Page | Donate $
        "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

        Comment

        Working...
        X