Jump to content

<Include> fails with manual install


Recommended Posts

<FooLib.au3> doesn't work after a manual install because the installer didn't get to do whatever.

What is that whatever, please, so that us manual installers can get our <> includes working?

Might I suggest that the info be added to the manual in the Include section.

I'm guessing that it's a registry key. Are there any other things of that ilk which may also be useful to know?

Thanks

:-))

Link to comment
Share on other sites

  • Developers

<FooLib.au3> doesn't work after a manual install because the installer didn't get to do whatever.

What is that whatever, please, so that us manual installers can get our <> includes working?

Might I suggest that the info be added to the manual in the Include section.

I'm guessing that it's a registry key. Are there any other things of that ilk which may also be useful to know?

Thanks

:-))

<{POST_SNAPBACK}>

AutoIT3 uses the following entry from the registry:

HKEY_LOCAL_MACHINE, "Software\AutoIt v3\AutoIt" " InstallDir" and adds "\include" to it to find the INCLUDE files.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

AutoIT3 uses the following entry from the registry:

HKEY_LOCAL_MACHINE, "Software\AutoIt v3\AutoIt" " InstallDir" and adds "\include" to it to find the INCLUDE files.

<{POST_SNAPBACK}>

Thanks JdeB. I've added that structure to my registry and it finds the AutoIt include files fine.

Now there's a problem with finding my own includes, lol, but I've created a new-idea post for that.

:-)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...