|
#1036
|
|||
|
|||
|
Altef, see m.p please.. i'm lost with that
..
|
| Sponsored Links |
|
#1037
|
||||
|
||||
|
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. |
|
#1038
|
|||
|
|||
|
hmm reiji Page finally pressing need.
Last edited by pakrat2k2; 13-03-2014 at 15:06. Reason: NO advertising |
|
#1039
|
||||
|
||||
|
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.. |
|
#1040
|
||||
|
||||
|
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. |
|
#1041
|
|||
|
|||
|
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" |
|
#1042
|
||||
|
||||
|
[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) | ||
|
#1043
|
|||
|
|||
|
Hello,
How to unpack arc archive has bcj2 compression using ISDone? Last edited by danswano; 19-03-2014 at 17:41. |
|
#1044
|
||||
|
||||
|
most things are done under arc.ini
|
|
#1045
|
|||
|
|||
|
Will that expose arc.ini in temp folder?
|
|
#1046
|
|||
|
|||
|
#1047
|
||||
|
||||
|
Use a timer or sleep with repeat and until on the onmouseenter event and do the same with onmouseleave, during that period you can change the font size and etc.
|
|
#1048
|
|||
|
|||
|
Quote:
are there any example scripts? |
|
#1049
|
|||
|
|||
|
Hi, long time without ask nothing ... i need to know how to make a unninstall button with botva2 buttons.. thanks.. ( i still have problems managings some reg keys )
|
|
#1050
|
||||
|
||||
|
@Logrim,
Same way you did with setup buttons, just that botva2.dll and innocallback.dll/callbackctrl.dll must exist in the temp directory when uninstalling. Just find a way to copy the files to install directory when installing then when uninstalling, copy them to temp. , Problem solved.
|
![]() |
|
|
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 |