[jawsscripts] Re: Packaging JAWS Scripts for installation

  • From: Jamal Mazrui <empower@xxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Tue, 26 Apr 2011 20:47:41 -0400

Thanks for thinking of me, Elf, though the credit for JS Install goes to 
Dean Schmidt of

http://AccessiblePrograms.com

Somewhat similarly named or abbreviated, JSX -- JAWS Script Exchange -- 
is the JAWS script packager that I develop, available at

http://EmpowermentZone.com/jsxsetup.exe

Cheers,
Jamal


On 4/26/2011 4:53 AM, The Elf wrote:
> ah, it is a little of both, smile
>
> and I follow now.
>
>   so your problem is not with the "where to change" but is "what to change,
> and what to change it to"
>
> I would go to the man who made the installer, he would be able to assist you
> far better than I can. I am an information collector, and not very good at
> programming.
> the gentleman who made the JS installer is Jamal Mazrui, and he can be
> contacted through his web site:
> www.nonvisualdevelopment.org
>
> since he built this, he would probably be best able to help you figure out
> what you need to change, and which things you do not.
>
> I hope this aids you,
> inthaneelf
> ----- Original Message -----
> From: "Mesut"<mesut.kokalan@xxxxxxxxx>
> To:<jawsscripts@xxxxxxxxxxxxx>
> Sent: Sunday, April 24, 2011 12:13 AM
> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>
>
>> Either I couldn't told you or you couldn't understand. Yes I have learnt
>> the
>> languages directory and file contents. I even translated several things to
>> my language. But there are such descriptions that I can't understand what
>> it
>> means to. Let's explain with an example:
>> AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
>> This is from german language file to be translated into Turkish. The
>> section
>> of the left of equal sign is English but not enough descriptive. Moreover,
>> provided that it were enough descriptive, this wouldn't suffice to me.
>> Because I don't know (%1) and (%2) place markers to be placed.
>> ----- Original Message -----
>> From: "The Elf"<inthaneelf@xxxxxxxxxxxxxx>
>> To:<jawsscripts@xxxxxxxxxxxxx>
>> Sent: Sunday, April 24, 2011 3:31 AM
>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>
>>
>>> he just told you it does have a language file, the two places he has
>>> indicated are where you change things!.
>>>
>>> elf
>>> ----- Original Message -----
>>> From: "Mesut"<mesut.kokalan@xxxxxxxxx>
>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>> Sent: Friday, April 22, 2011 8:03 AM
>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>
>>>
>>>> I want to have a english language file then translate it to Turkish. But
>>>> there is no english language file and I don't understand what it mean
>>>> to.
>>>> How can I overcome this problem?
>>>> ----- Original Message -----
>>>> From: "Dang Manh Cuong"<dangmanhcuong@xxxxxxxxx>
>>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>>> Sent: Friday, April 22, 2011 3:58 AM
>>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>>
>>>>
>>>>> Inno setup has the language file (*.isl). You can modify it to your own
>>>>> language. It also have a section in the script (*.iss) file, so you can
>>>>> custom it easily. See the documentation for more help
>>>>> Signature________________ Dang Manh Cuong Course: Psychology of
>>>>> education
>>>>> ----- Original Message -----
>>>>> From: "Mesut"<mesut.kokalan@xxxxxxxxx>
>>>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>>>> Sent: Friday, April 22, 2011 1:38 AM
>>>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>>>
>>>>>
>>>>>> What can I do to show turkish texts in inno setup script which is not
>>>>>> supported by defaults?
>>>>>> ----- Original Message -----
>>>>>> From: "Mario Brusco"<mrb620@xxxxxxxxxxx>
>>>>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>>>>> Sent: Sunday, April 17, 2011 10:20 PM
>>>>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>>>>
>>>>>>
>>>>>>> thanks.
>>>>>>> ----- Original Message -----
>>>>>>> From: "Dang Manh Cuong"<dangmanhcuong@xxxxxxxxx>
>>>>>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>>>>>> Sent: Saturday, April 16, 2011 10:38 PM
>>>>>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>>>>>
>>>>>>>
>>>>>>> Hi Mario Brusco
>>>>>>> I've learn inno setup by my self since 2007, but I prefer nullsoft
>>>>>>> because
>>>>>>> it put only over 32 kb to your executable file. Inno setup will make
>>>>>>> an
>>>>>>> exe
>>>>>>> file with at list about 300 kb. My script have about 100 kb. So it
>>>>>>> will
>>>>>>> be
>>>>>>> smaller by using nullsoft to create package. However, js install and
>>>>>>> inno
>>>>>>> setup help you to make the package easily because it have the wizard.
>>>>>>> Hope that help
>>>>>>> Signature________________ Dang Manh Cuong Course: Psychology of
>>>>>>> education
>>>>>>> ----- Original Message -----
>>>>>>> From: "Mario Brusco"<mrb620@xxxxxxxxxxx>
>>>>>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>>>>>> Sent: Sunday, April 17, 2011 12:50 AM
>>>>>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>>>>>
>>>>>>>
>>>>>>>> What about the latest version of Inno Setup:
>>>>>>>> http://www.jrsoftware.org
>>>>>>>>
>>>>>>>> Is JSInstall do the same thing?
>>>>>>>>
>>>>>>>> ----- Original Message -----
>>>>>>>> From: "Dang Manh Cuong"<dangmanhcuong@xxxxxxxxx>
>>>>>>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>>>>>>> Sent: Friday, April 15, 2011 10:03 PM
>>>>>>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>>>>>>
>>>>>>>>
>>>>>>>> I suggest you the folowing software for creating jaws script package
>>>>>>>> 1. JS install, download from http://www.accessibleprograms.com
>>>>>>>> 2. Jaws script exchange. I don't remember the URL, but you can find
>>>>>>>> it
>>>>>>>> easily  by searching on google
>>>>>>>> 3. Nullsoft Install system, download from
>>>>>>>> http://nsis.sourceforge.net
>>>>>>>> This is a utility for creating any setup package, but you must spend
>>>>>>>> a
>>>>>>>> lot
>>>>>>>> time to study its script language. However, it create the very
>>>>>>>> smaller
>>>>>>>> setup
>>>>>>>> package
>>>>>>>> Hope that help
>>>>>>>>
>>>>>>>> Signature________________ Dang Manh Cuong Course: Psychology of
>>>>>>>> education
>>>>>>>> ----- Original Message -----
>>>>>>>> From: "Steve Matzura"<number6@xxxxxxxxxxxxxx>
>>>>>>>> To:<jawsscripts@xxxxxxxxxxxxx>
>>>>>>>> Sent: Saturday, April 16, 2011 6:48 AM
>>>>>>>> Subject: [jawsscripts] Re: Packaging JAWS Scripts for installation
>>>>>>>>
>>>>>>>>
>>>>>>>>> Never mind, I think I've just answered my own question. JSInstall.
>>>>>>>>>
>>>>>>>>> On Fri, 15 Apr 2011 18:51:16 -0400, you wrote:
>>>>>>>>>
>>>>>>>>>> Anyone know of such a program that will do this for distribution?
>>>>>>>>>> I've
>>>>>>>>>> seen some lovely installers that work very slick, but nothing on
>>>>>>>>>> how
>>>>>>>>>> they are created.
>>>>>>>>>>
>>>>>>>>>> TIA
>>>>>>>>>> __________�
>>>>>>>>>>
>>>>>>>>>> View the list's information and change your settings at
>>>>>>>>>> //www.freelists.org/list/jawsscripts
>>>>>>>>>>
>>>>>>>>> __________�
>>>>>>>>>
>>>>>>>>> View the list's information and change your settings at
>>>>>>>>> //www.freelists.org/list/jawsscripts
>>>>>>>>>
>>>>>>>>
>>>>>>>> __________�
>>>>>>>>
>>>>>>>> View the list's information and change your settings at
>>>>>>>> //www.freelists.org/list/jawsscripts
>>>>>>>>
>>>>>>>>
>>>>>>>> __________�
>>>>>>>>
>>>>>>>> View the list's information and change your settings at
>>>>>>>> //www.freelists.org/list/jawsscripts
>>>>>>>>
>>>>>>>
>>>>>>> __________�
>>>>>>>
>>>>>>> View the list's information and change your settings at
>>>>>>> //www.freelists.org/list/jawsscripts
>>>>>>>
>>>>>>>
>>>>>>> __________�
>>>>>>>
>>>>>>> View the list's information and change your settings at
>>>>>>> //www.freelists.org/list/jawsscripts
>>>>>>>
>>>>>>
>>>>>> __________�
>>>>>>
>>>>>> View the list's information and change your settings at
>>>>>> //www.freelists.org/list/jawsscripts
>>>>>>
>>>>>>
>>>>>
>>>>> __________�
>>>>>
>>>>> View the list's information and change your settings at
>>>>> //www.freelists.org/list/jawsscripts
>>>>>
>>>>
>>>> __________�
>>>>
>>>> View the list's information and change your settings at
>>>> //www.freelists.org/list/jawsscripts
>>>>
>>>
>>> __________�
>>>
>>> View the list's information and change your settings at
>>> //www.freelists.org/list/jawsscripts
>>>
>>
>> __________�
>>
>> View the list's information and change your settings at
>> //www.freelists.org/list/jawsscripts
>>
>
> __________�
>
> View the list's information and change your settings at
> //www.freelists.org/list/jawsscripts
>
>
__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: