|
|
|
#1
|
||||
|
||||
|
on what botva version?
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
botva2 0.9.5.130
|
|
#3
|
||||
|
||||
|
hmm, botva2 0.95 automatically extracts images. just include the image in files then load image with imgload function then set image name and extension, done.
Last edited by Razor12911; 31-03-2013 at 05:47. |
|
#4
|
|||
|
|||
|
Hello guys,
Is it possible to run the whole thing in compact view since the start to finish using the original ISDone ? |
|
#5
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (03-04-2013) | ||
|
#6
|
||||
|
||||
|
How can I define a custom icon to my aplication shorcut, 'cause the exe hasn't icon set.
__________________
always above all, keep in mind that some day you will die. Bushido. |
|
#7
|
||||
|
||||
|
Quote:
Code:
Name: {userdesktop}\AppName; Filename: {app}\Binaries\My.exe; IconFilename: {app}\myicon.ico or mydll or myexe; WorkingDir: {app}\Binaries
|
| The Following User Says Thank You to peterf1999 For This Useful Post: | ||
spawniectes (03-04-2013) | ||
|
#9
|
||||
|
||||
|
applications shortcut on desktop or startmenu?
|
|
#10
|
||||
|
||||
|
__________________
always above all, keep in mind that some day you will die. Bushido. |
|
#11
|
||||
|
||||
|
[Icons]
Name: {commondesktop}\Batman Arkham City; Filename: {app}\bin32\BMAC.exe; IconFilename: {app}\icon.ico; Last edited by Razor12911; 03-04-2013 at 08:22. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
spawniectes (03-04-2013) | ||
|
#12
|
|||
|
|||
|
I'm already using 0.67 with the old version of ISDone.
???? |
|
#13
|
||||
|
||||
|
Well I don't know, ProFrager Updated ISDone for a reason which I can't clarify at the moment, but I've noticed is that ISDone.dll(446kb-453kb) is updated, maybe it can handle the archives without making errors or something.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (03-04-2013) | ||
|
#14
|
||||
|
||||
|
Copy and Paste this
[CODE] Code:
var DirTreeView: TFolderTreeView; procedure DirFolderChange(Sender: TObject); Begin WizardForm.DirEdit.Text:=AddBackslash(DirTreeView.Directory) end; Procedure InitializeWizard; begin DirTreeView:= TFolderTreeView.Create(WizardForm) DirTreeView.SetBounds(0,100,417,110) DirTreeView.OnChange:= @DirFolderChange DirTreeView.Parent:= WizardForm.SelectDirPage end; |
|
#15
|
|||
|
|||
|
This is new code in the ISDone?
|
![]() |
|
|
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 |