View Single Post
  #25  
Old 29-08-2011, 01:40
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
OK, OK... At the first sorry for this mess, at the "second first" i know where the problem is. Nobody's noticed the error window isn't black like the rest of Inno Setup? I've realized that todey, checked the "unins000.exe" file and bingo! It comes from original setup, not Inno. During the instalation of conversion Inno creates its own "unins000.exe" and "unins000.dat", but the first one is created at the beginning, the last one at the end of process. Meanwhile Inno moves files from DVD which contains:
Quote:
Originally Posted by peterf1999 View Post
2) Move from Game's installation folder :
Code:
all files (except folders) in the root to 'FNV_DVD5\Binaries' folder
so also the original "unins000.exe" (which overwrites this made by Inno at the beginning) and "unins000.dat" (which is overwriten by this made by Inno at the end). As a result in installation dir there is original .exe and Inno's .dat

BTW: i'd like to compile peterf1999's installers myself and don't need to ask him for doing e.g. 2xDVD instead 1xDVD (as here i did).

Last edited by BAMsE; 29-08-2011 at 01:53.
Reply With Quote