[jawsscripts] exe association to Script Name in JSX
- From: "Donald Marang" <donald.marang@xxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Fri, 22 May 2009 15:38:05 -0400
Good afternoon Jamal and all,
I understand that the "exe association" edit box in the JAWS Scripts Exchange
(jsx) allows the modification of the alias names file, ConfigNames.ini during
installation. I have been able to put "_wingdi|quartz" to add two lines to the
alias file for these two DLLs. I am not quite sure, however, what all of the
rules are for the script name that these programs are associated. Normally,
jsx seems to use the base name of the last jss script file found in the package
zip file. This is not always what I want. Sometimes it seems to use the base
name of the package zip file itself. However, in one case, I ended up with
some weird combination, like "VerizonCallAssistantScripts0.97", which is the
base name of the package zip file with "Scripts" thrown in. Is there a
variable in Scripts.iss that will override these other rules? I was hoping
that assigning a varible like the following in Scripts.iss would generate the
proper association:
variable assignment in Scripts.iss:
AppVerName=DirecTV
exe association in jsx:
_wingdi|quartz
To generate the following lines in ConfigNames.ini:
_wingdi=DirecTV
quartz=DirecTV
Instead, it currently creates lines like:
quartz=DirecTV_AddonsForIE
which is an additional script in the package which has nothing to do with
quartz.dll!
If such a variable exists for the target of the exe association assignment,
what is the variable name?
Sorry if I am confusing everybody by mixing two different projects in these
examples.
Don Marang
__________
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
Other related posts:
- » [jawsscripts] exe association to Script Name in JSX - Donald Marang