Good morning Erel,
I think that it would be a good idea to add the following 3 lines into the Inno Setup file under the setup section. I personally add these 3 lines to all new executable setup files for my clients. To me it just makes deploying software to clients look that little bit more professional, especially the OutputBaseFilename and UninstallDisplayIcon options.
Even if you don't add these lines to the Inno Setup file automatically, I will always add them manually as it makes for a better experience in my opinion.
By the way I also believe that the following line should also be changed to be this default, but it's not as important to others as it is to myself. If you have more than 1 application then each application should be in its own folder but saved in a main folder under the developers/publisher/companies name, like what Adobe, Microsoft, Anywhere software, myself etc etc etc do with multiple packages.
Thank you
I think that it would be a good idea to add the following 3 lines into the Inno Setup file under the setup section. I personally add these 3 lines to all new executable setup files for my clients. To me it just makes deploying software to clients look that little bit more professional, especially the OutputBaseFilename and UninstallDisplayIcon options.
B4X:
OutputBaseFilename=Setup {#MyAppName}
UninstallDisplayIcon={app}\{#MyAppExeName}
VersionInfoVersion=1.0.0.0
Even if you don't add these lines to the Inno Setup file automatically, I will always add them manually as it makes for a better experience in my opinion.
By the way I also believe that the following line should also be changed to be this default, but it's not as important to others as it is to myself. If you have more than 1 application then each application should be in its own folder but saved in a main folder under the developers/publisher/companies name, like what Adobe, Microsoft, Anywhere software, myself etc etc etc do with multiple packages.
B4X:
DefaultDirName={pf}\{#MyAppPublisher}\{#MyAppName}
Thank you
Last edited: