Forum: NSIS Discussion
23rd November 2007, 10:03
|
|
Replies: 1
Views: 1,438
Checking for open processes or windows
Hi All,
Looking for some help here.
I'm try to check if some (Microsoft HTML Help Exectuable) files are open before doing a repair or uninstall.
For the current user I'm able to utilise:
...
|
Forum: NSIS Discussion
6th August 2007, 12:03
|
|
Replies: 3
Views: 1,620
Hmmmm,
Ok, so I've:
!define...
Hmmmm,
Ok, so I've:
!define MUI_WELCOMEPAGE_TEXT "$MyWelcomeText"
!define MUI_WELCOMEFINISHPAGE_CUSTOMFUNCTION_INIT WelcomeInit
!insertmacro MUI_PAGE_WELCOME
And in WelcomeInit I set...
|
Forum: NSIS Discussion
6th August 2007, 10:41
|
|
Replies: 3
Views: 1,620
WELCOMEFINISH setting text
Hi All,
This feels like a really silly question, but it's just not doing what I expected!
I want to change the default text for a MUI_(UN)PAGE_WELCOME, I wanted to do this with from the...
|
Forum: NSIS Discussion
12th June 2007, 09:36
|
|
Replies: 65
Views: 43,159
Login Question
First, great! Really useful, thanks for all your effort!
Now to my issue, if I try to logon to a server at localhost\instanceName it doesn't login however if I try machineName\instanceName it does...
|