Thread: The Surge 2
View Single Post
  #9  
Old 30-09-2019, 06:36
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by houcine80 View Post
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.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
houcine80 (30-09-2019), mausschieber (30-09-2019)