Flags in Program exe and Add Folders

Started by Randem, November 05, 2007, 06:52:49 AM

Previous topic - Next topic

Randem

BTW: There is no reason to add the folder in Add Folder and in the search area at the same time. The Add Folder tab will just copy the files. Meant to copy bmp,jpg,png,txt files etc... to be COPIED with the installation.

luigi36


Randem

InnoScript does not search the folders included in Add Folders. Add Folders is so that you can include a whole folder of files to be deployed along with your app, Nothing more. If you want that folder searched for the files you must include it in the search area list then re-run the InnoScript conversion.
 
The default flags for the program are correct. You can change them via a template if you do not want the default flags. The shared flag is fine and the restart replace flag is in case the program is running at the time of the install (Update). Then it will be updated on the next restart.

luigi36

All the files (.exe, .ocr . dll) non found are in D:\Innosetup\PB6Redis included in Add Folders.
If I put this folder in search path all is right.
 
The program file Rubritel.exe is not a shared file but the program to be installed in Program Files with flags: ignoreversion or no flags
 
Bye
Luigi

Randem

Post your script with a description of what you are referring too. It's hard to understand without seeing your script...