Karb10 Posted June 24, 2015 Share Posted June 24, 2015 Salam.Bugün sizə inno setup proqramında setupun temasını dəyişməyi izah edəcəm Bunun üçün vlc styles əlavəsi lazımdı Yükləmə linki - http://www.share.az/mkcn3mzhh08a/SetupVCLStylesInno.rar.html Sonra VclStylesinno.dll və Styles\Auric.vsf fayllarını setupa daxil edirik.Dediyim fayllar vlc style əlavəsinə daxil edilib İnno setupda aşağıdakı kodları əlavə edib run seçirsiz [Files] Source: ..\VclStylesinno.dll; DestDir: {app}; Flags: dontcopy ;Source: ..\Win32\Debug\VclStylesinno.dll; DestDir: {app}; Flags: dontcopy Source: ..\Styles\Auric.vsf; DestDir: {app}; Flags: dontcopy [Code] // Import the LoadVCLStyle function from VclStylesInno.DLL procedure LoadVCLStyle(VClStyleFile: String); external '[email protected]:VclStylesInno.dll stdcall'; // Import the UnLoadVCLStyles function from VclStylesInno.DLL procedure UnLoadVCLStyles; external '[email protected]:VclStylesInno.dll stdcall'; function InitializeSetup(): Boolean; begin ExtractTemporaryFile('Auric.vsf'); LoadVCLStyle(ExpandConstant('{tmp}\Auric.vsf')); Result := True; end; procedure DeinitializeSetup(); begin UnLoadVCLStyles; end; Vlc Style əlavəsi Azərbaycan şriftləri ilə tam uyğundur ACCOUNTANT 1 Quote STEAM.AZ - bütün virtual məhsullar bir saytda Link to comment Share on other sites More sharing options...
Elvin Məlikov Posted June 24, 2015 Share Posted June 24, 2015 Təşəkkür dərs üçün Quote Link to comment Share on other sites More sharing options...
Karb10 Posted June 24, 2015 Author Share Posted June 24, 2015 Dəyməz buyur Quote STEAM.AZ - bütün virtual məhsullar bir saytda Link to comment Share on other sites More sharing options...
ACCOUNTANT Posted June 24, 2015 Share Posted June 24, 2015 İzahata görə təşəkkürlər. Quote Link to comment Share on other sites More sharing options...
Karb10 Posted June 24, 2015 Author Share Posted June 24, 2015 Halal xoşun olsun Quote STEAM.AZ - bütün virtual məhsullar bir saytda Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.