We have an application consisting of various parts:
- A printer driver build with Inno-Setup.
- Custom written C# dll's.
- An AutoIt script, packaging and installing the previous two.
The printer driver is listed in the Add/Remove section of Windows, with [name]
, [publisher]
and [installed on]
fields displayed as expected. But the [size]
and [version]
fields are left blank.
Our client wants us to update the [version]
field. Where is this information stored (how to update or add this in the Add/Remove section of Windows)?