Xref: utzoo comp.sys.mac:22070 comp.sys.mac.programmer:2915 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!purdue!decwrl!ucbvax!ucdavis!deneb.ucdavis.edu!u545731798ea From: u545731798ea@deneb.ucdavis.edu (L. Greg DeMichillie) Newsgroups: comp.sys.mac,comp.sys.mac.programmer Subject: Re: Reading 'install scripts'... Keywords: installer Message-ID: <3215@ucdavis.ucdavis.edu> Date: 27 Oct 88 04:00:20 GMT References: <14298@iuvax.cs.indiana.edu> Sender: uucp@ucdavis.ucdavis.edu Reply-To: u545731798ea@deneb.ucdavis.edu.UUCP (L. Greg DeMichillie) Organization: UC Davis Lines: 32 In article <14298@iuvax.cs.indiana.edu> viking@iuvax.cs.indiana.edu (Jon W. Backstrom) writes: >This is a potentially ignorant question, but is it possible to read >the contents of an install script in order to tell what it will do >when it gets executed? > >I get install scripts with about every software package I purchase and >I'm never quite sure what the script is doing. If there is a software >tool that reads scripts, I'd like to know about it. > >------------------------------------------------------------------------------ >Jon W. Backstrom "Yah sure...we gonna have fun, you bet!" Actually, you can use ResEdit to view installer scripts. Scripts are stored as resources of type 'insc'. Each insc resource is just a list of strings indicating the resource type and numbers to be copied. To make things even easier, there is an insc template installed in ResEdit (at least in version 1.2b2) that allows you to directly edit the insc. A word of caution: you should of course be careful when mucking around with installer scripts, if the manufacturer wanted a particular resource to be installed and you don't install it, the program may get downright nasty about it. Have fun ----- L. Greg DeMichillie "How much is a Jasmine hard disk *without* Apple Student Rep - UC Davis the keyboard?" lgdemichillie@ucdavis.edu - Weird computer customer question of AppleLink: ST0178 the week Disclaimer: If you've seen one disclaimer, you've seen them all.