Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 31-12-2020, 12:21
velanne velanne is offline
Registered User
 
Join Date: May 2015
Location: france
Posts: 4
Thanks: 2
Thanked 1 Time in 1 Post
velanne is on a distinguished road
hi, how to remove create uninstaller?
Thank you
Reply With Quote
Sponsored Links
  #2  
Old 31-12-2020, 13:04
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by velanne View Post
hi, how to remove create uninstaller?
Thank you
Comment the UninstallCB in procedure CurPageChanged (add // before). Should be enough.
__________________
Haters gonna hate
Reply With Quote
  #3  
Old 31-12-2020, 14:42
velanne velanne is offline
Registered User
 
Join Date: May 2015
Location: france
Posts: 4
Thanks: 2
Thanked 1 Time in 1 Post
velanne is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Comment the UninstallCB in procedure CurPageChanged (add // before). Should be enough.
thanks for answering, sorry but i don't know how.
what exactly should i put?
Reply With Quote
  #4  
Old 01-01-2021, 09:03
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
@velanne , do a search in the script (CTRL + F) and search the script for the lines:
Code:
UnInstallCB.Visible
UninstallCB.Show
Place // before each of the lines you find in the search.
Code:
//UnInstallCB.Visible ...
//UninstallCB.Show;
Reply With Quote
  #5  
Old 01-01-2021, 10:34
velanne velanne is offline
Registered User
 
Join Date: May 2015
Location: france
Posts: 4
Thanks: 2
Thanked 1 Time in 1 Post
velanne is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
@velanne , do a search in the script (CTRL + F) and search the script for the lines:
Code:
UnInstallCB.Visible
UninstallCB.Show
Place // before each of the lines you find in the search.
Code:
//UnInstallCB.Visible ...
//UninstallCB.Show;
Thank you
did not work create an uninstaller and still visible.
I am using ASIS.v7.2.2 with Hotfix2 which is posted on page 61
Reply With Quote
  #6  
Old 01-01-2021, 12:46
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 velanne View Post
Thank you
did not work create an uninstaller and still visible.
I am using ASIS.v7.2.2 with Hotfix2 which is posted on page 61
After changes of previous post, search this part and add red color line line.

Code:
  UninstallCB := TNewCheckBox.Create(WizardForm);
  with UninstallCB do
  begin
    Parent   := WizardForm.SelectDirPage;
    Left     := ScaleX(270);
    Top      := ScaleY(150);
    Width    := ScaleX(240);
    Height   := ScaleY(17);
    Caption  := ExpandConstant('{cm:CreateUninstall}');
    Checked  := True;
    Visible  := False;
  end;
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
velanne (01-01-2021)
  #7  
Old 01-01-2021, 13:10
velanne velanne is offline
Registered User
 
Join Date: May 2015
Location: france
Posts: 4
Thanks: 2
Thanked 1 Time in 1 Post
velanne is on a distinguished road
Thumbs up

Quote:
Originally Posted by Cesar82 View Post
After changes of previous post, search this part and add red color line line.

Code:
  UninstallCB := TNewCheckBox.Create(WizardForm);
  with UninstallCB do
  begin
    Parent   := WizardForm.SelectDirPage;
    Left     := ScaleX(270);
    Top      := ScaleY(150);
    Width    := ScaleX(240);
    Height   := ScaleY(17);
    Caption  := ExpandConstant('{cm:CreateUninstall}');
    Checked  := True;
    Visible  := False;
  end;
Thank you it works now
Reply With Quote
The Following User Says Thank You to velanne For This Useful Post:
Cesar82 (01-01-2021)
  #8  
Old 11-01-2021, 15:47
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Updated a new package (you should use this as a new folder instead of overwrite existing files just for leftovers/deleted things).

Code:
v7.2.2
_____________________________________________________
- Updated compressors
- On cancelling installation the {app} folder will now be deleted
- Added XTool 2020 support
- Added DiskSpan_GUI support (thanks to Cesar82)
- Fixed cancel button
- Removed some leftovers from previous versions in script which are not used anymore
- Moved 'DefaultInstallDir=' key to [Settings] section
  > [ExtractSettings] section removed
- Fixed title on ExitSetupMessageBox if special chars were used (no hieroglyphs)
- Updated DiskSpan_GUI to latest version
- Fixed a problem with lower/uppercase "FreeArc_X" in records.ini reading
- Updated COMPRESSOR_GUI.txt help file (this contains some usefull information now instead to be empty)
Note: Setup.exe/Setup.dll will be created inside ".\DiskSpan_GUI\Setup_Files" folder (in case you search for the file and get lost).
Attached Files
File Type: 7z ASIS.v7.2.2.7z (64.13 MB, 284 views)
__________________
Haters gonna hate
Reply With Quote
The Following 6 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (11-01-2021), ffmla (11-01-2021), L0v3craft (11-01-2021), mausschieber (11-01-2021), Mortal Lord (11-01-2021), Titeuf (11-01-2021)
  #9  
Old 12-01-2021, 08:30
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Thumbs down ASIS.v7.2.2 COMPRESSOR_GUI

COMPRESSOR_GUI

Compression tools marked with a red box in the image are not active when selected

Reply With Quote
  #10  
Old 12-01-2021, 08:48
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 Snake288 View Post
COMPRESSOR_GUI

Compression tools marked with a red box in the image are not active when selected

These methods only have 64-bit compressors.
If the game to be compressed does not work on 32-bit systems (64-bit only), edit the Settings.ini file.
Code:
[Settings]
64BitOnly=1
If the game works on 32/64 bit systems I do not recommend using these methods because it will not be possible to install on 32 bit systems.
If you never need to install on 32-bit systems you can change the key of the Settings.ini file even if the game is compatible with 32/64-bit systems
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (12-01-2021), Mortal Lord (12-01-2021), Titeuf (12-01-2021)
  #11  
Old 21-01-2021, 11:27
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Hi everyone :'(

Hi, I downloaded the new version 7.2.2 and modifying as usual only the info type name etc. etc. as always done, now the problem is that it does not install anything when I load the game the completion happens in a flash, like compression always used "FreeArc" method -m5 changing extension (as always done) how come now I can't install? how do i make everything work as before? (it seems that InternalRecords is no longer there or am I wrong?) Thanks for all friends
Reply With Quote
  #12  
Old 21-01-2021, 11:58
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Use external records.ini (or you can include records.ini inside Setup.dll).
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Titeuf (21-01-2021), XxAZAxX (21-01-2021)
  #13  
Old 21-01-2021, 13:21
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Hi bro

Quote:
Originally Posted by KaktoR View Post
Use external records.ini (or you can include records.ini inside Setup.dll).
Hi KaktoR, you personally which configuration do you recommend to use? "Setup.dll"? if yes, could you show me how to do it? i have never used it differently from my usual do before, thats why i find myself a bit in trouble.. sorry if i waste your time and thanks in advance for all the work you do bro.

(sorry for my bad english)
Reply With Quote
  #14  
Old 21-01-2021, 13:31
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 XxAZAxX View Post
Hi KaktoR, you personally which configuration do you recommend to use? "Setup.dll"? if yes, could you show me how to do it? i have never used it differently from my usual do before, thats why i find myself a bit in trouble.. sorry if i waste your time and thanks in advance for all the work you do bro.

(sorry for my bad english)
From this latest version of ASIS, it works with decompressors stored externally in a file of the same name as the installer with extension ".dll" (Setup.exe/Setup.dll "or Install.exe/Install.dll, etc.).
This DLL file is nothing more than a freeArc (.arc) file and it is necessary to have all the files necessary to do the decompression inside DLL file (Except ISDone.dll and UnArc.dll).
So the current ASIS is being shared with a decompression tool DiskSpan_GUI, which generates the Setup.dll file (with all necessary decompressors) when performing the compression depending on the method chosen to compress.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
XxAZAxX (21-01-2021)
  #15  
Old 21-01-2021, 13:42
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Hi bro

Quote:
Originally Posted by Cesar82 View Post
From this latest version of ASIS, it works with decompressors stored externally in a file of the same name as the installer with extension ".dll" (Setup.exe/Setup.dll "or Install.exe/Install.dll, etc.).
This DLL file is nothing more than a freeArc (.arc) file and it is necessary to have all the files necessary to do the decompression inside DLL file (Except ISDone.dll and UnArc.dll).
So the current ASIS is being shared with a decompression tool DiskSpan_GUI, which generates the Setup.dll file (with all necessary decompressors) when performing the compression depending on the method chosen to compress.
Ah here, I've always used only FreeArc with the simple method -m5 ...

I've never used the "DiskSpan_GUI" and I don't know where to put my hands at the moment .. in practice I would like to compress the files of a game (The Godfather) making it become "Data.AZA" is it possible to make it become this way?

ps: it is possible to translate the DiskSpan_GUI? in other language example Italian?

Thanks to much Cesar82
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 22:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com