We use VMs to build our packages and do our installation testing because they’re easy to roll back and all that. An unavoidable side effect, though, is that I then lose the packages that I had in Composer under the SOURCES caption on the left. At first I thought this wasn’t a huge deal since I can simply drag the package back in to Composer and do a “Convert to Source” on it, right? Wrong.
Every time I do this, even with a package that I JUST MADE IN COMPOSER, I get the following two error messages:
Converting to source failed
Command failed with error code (1): '/usr/sbin/ installer' (null)
and
Command failed with error code (1): '/usr/sbin/installer'
Clicking OK on both boxes takes me back to the Composer window, and I’m no closer to being able to modify or view the package than I was before I started.
My question is this – is there a way to save the “guts” of the package as with programs like Iceburg or Packages, or do I just need to have a VM that I never change for all my Composer work? I'd like to be able to add/change one little thing without having to re-create the entire package from scratch.
A few more details:
- This happens in a VM running 10.8.5 as well as a VM running 10.9.4
- I am logging in with a local admin user account
- The VMs are on the network, but not joined to our domain at all (and removing network access makes no difference)
- We're currently using Casper 9.31, but also had this problem back in 8.7 (with the occasional signed package)
- None of these packages is signed
Thanks in advance for any help/recommendations/suggestions!