Forum: NSIS Discussion
5th January 2006, 17:19
|
|
Replies: 6
Views: 2,686
|
Forum: NSIS Discussion
5th January 2006, 16:29
|
|
Replies: 6
Views: 2,686
|
Forum: NSIS Discussion
5th January 2006, 15:23
|
|
Replies: 6
Views: 2,686
Installling/Deleting DLL files?
What is the normal method to handle the situation where you have installed a DLL file, lets say into the \Windows\System32 folder. As this could be already be there, then there is no need to re-copy...
|
Forum: NSIS Discussion
29th November 2005, 15:14
|
|
Replies: 6
Views: 2,291
|
Forum: NSIS Discussion
28th November 2005, 17:47
|
|
Replies: 6
Views: 2,291
|
Forum: NSIS Discussion
28th November 2005, 17:11
|
|
Replies: 6
Views: 2,291
|
Forum: NSIS Discussion
28th November 2005, 16:57
|
|
Replies: 6
Views: 2,291
DumpLog usage
I am trying to use the DumpLog function as listed below:
!define LVM_GETITEMCOUNT 0x1004
!define LVM_GETITEMTEXT 0x102D
Function DumpLog
Exch $5
Push $0
Push $1
Push $2
Push $3
|
Forum: NSIS Discussion
16th November 2005, 17:09
|
|
Replies: 12
Views: 17,515
|
Forum: NSIS Discussion
16th November 2005, 16:57
|
|
Replies: 12
Views: 17,515
|
Forum: NSIS Discussion
16th November 2005, 16:47
|
|
Replies: 12
Views: 17,515
|
Forum: NSIS Discussion
16th November 2005, 16:25
|
|
Replies: 12
Views: 17,515
I should have explained better.
What I am...
I should have explained better.
What I am trying to do, is to read 16 different values from an INI file (State and Text) and place each one into a matching named NSIS variable. I have this working,...
|
Forum: NSIS Discussion
16th November 2005, 15:20
|
|
Replies: 12
Views: 17,515
Dynamic NSIS variables?
I tried this and it did not work. I thought I would ask here to see if there was a way to do this..
Lets say we have some variables:
Var vr1
Var vr2
Var vr3
Now I wish to access variable...
|
Forum: NSIS Discussion
15th November 2005, 17:07
|
|
Replies: 15
Views: 2,683
OK, Afrow UK's suggestion works.
If I just...
OK, Afrow UK's suggestion works.
If I just use another custom page "normal" call-back function it now works properly.
There must be some restrictions as to what you can do in a "Leave"...
|
Forum: NSIS Discussion
15th November 2005, 16:56
|
|
Replies: 15
Views: 2,683
|
Forum: NSIS Discussion
15th November 2005, 16:49
|
|
Replies: 15
Views: 2,683
|
Forum: NSIS Discussion
15th November 2005, 16:47
|
|
Replies: 15
Views: 2,683
|
Forum: NSIS Discussion
15th November 2005, 16:44
|
|
Replies: 15
Views: 2,683
OK, it I have attached a small NSIS script that...
OK, it I have attached a small NSIS script that show the problem. It looks like you cannot do what I was trying to do; which was to try to display another user input dialog box for the user to enter...
|
Forum: NSIS Discussion
15th November 2005, 00:30
|
|
Replies: 15
Views: 2,683
|
Forum: NSIS Discussion
15th November 2005, 00:24
|
|
Replies: 15
Views: 2,683
Yes, this is what I have in the script now.
I...
Yes, this is what I have in the script now.
I have the "Pre" call-back function" (FirmwareDownloadsSelectPage) and the "Leave" call-back function: FirmwareDownloadsSelect_LeavePage.
This is what...
|
Forum: NSIS Discussion
15th November 2005, 00:17
|
|
Replies: 15
Views: 2,683
Ok, I tried this. Changed the page line to:
;...
Ok, I tried this. Changed the page line to:
; Select Firmware Downloads Page:
Page custom FirmwareDownloadsSelectPage "" FirmwareDownloadsSelect_LeavePage
But when compiling the script, it warns...
|
Forum: NSIS Discussion
14th November 2005, 23:57
|
|
Replies: 15
Views: 2,683
What I tried, was to comment out the line: ...
What I tried, was to comment out the line:
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "GMCEIPAddrGet.Ini"
and the installer run further, but eventually dies a bit later on. I must be doing something...
|
Forum: NSIS Discussion
14th November 2005, 23:54
|
|
Replies: 15
Views: 2,683
But, what I am trying to do, is to analyse the...
But, what I am trying to do, is to analyse the user's inputs to the custom input page. Based on what the user has entered, I then start doing other stuff.
I read that custom pages don't have a...
|
Forum: NSIS Discussion
14th November 2005, 23:26
|
|
Replies: 15
Views: 2,683
Installer just quits running?
Has anybody seen this type of problem? What appears to be happening is that while running the executable, it just quits with no error messages at all.
I have traced it down to trying to display an...
|