![]() |
Quote:
Please......... |
Quote:
http://www.creepyed.com/2012/11/03/w...olors-hex-rgb/ |
Quote:
This dude has made video on this topic without PROPER credits.......... Watch Here |
Can Anyone help
This installer is unable to set the icon of shortcut it creates on desktop I mean, the shortcut thus created has no icon?? |
Epic_titan69
For ShortCuts To show "icon" (the one which was used for installer),edit [icons] section in the windowsPhone.iss file Code:
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; WorkingDir: {app}\{#E1[60]}; Check: CreateDesktopShortcuts;Code:
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; IconFileName: "{src}\Icon.ico"; WorkingDir: {app}\{#E1[60]}; Check: CreateDesktopShortcuts;Code:
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name |
Ele helped me with this
Quote:
|
Can Anyone tell me that is the processor speed here is in "Hz" or "GHz"
Code:
[SystemReq]Code:
;513 = WinXP, 611 = Win7, ... |
Mhz
If it was Ghz :D Edit: Ram and Vram things are in Megabyte For Windows version sort of thing I think its related to ISsysinfo.dll (inno system info) By altef_4 https://fileforums.com/showthread.ph...ht=System+info User: BlackFire69 had something done about system info too |
How to know how much MHz a processor has.....????
|
Epic_titan69
If you click right button of your mouse on "My Computer" or "The Pc" a Big chart likely thing will show up.Then Click on Properties.You will be redirected to "About" Section, there watch over the Specification of your Computer Processor Speed will be in Ghz (1000 Mhz=1Ghz) |
Quote:
|
Quote:
Windows Logo Key + R or Win + R It will pop-up Run now type dxdiag done |
Quote:
example: Code:
3.7 GHz (Base Clock) = 3700 MHz |
Если кто-то может помочь мне добавить 2 ГБ ограничителя для этого установщика после страницы, которая появляется при нажатии установки (Windows логотип), как в случае установки FITGIRL
|
Quote:
=( |
English, please!
|
Quote:
Quote:
If someone can help me add a 2GB limiter to this installer after the page that appears when you click the installation (Windows logo), as in the case of FITGIRL installer Quote:
I also wanted that, but only got the bugs =( |
Quote:
Quote:
|
Does anyone has any idea of how to add splash screen to it???
If anyone can help me with this.......... |
|
Quote:
|
Quote:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=ME|bin\|FarCryNewDawn.exe| Far Cry New Dawn |
Quote:
|
Quote:
It will be nice of u.... Thanks |
Quote:
One more thing , If i encrypt the installer (using iscrypt.dll- code given below) first it says Iscrypt is missing Code:
So putting iscrypt.dll to the main inno enhanced version it gives me error like Here is the error after installing iscrypt.dll https://i.ibb.co/80D8y1C/Error-ISCRYPT-dll.png |
Hey bunti
Do u have any idea of how i can increase the dimensions of installer Currently its dimensions are 800*448 pixels Thanks In Advance....... |
Bunti can u tell me why this finalization option is half (rather not visible) visible in script compiled by me Here
https://i.ibb.co/JB7YNcC/Installing-...1-19-47-22.png But in ur case it is fully visible...... https://fileforums.com/attachment.ph...1&d=1557437999 How its possible??? Where am going wrong???!!! |
Quote:
|
Quote:
I think This ONE |
Quote:
But there is no Setup.e32 or Setup.dr.e32 files existing previously in this folder which i have to replace |
Quote:
|
Quote:
Delete the "Bahnschrift“ Fonts Installed via Registry Editor 1. For All users Before proceeding to follow steps, make sure to login as an Administrator into your PC. Here is the complete procedure- At first, press Win+R hokey together to start Run dialog. Thereupon, type Regedit at blinking cursor followed by Enter to begin Registry Editor. If UAC prompts up, select Yes to authorize the access. On the new window, navigate to the following path- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts Henceforth, move to the corresponding right screen and make a right-click on the font that you want to remove. Tap Delete option on the context menu. Afterwards, hit Yes to confirm the changes made so far and close the running Registry Editor window. Note: Do reboot your PC to remove any leftover files. From the next logon, you won’t see the fonts you deleted using the above steps. 2. For Current User Follow these steps to delete a particular font using Registry Editor- Make a right-click on the Windows icon and select the Run option. Now, type Regedit near blinking cursor followed by Enter to start Registry Editor. On the new window, browse to the following address- HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Fonts Succeeding after, switch to the right pane and locate the DWORD entries that you are going to delete. Here, do the right click on the “Bahnschrift (TrueType)” string value and choose Delete option from the context menu. See Snapshot below- add or delete Fonts Note: Before going ahead, double-check the string value name that you are going to delete permanently. It must resemble “Bahnschrift“. Henceforth, tap the Yes button to confirm the changes. After you finish the above task, close the Registry window and Reboot your PC. When System restarts, start Windows Explorer. To begin Explorer instantly, press Win+E. Go to the Address bar and copy/paste the following path followed by Enter key– %LocalAppData%\Microsoft\Windows\Fonts At last, delete the following font(s)- "bahnschrift.ttf" That’s it, close File explorer, and Reboot your PC again. |
Okay bunti .......
THANKS. So is it important for the installer to install this Bahnschrift font upon launch And if it isnt important then how to command the installer not to install this .ttf |
What about this font look guys
https://i.ibb.co/3zJQN6Z/Installing-...1-11-40-15.png I have a question bunti does all the fonts are supported in this script |
Quote:
Check the above post...... I can tell u how you can change the fonts |
Hmmm.....
Bunti can you tell me where can i find the settings to change the font size of the setion Inside yellow box in the attached image??? https://i.ibb.co/7vwRBV1/Installing-...1-11-56-36.png |
Quote:
Since, the "Bahnschrift" font included in script somehow override by System Font (Post windows 10 update some time back). It is showing some lables incorrectly. That is why I mentioned to remove the System Font in this post. https://fileforums.com/showpost.php?...&postcount=155 So changing font size won't correct the font space. Hope this clarifies all doubts.. |
Quote:
Does this font problem persists in other pc also which had run this setup at least once?? |
Quote:
Am also facing this error |
Quote:
U need to include iscrypt.dll under [FILES] section and Extract Temporary File(Iscrypt.dll) Check and let me now if it fixes or not..... |
| All times are GMT -7. The time now is 11:30. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com