Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-11-2021, 06:36
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 219
Thanks: 519
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
Hello, I would like to change the layout of the boxes where there is an 'install' 'uninstall' and quit. to put them on the same line to launch the game below the icon images.

how to do?
Reply With Quote
Sponsored Links
  #2  
Old 13-11-2021, 08:41
FIFA_LOVER FIFA_LOVER is offline
Registered User
 
Join Date: Jul 2021
Location: Los Santos
Posts: 17
Thanks: 55
Thanked 5 Times in 5 Posts
FIFA_LOVER is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
Hello, I would like to change the layout of the boxes where there is an 'install' 'uninstall' and quit. to put them on the same line to launch the game below the icon images.

how to do?
My friend you will need tooooooooooooooooooo much inno scripting knowledge unless someone helper experienced one takes ur request
Reply With Quote
  #3  
Old 13-11-2021, 08:59
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
Hello, I would like to change the layout of the boxes where there is an 'install' 'uninstall' and quit. to put them on the same line to launch the game below the icon images.

how to do?
Find below codes... (line number 62** to 65**)
Code:
function InitializeSetup:Boolean;
.
.
.
.
.
    InstallTile:=TileCreate(AutorunForm,30,90,100,100,ExpandConstant('{tmp}\Install.png'),'Install',mrOk, False);

    TileSetEvent(InstallTile,@InstallTileClick);
    UninstallTile:=TileCreate(AutorunForm,InstallTile.Base.Left,InstallTile.Base.Top+InstallTile.Base.Height+5,InstallTile.Base.Width,InstallTile.Base.Height,ExpandConstant('{tmp}\Uninstall.png'),'Uninstall',mrNone, False);
    TileSetEvent(UninstallTile,@UninstallTileClick);
    ExitTile:=TileCreate(AutorunForm,InstallTile.Base.Left,UninstallTile.Base.Top+UninstallTile.Base.Height+5,InstallTile.Base.Width,InstallTile.Base.Height,ExpandConstant('{tmp}\Exit.png'),'Exit',mrCancel, False);
    TileSetEvent(ExitTile,@ExitTileClick);

    Launch1Tile:=TileCreate(AutorunForm,InstallTile.Base.Left+InstallTile.Base.Width+10,InstallTile.Base.Top,320,200,ExpandConstant('{tmp}\Tile1'),'',mrCancel, True);

  #ifdef AppExe1
    Launch2Tile:=TileCreate(AutorunForm,InstallTile.Base.Left+InstallTile.Base.Width+10,InstallTile.Base.Top+Launch1Tile.Base.Height+10,InstallTile.Base.Width,InstallTile.Base.Height,ExpandConstant('{tmp}\Tile2'),'Play '+'{#E1[59]}',mrCancel, True);
    TileSetEvent(Launch2Tile,@Launch2TileClick);
  #ifdef AppExe2
    Launch3Tile:=TileCreate(AutorunForm,Launch2Tile.Base.Left+Launch2Tile.Base.Width+10,InstallTile.Base.Top+Launch1Tile.Base.Height+10,InstallTile.Base.Width,InstallTile.Base.Height,ExpandConstant('{tmp}\Tile3'),'Play '+'{#E2[59]}',mrCancel, True);
    TileSetEvent(Launch3Tile,@Launch3TileClick);
  #ifdef AppExe3
    Launch4Tile:=TileCreate(AutorunForm,Launch3Tile.Base.Left+Launch3Tile.Base.Width+10,InstallTile.Base.Top+Launch1Tile.Base.Height+10,InstallTile.Base.Width,InstallTile.Base.Height,ExpandConstant('{tmp}\Tile4'),'Play '+'{#E3[59]}',mrCancel, True);
    TileSetEvent(Launch4Tile,@Launch4TileClick);
  #endif
  #endif
  #endif
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Coming Soon: Metro Install Creator Razor12911 Conversion Tutorials 48 31-10-2021 02:59
Windows Phone Installer (FMX) Redists Help... ramazan19833 Conversion Tutorials 3 15-12-2017 04:08
Custom Installer (help test ) windows 8 Dante1995 Conversion Tutorials 4 07-07-2014 03:43
321 studios game x copy acehardy12 XBox Games 6 29-06-2005 13:55



All times are GMT -7. The time now is 07:52.


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