<div> </div>
<div class="gmail_quote">On Thu, Dec 2, 2010 at 5:05 AM, A J Stiles <span dir="ltr"><<a href="mailto:asterisk_list@earthshod.co.uk">asterisk_list@earthshod.co.uk</a>></span> wrote:<br></div>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Assuming Solaris is anything like Linux, the installer will just be a shell
<div>script. Open the script in a text editor and search for the text of the</div>
<div>error message. It will be wrapped inside an `if` statement, just alter this</div>
<div>so the test always passes.</div>
<div> </div>
<div>I had to do something similar to allow the Flashplayer installer to install</div>
<div>the 32-bit Flash binary into users' home directories held on a 64-bit NFS</div>
<div>server and exported to 32-bit workstations, right from the server.</div>
<div> </div>
<div>--</div>
<div>AJS</div></blockquote>
<div class="gmail_quote"> </div>
<div class="gmail_quote">
<div><font face="tahoma,sans-serif">yes Solaris is a lot like Linux, well they're all just variations of the standard Posix-C old AT&T Unix systems right? But the pkg files I have are just bundles like RPMs etc, and I haven't really explored how to open / extract the files inside a pkg and then muck around with them but I'm sure it's not difficult to do. I guess I haven't found out how to unpack a "pkg" file and extract the contents, then find the script that running and modify/edit it. </font></div>
<font face="tahoma,sans-serif">
<div></div></font> </div>