![]() |
I added isdone support to a generic script. I need some help please
1 Attachment(s)
I have little knowledge of inno scripts. I added isdone support. I just made it look like fitgirls script. Now i want to add wintb.dll support but i am getting errors.
My scripts only lacks "create desktop icon " and " dont create start icon" in select dir page, if possible please add that too. Thanks in advance. I am uploading only .iss file as my internet speed is too damn slow (only 15kbps). |
I added wintb support..
now remains the win dir part, if anybody is then please help me add it. |
What you mean with "win dir part" ?
For icons create first variables then functions and procedures Example: Code:
varCode:
[Icons]Code:
procedure InitializeWizard(); |
Quote:
Bro i also want to change srepinit virtual memory to percentage value. but the cls.ini is overwritten by srepinit function of of isdone. Please help me here. i also how can i add in info page of setup like FItgirl. thanks |
Try something like this
Code:
SaveStringToFile(ExpandConstant('{tmp}\cls.ini'), '[Srep]'+#13#10+'Memory=75%'+#13#10+'TempPath='+ExpandConstant('{app}'), True); |
Quote:
|
Code:
#ifdef srep2 |
Thanks bro, I will try it. One last thing. How can i Format text like FItgirl in infobefore page of inno setup.
|
Use .rtf file
[Setup] InfoBeforeFile=Info.rtf |
thanks
i added SaveStringToFile function to script but their r now two entries of srep in script. one of srepinit function another of savestring to function.
|
| All times are GMT -7. The time now is 18:34. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com