Re: easy uninstaller solution
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=diFpCB7JzO+fhjM3H1q4aoWph/C1meSX8Q+4nrwr3gw=; b=YOxhfaXuyOyZiclyvKZOnpPNTtJUv0RHjfF1P53FAkWb4Ui4+7hHcTVFs+++iXK2B3 XmIl9PVtPNLpsbj9MbGS1Sdv4Xzr1wyYrQfMkCYpC/4P2VazKbj9SaS0zvonLRrjL/rq KoPtWkBmQS8FNLd8a8SUdTIs+knWO7SadvbyU= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=YTBtfnmfly8aM9WLqzjzQjnHiBiOay9Yx4YRVtnNtspWGfmgii+TVXJBCoYcL1yq1M HMIkawDBrBXOyBvfNEgpQBtsbeg5GPNeYlmD696NIHzcmMDOTiDl9XbJkbVZ8szg4pUJ L3aS55j19PwArcXvjK1PkvamUHFKhC6yZHFuA= I could certainly see that. The AppleScript approach I'm using just has a couple AppleScript dialogs. It's really designed for people (like me) who have never quite taken the Cocoa or even AppleScript plunge (but know a little sh) and just want to get an uninstaller working. -Adam On Wed, Oct 22, 2008 at 7:23 PM, Adam Fisk <a@littleshoot.org> wrote:
I could certainly see that. The AppleScript approach I'm using just has a couple AppleScript dialogs. It's really designed for people (like me) who have never quite taken the Cocoa or even AppleScript plunge (but know a little sh) and just want to get an uninstaller working.
-Adam
On Wed, Oct 22, 2008 at 6:35 PM, Bill Janssen <janssen@parc.com> wrote:
Adam Fisk <a@lastbamboo.org> wrote:
Once you've got the application bundle set up, you just need to update and maintain the bash script and never worry about building the bundle or editing the AppleScript (a bit of a pain) again since the AppleScript will always just call whatever's in your bash file.
I find writing a little Cocoa-Python script works pretty well, too, if you need a GUI to your uninstaller.
Bill
-- http://www.littleshoot.org P2P Meets Web 2.0 _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Adam Fisk