Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 23rd July 2010, 11:22   #1
jieyar
Junior Member
 
Join Date: Jul 2010
Posts: 4
Question how to integerate all steps of the installation in one custom page

I want to process the installation in one custom page using nsDialogs. Now i can add a custom page and hide the default buttons (cancel, next). In the OnClick function of a custom button with the text "Install", I send BM_CLICK to the hided next button to turn to the instfiles page. But how to integrate and customize the instfiles page in my own page with a custom progress?

Thanks in advance!
jieyar is offline   Reply With Quote
Old 23rd July 2010, 12:06   #2
Animaether
Major Dude
 
Join Date: Jun 2001
Posts: 1,173
Not so easy.

You can certainly make your own custom page with a progressbar (and a listview, etc.), and use a function to install the files (using File etc. just as you would inside a Section) - but it's a fair bit of hassle.
Simpler would be to create a custom UI altogether (similar to how ModernUI, ******odernUI, etc. are custom UIs) and customize the existing InstFiles type page.
Animaether is offline   Reply With Quote
Old 23rd July 2010, 13:30   #3
jieyar
Junior Member
 
Join Date: Jul 2010
Posts: 4
thanks for your reply
the first method will block the main thread, maybe i could create a new thread to install files. Another question is how to get the progress position.

and for the second one, i have downloaded the InstallSpider and ******odernUI, hope i can find a good solution for my problem, thank you very much
jieyar is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Tags
custom pages

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump