Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

papersushi

macrumors regular
Original poster
Nov 14, 2003
150
7
I am trying to setup a file installer by using InstallerVise. I am trying to convert following steps to a single Installer files:

Copy AppleADB.kext to user's Home folder
Perfoming the following commands in terminal window:

sudo chown -R root:wheel ./AppleADB.kext
sudo kextunload /System/Library/Extensions/AppleADB.kext && \
sudo kextload ./AppleADB.kext

However, I am not sure how to call these Terminal commands from InstallerVise program. When I build the project, it offers a option call "Add Unix Script Action". I copied above commands in it, still doesn't work. (I have included a screenshot)

Anyone knows how to add Terminal command operations to the installer file? Thanks a million.
 

Attachments

  • vise.jpg
    vise.jpg
    46.6 KB · Views: 48
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.