Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1572 closed Bug (No Bug)

SciTE unzipped does not find help-files

Reported by: leeuwenm Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: 3.3.6.0 Severity: None
Keywords: Cc:

Description

When I extract the AutoIT3 (.zip), the SciTE F1 key works fine.

When I extract the complete SciTE (.zip), overwriting the (3) SciTE files already there, the F1 key gave ( in de period AutoIT3 versions v3.3.12.1 up to v3.3.4.0 ):

Error while launching:

"..\AutoIt3\Autoit3Help.exe" with Params:
"WinExists"
The specified file was not found.

That was never a real problem for me, when I moved the Autoit3Help.exe + help-files from

..\AutoIT3

to a new subfolder

..\AutoIT3\AutoIt3

In the latest SciTE version however, I get:

"C:\Program Files (x86)\AutoIt3\Autoit3Help.exe" with Params:
""WinExists""
The specified file was not found

and now I can not move, because I have no directory:

C:\Program Files (x86)

The most elegant solution for me would be, to let SciTE look for files in:

"SciTE\..\AutoIt3\Autoit3Help.exe"

This would also solve the issue, that I have to copy all the helpfiles, when I choose to save and edit scripts in an other folder, then were the AutoIT3.exe resides.

Note:
I do not want to use the installer, because I want to be able to run a test without admin rights,
on a Microsoft Server for an Internet Explorer application.

Attachments (0)

Change History (3)

comment:1 by leeuwenm, 16 years ago

I meant: v3.2.12.1 up to 3.3.4.0

comment:2 by Jos, 16 years ago

Resolution: No Bug
Status: newclosed

NOBUG: This is the Zip file thus you are on your own to install it properly and cannot be a bug. Use the forum for questions on how to do things right.
Use the Installer if you want things to be installed properly.

Jos

comment:3 by anonymous, 16 years ago

Jos, I found the solution to be simply adjusted in \SciTe\properties\au3.properties
to set the path for autoit3dir
from the fixed path

autoit3dir=C:\Program Files (x86)\AutoIt3

back to the relative path

autoit3dir=..\AutoIt3

# SciTE settings for AutoIt v3
#
# February 26, 2010 - Jos
#
#
# * Specify here your AutoIt program directory *
autoit3dir=C:\Program Files (x86)\AutoIt3

Before:

# SciTE settings for AutoIt v3
#
# January 19, 2008 - Jos van der Zande (jdeb (at) autoitscript (dot) com)
#
#
# * Specify here your AutoIt program directory *
autoit3dir=..\AutoIt3

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.