I would like to automate the build process, though. So, here is the scenario...
I create a shell install that has a prerequisite for another of our installs. I define the URL to the prerequisite (which is named based upon a version number), and browse to it locally to set the MD5 values, etc. Everything is good.
A week later, I update the prerequisite install. This means that I need to rebuild the shell install to point to the updated version specific url, and I need to browse to the local copy of the prerequisite to get the current size and MD5 value. I usually forget to to that, and my shell install gets a "file size error" on the found prerequisite.
I could live with keeping the URL of the prerequisite always the same, but it sure is nice to embed the version number in the URL. But, even if I did keep the URL the same, the MD5 and size values will change.
My question: Is there a way to automate the build of the shell project to automatically update the size and MD5 value of the prerequisites? I guess the prerequisite definition would have to point to a local file, from which the value can be updated, and that's not part of the prerequisite definition, is it
If I wanted to write my own application to edit these values automatically in a batch build process, can you point to a doc on how to calculate the MD5 value?
I guess I could turn of the size check, too. That's probably an easier way to go, isn't it.
FOLLOW US
Get the latest news in Application Packaging