Forum: NSIS Discussion
9th July 2007, 09:14
|
|
Replies: 2
Views: 1,483
|
Forum: NSIS Discussion
6th July 2007, 15:43
|
|
Replies: 2
Views: 1,483
buil a screensaver with NSIS
Hi!
I made a nice and smooth running screensaver based on this thread (http://forums.winamp.com/showthread.php?threadid=265540).
(Please don't ask why I use NSIS to build a screensaver...)
BUT...
|
Forum: NSIS Discussion
12th October 2006, 14:18
|
|
Replies: 2
Views: 1,871
|
Forum: NSIS Discussion
11th October 2006, 13:21
|
|
Replies: 2
Views: 1,871
pos window on dual monitor sys
Hi!
I'm using NSIS to develop a small tool and wanted to place it in the lower right corner of my SECOND monitor.
Is there a way to detect how many monitors are there? or what the "true"...
|
Forum: NSIS Discussion
20th September 2006, 08:40
|
|
Replies: 2
Views: 1,781
I use ExecShell "install"...
I use ExecShell "install" "$SYSDIR\${PRODUCT_FILE_NAME}" to install my screensavers (as last step, after copying them to the system-folder).
This will also launch the screensaver settings.
...
|
Forum: NSIS Discussion
31st August 2006, 07:47
|
|
Replies: 2
Views: 2,080
|
Forum: NSIS Discussion
10th July 2006, 16:04
|
|
Replies: 2
Views: 1,773
hi,
try this:
Function un.onInit
;...
hi,
try this:
Function un.onInit
; get selected language to be used in the uninstaller
!insertmacro MUI_UNGETLANGUAGE
FunctionEnd
Function un.onUninstSuccess
|
Forum: NSIS Discussion
6th June 2006, 08:18
|
|
Replies: 5
Views: 10,634
|
Forum: NSIS Discussion
8th May 2006, 14:58
|
|
Replies: 12
Views: 9,033
|
Forum: NSIS Discussion
26th April 2006, 12:25
|
|
Replies: 55
Views: 31,849
cool tool :)
I wondered why nobody did that...
cool tool :)
I wondered why nobody did that before and startet sth. similar some days ago.
I would post it here... but my hard disk with all files on it stopped working last friday :(
If I get...
|
Forum: NSIS Discussion
12th April 2006, 14:31
|
|
Replies: 5
Views: 3,392
|
Forum: NSIS Discussion
28th March 2006, 13:03
|
|
Replies: 8
Views: 4,632
Hi Anders!
Well it's my screensaver, but...
Hi Anders!
Well it's my screensaver, but it's made with a screensaver wizard (-> zinc).
This name feature is not yet implemented in zinc... that's why I was looking for another way.
But thank...
|
Forum: NSIS Discussion
28th March 2006, 08:06
|
|
Replies: 8
Views: 4,632
Hi Anders,
thanx for this hint!
I tried to...
Hi Anders,
thanx for this hint!
I tried to open the scr but Resource Hacker couldn't handle it.
So I tried XN Resource Editor. It works well, let's me open the scr without any problem but when I...
|
Forum: NSIS Discussion
27th March 2006, 15:26
|
|
Replies: 8
Views: 4,632
|
Forum: NSIS Discussion
27th March 2006, 11:38
|
|
Replies: 8
Views: 4,632
|
Forum: NSIS Discussion
23rd March 2006, 10:15
|
|
Replies: 8
Views: 4,632
|