CMTaylor / robotframework-autoitlibrary

This library is now abandoned. For Windows GUI testing with RF please consider: https://github.com/Omenia/robotframework-whitelibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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

This request will be considered for the next release.

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

  • Changed state: Accepted
  • Added labels: Priority-High
  • Removed labels: Priority-Medium
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

  • Changed state: Fixed

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

  • Added labels: Milestone-Release1.1