|
#946
|
||||
|
||||
|
Can you help me as soon as possible no? I'm very need it
|
| Sponsored Links |
|
#947
|
|||
|
|||
|
the percent ..
i want it 100% normal . ![]() this is the script :: http://www.mediafire.com/download/db...d1y/script.iss |
|
#948
|
||||
|
||||
|
#949
|
||||
|
||||
|
should I put a different AppId for each conversion? or is it only for the updates?
and what its function and how important this AppId? for example I had this AppId={{46C93620-0A14-4C5B-B1D5-362233D85F30} for one program can I change it manually? somehow in yener script I didn't find this entry line. Last edited by reiji777; 21-02-2014 at 00:53. |
|
#950
|
||||
|
||||
|
it's up to you but using the same AppId will use previous installation data, better use Different AppID.
AppId is the program uninstall description shard whereby uninstall information is stored. AppId is also optional, you can choose not to use then Inno Setup will use AppName as AppId. |
|
#951
|
||||
|
||||
|
Razor12911 can u help me check the script? I very need it. Plz
|
|
#952
|
|||
|
|||
|
Hi,, i need help.. again.. how can i put this code in a custom label?
Quote:
|
|
#954
|
|||
|
|||
|
Thanks Altef,, but dont work,, is not a label, sorry is a tnewstatictext, i create a form, and i want to skin my "insert disc 1" msgbox like i made with the custom exit, but i have problem inserting that code
![]() I'll show you the code of the custom form, and the part where i want to put it,, if you can help me with that i'm very thankful to you. The change disc custom form: Quote:
Quote:
|
|
#955
|
||||
|
||||
|
If im correct delete this line
Code:
if MsgBox(ExpandConstant('{cm:ChangeDisk} ') + Arc1[2], mbError, MB_OKCANCEL) = IDCANCEL then ISDoneError := True;
Code:
MyChangeDiscMessage; MyChangeDisc.showmodel; If modelresult=mrno then ISDoneError := True; Code:
procedure ButtonOnClick(hBtn:HWND);
begin
sndPlaySound(ExpandConstant('{tmp}\click.wav'), $0002);
case hBtn of
CDYesBtn: begin MyExit.ModalResult:= mrYes; end;
CDNoBtn: begin MyExit.ModalResult:= mrNo; end;
end;
end;
Correct me if im wrong
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Logrim (21-02-2014) | ||
|
#956
|
|||
|
|||
|
Thanks y_thelastnight, work fine, the form show correctly, but there is two little problems :d.. the buttons ok and cancel, not work well, and i cant show one part of the message..
this code part Quote:
And the buttons how i say dont work .. but thanks man, i have problems calling custom forms .. Still on vacations, by the way? :P
Last edited by Logrim; 21-02-2014 at 15:29. |
|
#957
|
||||
|
||||
|
Quote:
Quote:
![]() Quote:
__________________
Glass BB | BlackBox v2 | Portable Installer Last edited by y_thelastknight; 21-02-2014 at 20:29. |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Logrim (22-02-2014) | ||
|
#958
|
|||
|
|||
|
sorry to use google translation to translate
I need your service. how to scroll a text to a point defined thank you |
|
#959
|
|||
|
|||
|
I forget to set the var.. ains.. sorry for the silly cuestion y_thelasknight.. but the buttons still doesnt work,, i test in some ways and nothing work.
|
|
#960
|
||||
|
||||
|
Did you try with only tbutton??did it works??
__________________
Glass BB | BlackBox v2 | Portable Installer Last edited by y_thelastknight; 22-02-2014 at 02:36. |
![]() |
|
|
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 |