|
|
|
#1
|
|||
|
|||
|
Another question,, its posible to add a round mask with botva2 and how? thanks.
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
it's possible and the how part, you need contact me via PM.
|
|
#3
|
|||
|
|||
|
And another question... how can i call filenamelabel when the compression is external? i mean compressed with freearc.
|
|
#4
|
||||
|
||||
|
Quote:
Code:
function ProgressCallback(OveralPct,CurrentPct: integer;CurrentFile,TimeStr1,TimeStr2,TimeStr3:PAnsiChar): longword; e.g. Code:
LabelCurrFileName.Caption:='Current File Name: '+MinimizePathName(CurrentFile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX(100)); |
|
#5
|
|||
|
|||
|
Thanks altef_4, problem solved.. and the detect install and offer unninstall too. :d Thanks for your help, man.
P.D. if i #define x64.. its the same than iswin64?, i try to do this for x64 registry keys and for x86 with RegWriteStringValue, but i dont have any way to test in x86 system.. The script work like a charm in x64 ![]() This is the way i do it: #ifdef x64 RegWriteStringValue(HKLM,'SOFTWARE\Wow6432Node\Mic rosoft\Windows\CurrentVersion\Uninstall\' + GameName('') + '_is1','UninstallString','"'+ExpandConstant('{unin stallexe}')+'" /Silent'); #else RegWriteStringValue(HKCU,'Software\Microsoft\Windo ws\CurrentVersion\Uninstall\' + GameName('') + '_is1','UninstallString','"'+ExpandConstant('{unin stallexe}')+'" /Silent'); #endif Is this correct? Last edited by Logrim; 11-02-2014 at 05:53. |
|
#6
|
||||
|
||||
|
Quote:
example how to use iswin64 with registry: if iswin64 then RegWriteStringValue(HKLM,'SOFTWARE\Wow6432Node\Mic rosoft\Windows\CurrentVersion\Uninstall\' + GameName('') + '_is1','UninstallString','"'+ExpandConstant('{unin stallexe}')+'" /Silent') else RegWriteStringValue(HKCU,'Software\Microsoft\Windo ws\CurrentVersion\Uninstall\' + GameName('') + '_is1','UninstallString','"'+ExpandConstant('{unin stallexe}')+'" /Silent'); |
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
Logrim (12-02-2014) | ||
|
#7
|
||||
|
||||
|
can have someone else there is an example check md5
|
|
#8
|
||||
|
||||
|
FontExpert is the software you need to view and manage fonts
installed or uninstalled on your computer. Not only it can display these policies but also edit their properties and in print reports. For easy searching, it can assign keywords and organize them into categories. Obviously, you can copy, move or remove fonts and if necessary even perform a filter or sort according to your own criteria. Furthermore, FontExpert is able to detect and resolve errors in installed fonts and also create a file GIF, JPG, PNG, TIFF, BMP or even a HTML page from fonts selected. https://www.zeta-uploader.com/116132814 |
|
#9
|
|||
|
|||
|
One question.. i try to execute directx in ssPostInstall.. my code for this is:
Quote:
end; |
|
#10
|
||||
|
||||
|
Quote:
Code:
if (CurStep=ssPostInstall) then begin
if (DirectXCB.Checked = True) then begin
FileStatusLabel.Caption := ExpandConstant('{cm:Installing} ') + ExpandConstant('{#Redist1}') + ExpandConstant(', {cm:Wait}');
Exec(ExpandConstant('{src}\_CommonRedist\DirectX\DXSETUP.exe'),'/Silent',ExpandConstant('{src}'),1,ewWaitUntilIdle,ResCode);
end;
end;
Code:
function Exec(const Filename, Params, WorkingDir: String; const ShowCmd: Integer; const Wait: TExecWait; var ResultCode: Integer): Boolean; ResCode: integer; |
|
#11
|
|||
|
|||
|
Edit: All Problem Solved. Thanks for your answers Altef. Only one more dude. I try to install silently the nvidia physx msi packaje, mi code is this:
Quote:
Last edited by Logrim; 15-02-2014 at 08:25. |
|
#12
|
||||
|
||||
|
check version number/msi extension. PhysX-9.13.0604-SystemSoftware.msi
sometime new files are exe not msi. check this thread for component values ( redists ) http://fileforums.com/showthread.php?t=95092 |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Logrim (15-02-2014) | ||
|
#13
|
|||
|
|||
|
all syntax is correct pakrat2k2.. Only problem is the {sys}\msiexec.exe.. i dont know where allocate it, lol..
.P.D. And the progressbar blink while install and i dont know why.. Last edited by Logrim; 15-02-2014 at 10:26. |
|
#14
|
||||
|
||||
|
I get error while installing
i use Conversion Quick Archive Packer of Razor script inno i use: http://fileforums.com/showpost.php?p...&postcount=295
|
|
#15
|
||||
|
||||
|
set up arc.ini
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
GloverK1911 (17-02-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 |