#16
|
|||
|
|||
HI.....
how to add in this script to install directx , visual c++ can choose on installation screen |
Sponsored Links |
#17
|
|||
|
|||
bin them separately, then. It total there will be 4 bin file for each of them. Then you can edit setup.ini like described in tutorial thread
|
#18
|
|||
|
|||
They're already there. If you're asking for another conversion refer this thread:
http://www.fileforums.com/showthread.php?t=93191 |
#19
|
|||
|
|||
Hi....me again
this can run program.msi or not?? |
#20
|
|||
|
|||
Launcher will run .msi, exe files, however in compiling, it will not create msi extension setups.
Last edited by REV0; 10-08-2012 at 05:34. Reason: Dang, re-read again |
#21
|
||||
|
||||
yes you can run MSI from script.
|
#22
|
||||
|
||||
Quote:
If you want to exclude GameAssets folder you need something like this Code:
arc a -r -ep1 -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 -n"%choice1%\*" -x"%choice1%\GameAssets\*" |
#23
|
||||
|
||||
the launch he's refering to is the one to run directx, vcredist, etc ( it will run a MSI file just fine ) it doesnt create a msi setup, but includes the command to run the msi file within the setup.exe. ( it's in the setup.ini, remember ?! )
|
#24
|
|||
|
|||
Quote:
Too much work, too little time; brain cell overheat |
#25
|
||||
|
||||
Quote:
that's all meaning 3 bin files . that's all but i still have the problem i described up there any help?!!!! |
#26
|
||||
|
||||
to make it easier for yourself, run the bat file for bins 2 & 3 only, set the choice command beforehand
IE: set choice1=x:\Gamename\GameAssets\ this way the default folder is the GameAssets subfolder, then you can add the folders you dont want to include in the bin2/bin3 archives. -x"%choice1%\subfolder1\*", -x"%choice1%\subfolder2\*".... this will create the archive you want without those 2 subfolder NOT in bin2 archive, same for bin3 archive but reverse the 2 subfolders of course. |
#27
|
||||
|
||||
Hi Revo.
Congratulation for this tutorial of Inno Setup. How can i make text box transparent (Welcome to the blá blá) on Inno Setup? See the example below. 52573232[1].jpg Thanks in advance. |
#28
|
||||
|
||||
Andre Jesus it's just PNG with some transparency (setup.cab\setup\textbg.png)
|
#29
|
|||
|
|||
Also, you can use same TextBG.png just resize it via setup.ini
|
#30
|
|||
|
|||
delete TextBG.png from Setup.cab
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |