Problems installing IBM Workplace Forms for Mac on OS X 10.5 Leopard (UPDATED 11/15/2007)

I have just tried installing the current version of IBM Workplace Forms Viewer - Mac Special Edition (2.5.1) on a Mac Pro 2.66GHz Intel Quad which was upgraded to Leopard from Tiger a couple of days ago. The original Tiger installation did not have this program installed so I downloaded the latest version for Intel Macs. When the installation comes to the point where you choose which drive to install the application on, I get the following message:

IBM Workplace Forms Viewer cannot be installed on this computer.
The IBM Workplace Forms Viewer 2.5.1 - Macintosh OS Special Edition does not support your system setup. Please Contact your system administrator for further instructions.

When you click on the "Close" button on the message the installation program closes. It is unclear whether the problem is with Leopard itself or a preference setting. This application when installed on Tiger breaks several application rules which included installing and only running from within the user's directory rather than from the Application directory. Maybe Apple has banished apps from the user directory (God knows they have been informing everyone not to put them there for the past 5-6 years). If so, then that might be the reason.

Has anyone else had similar experiences or heard anything about it elsewhere? I know that Grants.gov was supposed to migrate to a PDF-based submission solution but have not seen anything on their progress. I know that there are upcoming grant deadlines for NIH and NSF and do not want to upgrade to Leopard people that are still on PPC Macs (I do know that I can run the Windows version using Boot Camp or a virtual machine set-up on Intel Macs).

Thanks in advance for any comments you can provide.

Update (11/15/2007):
Grants.gov is aware of the problem. They have begun moving their submission process from the PureEdge forms to a PDF forms based process so an updated IBM Workforms Viewer is unlikely. The forms will be real PDF form packages that will be editable in Adobe Acrobat 8.1.1 or Acrobat Pro 8.1.1. But it will take a little time to transition the forms to this new process. It is hard to find the PDF forms out there right now. Also be aware that Acrobat is not fully functional in Leopard and that Adobe is looking at providing a fix sometime in January. The only two options for now are: 1. Stay at OS X 10.4.x . 2. Run PureEdge forms using Windows XP on an Intel Mac using either BootCamp or a virtual machine (i.e. Parallels Workstation or VMWare Fusion).

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Unable to Install IBM Workplace Forms Viewer

I receive the same message when trying to install the package on the iMac that I recently upgraded to Leopard. Does anyone have any suggestions for grant submissions through Grants.gov?

On a PowerPC Mac with

On a PowerPC Mac with 10.5.1, I extracted the program manually from the installer package, and it was able to open up a Grants.gov application. Unforunately, it crashed on me once when closing the Viewer, and once when opening the 424. So I think that beyond the installer preventing installation, the application just doesn't work on Leopard.

problems on 10.4.10 too

I am having trouble installing the viewer on a 10.4.10 system too (intel iMac). I got some error saying it can't write to /Library/Receipts/
Strange, the viewer was on there before, but then I lost it. Re-install failed with above error.
BTW, I have it working on a MacBook with same OS, but there it was installed a while ago.

I got it to install by doing some su tricks from the console.

Ditto here...

I'm on 10.5.1 and having the same issue. Working with IBM on this right now and will post resolution when/if anything happens.

Must use Citrix again?

Argh!
http://www.grants.gov/techlib/grantscitrixpackage.pdf
Also, you will need to fix the .ica file in Text Edit (but save as a .ica file), the last address is WRONG!
Use this text, copy and paste, then save as .ica (also improved screen size Desired HRES and VRES on this version):

[WFClient]
Version=1

[ApplicationServers]
Connection To Citrix Server=

[Connection To Citrix Server]
UseFullScreen=No
DesiredVRES=1024
DesiredHRES=1024
WinStationDriver=ICA 3.0
TransportDriver=TCP/IP
DisableCtrlAltDel=On
DoNotUseDefaultCSL=On
LocHttpBrowserAddress=128.231.74.221
LocTcpBrowserAddress=128.231.74.221
ZLMouseMode=2
ZLKeyboardMode=0
SSLEnable=Off
BrowserProtocol=UDP
EncryptionLevelSession=RC5 (128 bit)
UseDefaultEncryption=Off
ProxyUseDefault=On
Compress=On
AudioBandwidthLimit=1
ClientAudio=On
InitialProgram=#IE PureEdge
Address=128.231.74.221

some explanations

I am investigating this problem with installation and just taking notes as I go.

If you look within
/Volumes/Install IBM Workplace Forms Viewer/MacViewer.pkg/Contents/Resources
that is where package was mounted after you download and unzip it,
there is a file InstallationCheck which is obviously being run by installer.
If you just run this file from command line
> source InstallationCheck
you get "Version error. Exit install", search for that and you realize that a stupid line inside that batch verifies that your OS is _exactly_ 10.4 not later than that
>system_profiler | grep OS
make a copy of the whole installation pkg to a new location so you can edit that
cp -R /Volumes/Install\ IBM\ Workplace\ Forms\ Viewer ~/Desktop/
then run installation from that location normally
remains to be seen if the software works ... but it installs.

Odd that noone at IBM or NIH has fixed that in over a year .

Leon Peshkin