|
|
|
#1
|
||||
|
||||
|
I do not know if I understand
Code:
#define AppExe = "game.exe"
[Icons]
Name: "{userdesktop}\Uninstall {#AppName}"; Filename: "{app}\Uninstall\unins000.exe"; WorkingDir: {app}\Uninstall; Check: CheckError
Name: "{userdesktop}\Install {#AppName}"; Filename: "{app}\{#AppExe}";WorkingDir: {app}; Check: CheckError
Name: "{group}\{#AppName}"; Filename: "{app}\{#AppExe}"; WorkingDir: {app}; Check: CheckError
Name: "{group}\Uninstall {#AppName}"; Filename: "{app}\Uninstall\unins000.exe"; WorkingDir: {app}\Uninstall; Check: CheckError
Last edited by rinaldo; 01-03-2017 at 01:14. |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
ZakirAhmad (01-03-2017) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
#3
|
|||
|
|||
|
@rinaldo
Bro... as i am newbie in programming... I failed what is missing while trying to compile ur script... please if possible... post the full script... thanks alot for all ur help and patience... thanks... |
|
#4
|
||||
|
||||
|
ok
done
|
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
ZakirAhmad (02-03-2017) | ||
|
#5
|
|||
|
|||
![]() how can i add these options in wpi ? |
|
#6
|
||||
|
||||
|
Open WindowsPhone.iss and edit like this:
[Redists] ;Redist Caption|Exec Directory + File|Arguments Redist1=Direct X 9.0c|DirectX\DXSetup.exe|/silent Redist2=Microsoft Visual C++ 2013 x86|_CommonRedist\vcredist\2013\vcredist_x86.exe|quiet /norestart Hope it'll help
Last edited by GTX590; 05-03-2017 at 15:02. |
| The Following User Says Thank You to GTX590 For This Useful Post: | ||
TWOELV (05-03-2017) | ||
|
#7
|
|||
|
|||
|
thank you also how can i do that 64 bit and 32 bit ?
|
|
#8
|
||||
|
||||
|
Same thing, just open WindowsPhone.iss and edit like this:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=Battlefield 4||bf4_x86.exe|Play Battlefield(TM) 4 AppExe2=Battlefield 4 (64-Bit)||bf4.exe|Play Battlefield(TM) 4 (64-Bit) |
|
#9
|
|||
|
|||
|
i meant how can i make 32bit and 64bit optional like if the user wants to only install 64bit version of the game then 32 bit needs to be unchecked
|
|
#10
|
||||
|
||||
|
Automatic
Code:
IsWin64 not IsWin64 Last edited by rinaldo; 06-03-2017 at 04:51. |
|
#11
|
|||
|
|||
|
Thank you so much <3
so i am assuming it should be the same if i want to add .bin files there right ? like user can choose which .bin to install and which not too |
|
#12
|
||||
|
||||
|
Mm
Quote:
yes you can choose to install whatever you want adding Vx ... Last edited by rinaldo; 06-03-2017 at 04:53. |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
TWOELV (06-03-2017) | ||
|
#13
|
|||
|
|||
|
awesome so i got everything working fine
now i just need to know how can i make these two button direct to one of the .bin files so if the user clicks on the 64bit then it will install data2.bin and if the user clicks on the 32bit then it will install data3.bin
|
|
#14
|
||||
|
||||
|
I have already given so too contribution to this script that I claim copyright to the creator
, now use other scripts because this program to the limitations .. I'm sorry but I will no longer forgive me updates
|
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
TWOELV (07-03-2017) | ||
|
#15
|
|||
|
|||
|
Quote:
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
| Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |