Reply to Message

View discussion in a popup

Replying to:
rterakedis
VMware Employee
VMware Employee

TommyThomassen​ --

I was playing around and I think you can also do this a second way:

1) Rename the plist/pkg files before you upload them

2) Modify the plist:

  • Modify the value for the name if you want
  • Modify the value for the installer_item_location
  • Change the version to 5.0.2-13 (or whatever version is current -- keep the hyphen for build number)
  • Add an Installs array as follows

<key>installs</key>

                <array>

                        <dict>

                                <key>CFBundleIdentifier</key>

                                <string>com.paloaltonetworks.GlobalProtect</string>

                                <key>CFBundleName</key>

                                <string>GlobalProtect</string>

                                <key>CFBundleShortVersionString</key>

                                <string>5.0.2-13</string>

                                <key>minosversion</key>

                                <string>10.10.0</string>

                                <key>path</key>

                                <string>/Applications/GlobalProtect.app</string>

                                <key>type</key>

                                <string>application</string>

                                <key>version_comparison_key</key>

                                <string>CFBundleShortVersionString</string>

                        </dict>

                </array>

View solution in original post

Reply
0 Kudos