Description
After installation, those 3 files are created :
- Uninstall @ProductName@.dat
- Uninstall @ProductName@.exe
- Uninstall @ProductName@.ini
I suspect that @ProductName@ should be automatically replaced by what I have in my config.xml :
<Installer>
<Name>TaDaweb Creator</Name>
...
</Installer>
<ProductName> is one of the 'Predefined Variables' (see doc) which we should be able to use. May this variable not being setted yet when creating the uninstaller name?