|
|
|
#1
|
||||
|
||||
|
Quote:
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
i understand you altef
thwe problem is i think i have all in unninstall correctly, but dont work.. this is my uninnstall:Quote:
Quote:
Last edited by Logrim; 10-03-2014 at 12:25. |
|
#3
|
||||
|
||||
|
Quote:
Code:
function ImgLoadU(Wnd :HWND; FileName :PAnsiChar; Left, Top, Width, Height :integer; Stretch, IsBkg :boolean) :Longint; external 'ImgLoad@{tmp}\botva2.dll stdcall delayload';
procedure ImgApplyChangesU(h:HWND); external 'ImgApplyChanges@{tmp}\botva2.dll stdcall delayload';
procedure gdipShutdownU; external 'gdipShutdown@{tmp}\botva2.dll stdcall delayload';
and remove b2p.dll(it's not work in uninstaller), correct this Code:
FileCopy(ExpandConstant('{app}\CallbackCtrl.dll'), ExpandConstant('{tmp}\CallbackCtrl.dll'), True);
add to DeInitializeUninstall - gdipShutdownU; try it, it's must work. |
|
#4
|
|||
|
|||
|
Thanks man, work perfectly now
.. sorry for my questions, when i think the code is finish i discover something new...
Last edited by Logrim; 11-03-2014 at 01:43. Reason: double posting |
|
#5
|
|||
|
|||
|
One silly question.. why the image load before the rest of the things?. i mean.. the main background load.., the rest of the component load AFTER, and during two seconds the main screen is empty..
and.. how can i add a custom progress bar and a custom edit? i dont want to usee isskin.. thanks |
|
#6
|
||||
|
||||
|
Quote:
to create custom progress bar just load two images one on another, and change width|visible part of top image. to create custom edit create img like edit and TLabel inside of this image. |
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
Logrim (11-03-2014) | ||
|
#7
|
|||
|
|||
|
altef i only have one ImgApplyChanges for wizardform,, only this at the start of "procedure InitializeWizard":
Quote:
|
|
#8
|
||||
|
||||
|
Quote:
Quote:
e.g. standart progress=10% of maximum 100% then width of your img will be progress:=CurProgress(10%)*100/MaxProgress(100%); imgWidth=FullWidthOfImg(you set it when create img)*progress/100; |
|
#9
|
|||
|
|||
|
Altef, see m.p please.. i'm lost with that
..
|
|
#10
|
||||
|
||||
|
why inno sometimes shows need to restart page in the end of installation? although I've already put all the right parameters
is there any way to suppress no restart page at all cost? Last edited by reiji777; 12-03-2014 at 23:04. |
|
#11
|
|||
|
|||
|
hmm reiji Page finally pressing need.
Last edited by pakrat2k2; 13-03-2014 at 15:06. Reason: NO advertising |
|
#12
|
||||
|
||||
|
Hallo everyone..
sorry i'm newbie. and i come from indonesia i want to try conversion.. can you give me script (InstallerScript.iss and LangScript.iss) language indonesian please.. thx bahasa sorry my bad english.. |
|
#13
|
||||
|
||||
|
PS: Text translated with Google Translate.
Please. I need help. In need of a code that satisfied the following properties of an executable: Copyright, Company Name, File Description, File Version, Product Version, InternalName, Original Filename, Product Name. I found a code on the internet and is not working with Unicode Inno Setup. Tested Inno Setup Version Ansi worked. In unicode inno he cuts the information. I have attached the script's code for those with more experience can analyze and give me some corrections. Added one second scrip to compare the differences. This second script detects only the description of the executable. However this works in unicode version of Inno Setup. Last edited by Cesar82; 17-03-2014 at 13:06. Reason: Added one second scrip to compare the differences. |
|
#14
|
|||
|
|||
|
One question.. how to put in a custom message, the name of a game set in an ini?, i mean,
"welcome to the installation of "name stored in external ini" |
|
#15
|
||||
|
||||
|
[Code]
RazorLabel.Caption:=FmtMessage(ExpandConstant({cm:WelcomeMessage}), [GetIniString('Application', 'Name', '', ExpandConstant('{tmp}\Setup.ini')]); [CustomMessages] WelcomeMessage=Welcome to the %1 Setup Wizard |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
Logrim (18-03-2014), y_thelastknight (18-03-2014) | ||
![]() |
|
|
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 |