Quote:
Originally Posted by houcine80
hi
Stveboss & josesango you can test this!
strange this bug because at home everything works ok 
|
Look at the InstallerScript***.iss script in the
[setup] section.
Locate key
UsePreviousAppDir=.
If the value is "
yes", enter the value "
no". (Without quotes).
Build setup.exe again and send it to Stveboss & josesango.
UsePreviousAppDir=no
If this resolves it is because it is trying to install over (Overlap the same installation), or some registry entry conflicts with one that is already installed.
If he installs another installer of the same name before, when installing he will install in the same folder without asking.
SUGGESTION:
The most practical is when you create a conversion open the script with inno setup and click on an empty line.
Then go to the "Tools" menu >> "Generate GUID" (Or press SHIFT + CTRL + G). Will create a GUID on the empty line you clicked earlier (At current cursor position).
Cut this GUID and paste it into the ProductCode= key of the [InstallOptions] section of setup.ini.
By doing so you avoid conflict with other installations that may already be installed.