fengyuanjs / robotframework-autoitlibrary

Automatically exported from code.google.com/p/robotframework-autoitlibrary
Apache License 2.0
0 stars 0 forks source link

In either case the installation creates the folder (even if the unit is another system) #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In either case the installation creates the folder (even if the unit is
another system)

    C: \ RobotFramework \ Extensions \ AutoItLibrary

on your PC and puts various files into this directory folder.

Why not use?

%systemdriver%\RobotFramework\Extensions\AutoItLibrary

Original issue reported on code.google.com by jrvi...@gmail.com on 23 Feb 2010 at 5:42

GoogleCodeExporter commented 9 years ago
This request will be considered for the next release.

Original comment by c.martin...@gmail.com on 5 Mar 2010 at 2:45

GoogleCodeExporter commented 9 years ago
As of AutoItLibrary 1.1 the setup.py script does this:
destPath = os.path.normpath(os.path.join(os.getenv("HOMEDRIVE"),
r"\RobotFramework\Extensions\AutoItLibrary"))

Original comment by c.martin...@gmail.com on 23 Apr 2010 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by c.martin...@gmail.com on 23 Apr 2010 at 8:07