#631
|
||||
|
||||
Well you have to use compatible unarc.dll
These protected archives are created using a modified version of arc.exe, for decompression. it's imperative you use a modified version of unarc.dll else you'll keep getting these errors. |
Sponsored Links |
#632
|
||||
|
||||
Pl share the coding for custom scrollbar!
|
#633
|
||||
|
||||
What custom scrollbar?
|
#634
|
||||
|
||||
Scrollbar but like buttons you have created in WPI installer (first post of this thread).
|
#635
|
|||
|
|||
Quote:
For inno setup use Tscrollbox |
The Following User Says Thank You to MARCUS HOLLOWAY For This Useful Post: | ||
bunti_o4u (08-12-2017) |
#636
|
|||
|
|||
the Script is error,PLEASE help
If user cancels the installation, setup will roll back changes.but the installed folder is not delete PLEASE help
Here is the Script WindowsPhone.zip |
#637
|
|||
|
|||
can u provide d script?my English is bad,sorry
|
#638
|
||||
|
||||
This is a bug in the installer though installer deletes all files from the app folder so why are you worried about empty folder.
|
The Following User Says Thank You to bunti_o4u For This Useful Post: | ||
heihuanlanhun (19-12-2017) |
#639
|
|||
|
|||
Please provide this suggested file. i.e unarc.dll
Quote:
archievs. Thank you in advance! Next time EDIT your post rather then double post Last edited by pakrat2k2; 23-12-2017 at 11:43. Reason: double posts |
#640
|
||||
|
||||
fap
--->
__________________
if you understand read more |
#641
|
|||
|
|||
How To Use Other Compressors With This Installer Without Freearc, 7Zip And WinRar. Example (Masked Data Compression)
|
#642
|
||||
|
||||
Explain your question
Quote:
And the "mask data compression" is just a batch script not a compressor it's a script with written lines to work with freearc console application
__________________
learn it |
#643
|
|||
|
|||
Please i need help. How to add Minimize and Exit Buttons ?. Thanks
|
#644
|
||||
|
||||
Code:
//---> Directive #define ExitButtonLeft = "765" #define ExitButtonTop = "10" #define MinimizeButtonLeft = "735" //End //---> Files Source: Resources\MinimizePng.png; DestDir: {tmp}; Flags: dontcopy; Source: Resources\ExitPng.png; DestDir: {tmp}; Flags: dontcopy; //End //---> Code var ExitBtn,MinimizeBtn: HWND; //End //---> InitializeSetup ExtractTemporaryFile('MinimizePng.png'); ExtractTemporaryFile('ExitPng.png'); //End procedure MinimizeBtnClick(hBtn:HWND); begin SendMessage(WizardForm.Handle,$112,61472,0); end; procedure CloseBtnClick(hBtn:HWND); begin WizardForm.CancelButton.Click; end; //---> InitializeWizard ExitBtn:=BtnCreate(WizardForm.Handle,{#ExitButtonLeft},{#ExitButtonTop},23,23,ExpandConstant('{tmp}')+'\ExitPng.png',0,False); BtnSetEvent(ExitBtn,BtnClickEventID,WrapBtnCallback(@CloseBtnClick,1)); BtnSetCursor(ExitBtn,GetSysCursorHandle(32649)); MinimizeBtn:=BtnCreate(WizardForm.Handle,{#MinimizeButtonLeft},{#ExitButtonTop},23,23,ExpandConstant('{tmp}')+'\MinimizePng.png',0,False); BtnSetEvent(MinimizeBtn,BtnClickEventID,WrapBtnCallback(@MinimizeBtnClick,1)); BtnSetCursor(MinimizeBtn,GetSysCursorHandle(32649)); //End
__________________
if you understand read more Last edited by rinaldo; 09-02-2018 at 00:57. |
The Following 4 Users Say Thank You to rinaldo For This Useful Post: | ||
#645
|
|||
|
|||
Thank you very much Rinaldo sir. I'll include this basic script in WPI.
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 22-03-2022 09:59 |
Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |