Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Windows setup appends files
Windows setup appends files [message #26287] |
Wed, 21 April 2010 11:07  |
Shire
Messages: 41 Registered: September 2006 Location: Russia, Yamal peninsula
|
Member |
|
|
When installing IDE in existing directory, it appends files instead of replace.
|
|
|
|
|
Re: Windows setup appends files [message #26290 is a reply to message #26289] |
Wed, 21 April 2010 16:14  |
 |
koldo
Messages: 3435 Registered: August 2008
|
Senior Veteran |
|
|
Hello Shire/cbpporter
I think that windows installer package is uppbox/WinInstaller2.
This package checks if there is an older install just by checking if theide.exe exists. If it is deleted, install will continue (see file Install.cpp, function BOOL CALLBACK Proc( ), line 32)
In addition, when copying files, for any reason the installer appends the files instead of copying over existing files as it uses FileAppend instead of FileOut (see file 7zMain.c, function void LZMAExtract( ), line 95).
These would explain the problems reported by Shire.
Best regards
IƱaki
|
|
|
Goto Forum:
Current Time: Mon May 12 03:33:45 CEST 2025
Total time taken to generate the page: 0.02732 seconds
|