<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>PACKAGING on TheMacGuy.in</title>
    <link>https://blog.themacguy.in/tags/packaging/</link>
    <description>Recent content in PACKAGING on TheMacGuy.in</description>
    <image>
      <url>https://blog.themacguy.in/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.themacguy.in/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Mon, 18 Sep 2017 23:55:59 +0530</lastBuildDate><atom:link href="https://blog.themacguy.in/tags/packaging/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Creating PAYLOAD-FREE Package</title>
      <link>https://blog.themacguy.in/posts/2017/2017-09-september/2017-09-18-01-payload-free-pkg/</link>
      <pubDate>Mon, 18 Sep 2017 23:55:59 +0530</pubDate>
      
      <guid>https://blog.themacguy.in/posts/2017/2017-09-september/2017-09-18-01-payload-free-pkg/</guid>
      <description>Creating PAYLOAD-FREE Package Here’s how we make a “true” payload-free package (that does not leave a receipt):
pkgbuild --nopayload --scripts /path/to/scripts_dir --identifier org.example.payloadfree --version 1.0 MyGreatPayloadFree.pkg But payload-free packages built this way have a “feature” that can sometimes prove problematic. Flat packages built with pkgbuild using the --nopayload option do not leave receipts in the pkgutil database. This means it can be difficult to determine if a given payload-free package has already been installed on a given machine.</description>
    </item>
    
    <item>
      <title>Convert .app to .pkg (Packaging)</title>
      <link>https://blog.themacguy.in/posts/2017/2017-06-june/2017-06-06-03-packaging/</link>
      <pubDate>Tue, 06 Jun 2017 23:55:59 +0530</pubDate>
      
      <guid>https://blog.themacguy.in/posts/2017/2017-06-june/2017-06-06-03-packaging/</guid>
      <description>1. Productbuild + ARD demo suggestion: Create a distribution package of a small app (man productbuild) and distribute the package to each attendee’s Mac using ARD.
Example for Firefox :
productbuild --component /Applications/Firefox.app/ /Applications/ ~/Desktop/Firefox.pkg 2. pkgbuild General example :
sudo pkgbuild --install-location /Applications --component /path/to/app/for/MyGreatApp.app ./path/to/save/package/packagename.pkg Example for Firefox :
sudo pkgbuild --install-location /Applications --component /Applications/Firefox.app ~/Desktop/Firefox_v300.pkg Reference articles : http://thegreyblog.blogspot.in/2014/06/os-x-creating-packages-from-command_2.html{:target=&amp;quot;_blank&amp;quot;} https://www.jamf.com/jamf-nation/discussions/14843/app-installations{:target=&amp;quot;_blank&amp;quot;} https://www.youtube.com/watch?v=oKxjxi9Eny8{:target=&amp;quot;_blank&amp;quot;} </description>
    </item>
    
  </channel>
</rss>
