[BR_forum] SYSTEM437.exe

Information and discussion about setup, brconfig.sys, installers and other configuration related topics.

Moderators: Susan Smith, admin, Gabriel

Post Reply
George Tisdale

[BR_forum] SYSTEM437.exe

Post by George Tisdale »

The old SYSTEM437.exe that many of us have used to install SYSTEMPC font on client computers is not compatible with Vista 64 bit operating system and setting the compatibility mode on the file does not cure the defect. Has anyone (or could someone) update the Install Shield wrapper so that a version will work with Vista 64?

George L. Tisdale, CPA
Tisdale CPA
75 Junction Square Drive
Concord, MA 01742
(978) 369-5585

IRS Circular 230 Notice: "To ensure compliance with requirements imposed by the IRS, we inform you that any U.S. tax advice contained in this communication (including any attachments) is not intended or written to be used, and cannot be used, for the purpose of (i) avoiding penalties under the Internal Revenue Code or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein."



This electronic message transmission contains information which is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination or distribution of this communication to other than the intended recipient is strictly prohibited. If you have received this communication in error, please notify us immediately by calling (978) 369-5585 or by electronic mail (gtisdale@tisdalecpa.com) Thank you.
Doug Meenen

[BR_forum] SYSTEM437.exe

Post by Doug Meenen »

George,

I created my own install_fonts.bat script that uses Windows commands

echo on
rem start of install fonts program for windows pc's

:copy_files
cd %TEMP%
copy /Y %TEMP%systempc.fon %WINDIR%Fontssystempc.fon
:in-fonts
start /w fontview.exe %WINDIR%fontssystempc.fon
echo "Install Font Files finished"
exit

Try this , you can call it from another install program if you need to.

Doug Meenen




--- On Thu, 6/4/09, George Tisdale <GTISDALE@tisdalecpa.com> wrote:
From: George Tisdale <GTISDALE@tisdalecpa.com>
Subject: [BR_forum] SYSTEM437.exe
To: "Business Rules Forum" <br_forum@ads.net>
Date: Thursday, June 4, 2009, 12:20 PM


The old SYSTEM437.exe that many of us have used to install SYSTEMPC font on client computers is not compatible with Vista 64 bit operating system and setting the compatibility mode on the file does not cure the defect. Has anyone (or could someone) update the Install Shield wrapper so that a version will work with Vista 64?

George L. Tisdale, CPA
Tisdale CPA
75 Junction Square Drive
Concord, MA 01742
(978) 369-5585

IRS Circular 230 Notice: "To ensure compliance with requirements imposed by the IRS, we inform you that any U.S. tax advice contained in this communication (including any attachments) is not intended or written to be used, and cannot be used, for the purpose of (i) avoiding penalties under the Internal Revenue Code or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein."



This electronic message transmission contains information which is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination or distribution of this communication to other than the intended recipient is strictly prohibited. If you have received this communication in error, please notify us immediately by calling (978) 369-5585 or by electronic mail (gtisdale@tisdalecpa.com) Thank you.




-----Inline Attachment Follows-----

_______________________________________________
BR_forum mailing list
BR_forum@ads.net
http://ads.net/mailman/listinfo/br_forum_ads.net
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

[BR_forum] SYSTEM437.exe

Post by John »

I made one with inno setup in the past, but I won't be able to look
for it nor make another till next week, but if no one else beats me to
it I will then

-john

On 6/4/09, George Tisdale <GTISDALE@tisdalecpa.com> wrote:
The old SYSTEM437.exe that many of us have used to install SYSTEMPC font
on client computers is not compatible with Vista 64 bit operating system
and setting the compatibility mode on the file does not cure the defect.
Has anyone (or could someone) update the Install Shield wrapper so that
a version will work with Vista 64?



George L. Tisdale, CPA

Tisdale CPA

75 Junction Square Drive

Concord, MA 01742

(978) 369-5585



IRS Circular 230 Notice: "To ensure compliance with requirements imposed
by the IRS, we inform you that any U.S. tax advice contained in this
communication (including any attachments) is not intended or written to
be used, and cannot be used, for the purpose of (i) avoiding penalties
under the Internal Revenue Code or (ii) promoting, marketing or
recommending to another party any transaction or matter addressed
herein."







This electronic message transmission contains information which is
intended only for the use of the individual or entity to which it is
addressed and may contain information that is privileged, confidential
and exempt from disclosure under applicable law. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination or distribution of this communication to other than the
intended recipient is strictly prohibited. If you have received this
communication in error, please notify us immediately by calling (978)
369-5585 or by electronic mail (gtisdale@tisdalecpa.com) Thank you.





_______________________________________________
BR_forum mailing list
BR_forum@ads.net
http://ads.net/mailman/listinfo/br_forum_ads.net
John Bowman
Post Reply