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.
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.