Forum: NSIS Discussion
13th August 2011, 04:26
|
Replies: 268
Views: 105,060
I have been using this UI a lot.
We use...
I have been using this UI a lot.
We use uniquebgimage with pagebgimage to display a background
Image in the dialogs.
However, in the license dialog if you highlight some text
In the eula and...
|
Forum: NSIS Discussion
29th June 2010, 08:38
|
Replies: 1
Views: 1,484
Windows 7 ,64 bit issue
All,
Using UMUI for my installer. The buttons does not show up , but I can see the placeholder of the same in their position.
Mouse events does not work, I used Enter keys to navigate .
What can...
|
Forum: NSIS Discussion
28th June 2010, 11:45
|
Replies: 18
Views: 6,952
Wizou,
Thanks for the reply. I use...
Wizou,
Thanks for the reply. I use non-transparent images only , with a gray background. However when I place it on the UMUI dialog using the plugin , their appears a dark background on every...
|
Forum: NSIS Discussion
27th June 2010, 10:57
|
Replies: 18
Views: 6,952
|
Forum: NSIS Discussion
25th June 2010, 09:29
|
Replies: 18
Views: 6,952
Please add /BGCOL switch to set the background...
Please add /BGCOL switch to set the background color for the control where I'm displaying the pictures.
I'm using UMUI and then when the images are displayed , it is having black as the background...
|
Forum: NSIS Discussion
8th June 2010, 13:00
|
Replies: 1
Views: 1,373
AnimGif Background
Was using the AnimGif plugin to play a gif file. However it sets a dark gray backgound
behind every image in the playlist , while playing . Can I make it transparent or pass my backgound color as...
|
Forum: NSIS Discussion
18th May 2010, 13:36
|
Replies: 1
Views: 1,468
ProgressBar going back and forth
I have a Loop which goes through each cab files ina directory and extracts them respectively.
Have used FindFirst and FindNext loop concept for the same. Inside the loop , I have a detailprint with...
|
Forum: NSIS Discussion
18th May 2010, 13:27
|
Replies: 112
Views: 40,838
|
Forum: NSIS Discussion
18th May 2010, 08:25
|
Replies: 112
Views: 40,838
I need to show the system tray icon during an...
I need to show the system tray icon during an upgrade process. The upgrade will be triggered using the silent switch to make it silent.
Is this feasible using the NotifyIcon plugin ? If not what...
|
Forum: NSIS Discussion
7th May 2010, 06:08
|
Replies: 4
Views: 1,266
Yes that is what I intend to do. But for some...
Yes that is what I intend to do. But for some reason it does not fire the Prefunction .
define MUI_PAGE_CUSTOMFUNCTION_PRE WelcomePre
Page custom nsDialogs ( this is a custom welcome nsdialog)...
|
Forum: NSIS Discussion
7th May 2010, 03:50
|
Replies: 4
Views: 1,266
Skip Welcome dialog
Welcome dialog is the first in my sequence. On fresh install the dialog is shown . I need to skip the same to installfiles based on a condition (on version being higher means an upgrade)
|
Forum: NSIS Discussion
7th May 2010, 01:55
|
Replies: 268
Views: 105,060
|
Forum: NSIS Discussion
7th May 2010, 01:54
|
Replies: 2
Views: 1,169
Invoking Main Section
I know that installfiles page invokes Main section implicitly , but like to know how to invoke the same explicitly. I need to do this since , I'm planning to by pass the instfiles page
|
Forum: NSIS Discussion
6th May 2010, 14:30
|
Replies: 268
Views: 105,060
|
Forum: NSIS Discussion
6th May 2010, 14:22
|
Replies: 5
Views: 1,828
|
Forum: NSIS Discussion
4th May 2010, 11:47
|
Replies: 5
Views: 1,828
Thanks MSG for the reply.
However not able to...
Thanks MSG for the reply.
However not able to display with the NSD function.
I need to show a bitmap image on the install files dialog. Hence as mentioned by you created a custom functon that gets...
|
Forum: NSIS Discussion
4th May 2010, 07:48
|
Replies: 5
Views: 1,828
CreateBitmap without using NsDialogs
I'm not using a custom dialog generated by nsDialogs. I know we can create a bitmap using the NSDialogs , hence the question on how to display a bitmap on an existing MUI dialog .
|
Forum: NSIS Discussion
2nd May 2010, 16:30
|
Replies: 316
Views: 103,876
@Animather
I understand the complexity...
@Animather
I understand the complexity involved if AddFolder ( proposed function by Stu) is not used properly. As rightly said , using it on C:\Windows or any system related folders can be an...
|
Forum: NSIS Discussion
29th April 2010, 12:49
|
Replies: 316
Views: 103,876
Stu,
I acheived my option , by using the...
Stu,
I acheived my option , by using the SilentSearch option from the examples listed.
Although I have listed another query sometime back in this forum , was not answered. Is their any option...
|
Forum: NSIS Discussion
29th April 2010, 10:08
|
Replies: 316
Views: 103,876
It works now. Possible to get a array of...
It works now. Possible to get a array of processes that is being used by the concerned file if locked. Will be helpful for me to display the same in the MessageBox and take user action.
|
Forum: NSIS Discussion
28th April 2010, 11:03
|
Replies: 316
Views: 103,876
|
Forum: NSIS Discussion
27th April 2010, 19:18
|
Replies: 316
Views: 103,876
|
Forum: NSIS Discussion
27th April 2010, 19:11
|
Replies: 316
Views: 103,876
This is a codec filter binary with extension...
This is a codec filter binary with extension ".ax" . This codec filter is installed by my application as well as ,it will be shared by some third party applications. Hence the need , to detect...
|
Forum: NSIS Discussion
27th April 2010, 11:37
|
Replies: 316
Views: 103,876
|
Forum: NSIS Discussion
26th April 2010, 14:17
|
Replies: 316
Views: 103,876
|