![]() |
|
Quote:
#define internal NOT ;#define internal then your setup.cab needs to be extracted into its setup folder. ( same place as ISS scripts ). Then when you compile both scripts, it will merge the setup folder ( basically your setup.cab ) into the exe. Make sure that if you used compress.bat to make your files that the setup folder has arc.ini in the root of the folder. Also that you've specified the extract settings in setup.ini properly... IE: Code:
[ExtractSettings] |
Quote:
|
Quote:
http://fileforums.com/showthread.php?t=93191 |
I would like to ask how to add bmp image to a button. please help
|
how to create a quick install button for normal installer.
|
Quote:
function shouldskippage(pageid: integer):boolean; begin case pageid of wplicense,wppassword: //add or remove skiped pages result:=true; else result:=false; end; end; |
thanks. used like this :)
Code:
function shouldskippage(pageid: integer):boolean; |
Quote:
Code:
function shouldskippage(pageid: integer):boolean; |
|
uuups, sorry little error, i think you already fix it yourself, but if no - hare edited code
Code:
function shouldskippage(pageid: integer):boolean; |
Quote:
thank Bro.. |
y_thelastknight, i dont know if this method is valid to you, but in mine work :D.
my installer have only welcome screen.. All i do its create a config button like this: Quote:
Quote:
Without botva its the same, create config button and leave next how quick install.. i hope if its not valid to you, be valid for other.. |
thanks logrim.
|
One question.. how can i call a custom form in a button?
|
Quote:
|
yup.. i try to explain :D. i create a custom form for task. i want to call it when I click "Task" button, created with botva. But i dont know how to call it.
|
Quote:
|
mmm, no, i have another custom form for the search button, and i call it in initializeWizard with "CreateDirBrowseForm";
p.d. i forget to say.. i work with inno 5.5.4 not with innoultra |
Quote:
check your personal msg |
guys what is botva, gdf, gdi etc? is it some kind plugin? & what are their functions? sorry i'm still noob :o
|
Quote:
i know thats all :p |
I need to know if it posible to disable the unninstall confirmation, and the finished unninstall confirmation msgboxes in inno, and how.. i already disable it in cancel button, but no figure how to make it in unninstall form. thanks..
P.D. Problem solved.. i add the /silent parameter in unnins000.exe shorcut, and how i have the unninstall form created, it appears without msgboxes.. i leave the answer for anyone who need it. P.D2. Its only work in unninstall shorcut.. someone knows the form of make silent in add/remove program? Thanks P.D. All Problems solved, thanks, Razor and Altef. Sorry for my poor vocabulary, i hope understand me. |
I have a problem, i want a custom form that when click install button, detect if the game is already installed and ofers unninstall it. I have the custom form made and attached in install button, the form works but allways appears, when game is installed and when not..
my code in the install button is this: Quote:
Thanks, and again sorry if my english is not god. |
How to merge autorun.exe into setup.exe according to yener90 CIU v1.0.0.6.Thanks in advance.
|
Quote:
Code:
function NextButtonClick(CurPageID: Integer): Boolean;for hide customform use customform.hide, for delete use customform.free, customform := nil; if you use customform.showmodal then to close it use customform.modalresult := mrok; in ee version |
Another question,, its posible to add a round mask with botva2 and how? thanks.
|
it's possible and the how part, you need contact me via PM. :)
|
And another question... how can i call filenamelabel when the compression is external? i mean compressed with freearc.
|
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)); |
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 :D 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? |
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'); |
can have someone else there is an example check md5
|
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 |
One question.. i try to execute directx in ssPostInstall.. my code for this is:
Quote:
end; |
Quote:
Code:
if (CurStep=ssPostInstall) then beginCode:
function Exec(const Filename, Params, WorkingDir: String; const ShowCmd: Integer; const Wait: TExecWait; var ResultCode: Integer): Boolean;ResCode: integer; |
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:
|
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 |
all syntax is correct pakrat2k2.. Only problem is the {sys}\msiexec.exe.. i dont know where allocate it, lol.. :D.
P.D. And the progressbar blink while install and i dont know why.. |
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 http://i.minus.com/ibb68niSdB5lB9.png |
| All times are GMT -7. The time now is 06:37. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com