PDA

View Full Version : File information for files IN the setup


jassing
12-01-2001, 01:27 PM
is it possible somehow (if not, this is a suggestion) to get the file information of files IN the setup project?

ie: at runtime, I could display a screen saying "upgrading MyExe.exe from version %AppDirVerInfo% to Version %SetupVerINfo% ?

Lorne
12-03-2001, 10:34 AM
Not sure if there's a way to get that info from the archive, but...one workaround would be to install the file to a temporary location to read its file information. (Not an ideal solution, but it would work.)