Page 1 of 1

Usage of 'Installation Utility' on OS4.0

Posted: Mon Jul 01, 2013 7:11 pm
by theamigaone
In the AmigaOS4.1 cd and updates started using the new 'Installation Utility' which runs a python for the install content. I've started working on building an install script for this utility only to realize it is currently not available for OS4.0 users. So far it seems to crash on OS4.0 when copying files using the AddPackage.

Would it be possible to make it a public download (eg Os4depot) or allow it to be included in distributions just like the old commodore installer.

Re: Usage of 'Installation Utility' on OS4.0

Posted: Tue Jul 02, 2013 5:57 pm
by ssolie
Installation Utility is implemented using Python which in turn uses shared objects which did not work correctly until 4.1.

I suggest you use the good old Installer on 4.0 to avoid the dependency issues.

Re: Usage of 'Installation Utility' on OS4.0

Posted: Wed Jul 03, 2013 1:53 pm
by theamigaone
True, thanks for the info. I'll do some more testing with my different installations. So far it seems just the AddPackage/page(INSTALL), things like License/Readme/GUI pages are working fine. I'll just resort to os.system copy functions for OS4.0 usage.