Is it possible to add version info to a CHM file whilst compiling the a setup executable?
Here is a bit of history about my application. In the past I always installed the CHM file with the setup:
[Files]
Source: "CommunityTalks.chm"; DestDir: "{app}"; Flags: ignoreversion
Beginning with my next version I am going to have my help documentation online. However, I am going to put the CHM version of the file on my site. The user can then opt to download and use this local CHM file instead of going online.
So, there are a couple of things I am trying to achieve:
When they install this new version I would like it to check for the presence of the CommunityTalks.chm file in the app folder. If it does not have any version information it should be deleted.
When I am compiling the setup I want to add version information to my external CHM file so that I know I can just upload it to the website afterwards.
This way, when a user chooses to download the CHM I will be able to check the version that they have.