looks like at some point between when i initally implimented our autoupdates, the aic file now needs the "Size=" (without it i am getting "invalid updates configuration file")
I have a Web site installer, that includes an installer which is run for each client that connects, part of the client installer is to update itself. I am constructing the AMCUpdates.txt (aic) file as part of the install
Previously, when i implemented this, the updates file did not require the Size parameter.(it had been working with just "name", "RegistryKey", "URL" and "Version")
If i now need to include the Size, i need access to the "size" property of the installer, is there a property i can access for that file that i can use to set the Size= parameter for the .aic file?