Usage of 'Installation Utility' on OS4.0

AmigaOS users can make feature requests in this forum.
Post Reply
User avatar
theamigaone
Posts: 24
Joined: Sun Jun 30, 2013 1:48 pm
Location: United Kingdom
Contact:

Usage of 'Installation Utility' on OS4.0

Post 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.
Nephele Cloud App OS4 Developer - AmigaOneXE OS4.1.6
http://www.youtube.com/theamigaone
http://taosoftware.blogspot.com
User avatar
ssolie
Beta Tester
Beta Tester
Posts: 1010
Joined: Mon Dec 20, 2010 8:51 pm
Location: Canada
Contact:

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

Post 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.
ExecSG Team Lead
User avatar
theamigaone
Posts: 24
Joined: Sun Jun 30, 2013 1:48 pm
Location: United Kingdom
Contact:

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

Post 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.
Nephele Cloud App OS4 Developer - AmigaOneXE OS4.1.6
http://www.youtube.com/theamigaone
http://taosoftware.blogspot.com
Post Reply