Forum: NSIS Discussion
4th October 2010, 12:35
|
|
Replies: 13
Views: 13,775
Hello Afrow UK!
Many thanks for your great...
Hello Afrow UK!
Many thanks for your great solution. This works fine for my application.
Because of the many threads about this problem perhaps it could become part of the next NSIS setup.
|
Forum: NSIS Discussion
19th August 2010, 07:21
|
|
Replies: 3
Views: 1,846
|
Forum: NSIS Discussion
11th August 2010, 13:28
|
|
Replies: 3
Views: 1,846
|
Forum: NSIS Discussion
5th August 2010, 13:45
|
|
Replies: 3
Views: 1,846
Installer does not continue after RegDLL
Hi,
I have a problem on registering a DLL (3rd party) with my installer.
First of all I assume it is not really a NSIS problem, because an older version
of the DLL will be registered...
|
Forum: NSIS Discussion
24th March 2010, 06:39
|
|
Replies: 6
Views: 1,776
|
Forum: NSIS Discussion
23rd March 2010, 13:08
|
|
Replies: 6
Views: 1,776
Solution found?
Hi,
I have the same problem.
Did you solved it?
Please let me know.
Mikesch
|
Forum: NSIS Discussion
2nd December 2009, 13:14
|
|
Replies: 7
Views: 2,398
So if I add a new value to the environment for...
So if I add a new value to the environment for the app that I just install, it is not required to inform the other apps because the new PATH value has no effect for them.
Thank you for your help...
|
Forum: NSIS Discussion
2nd December 2009, 12:05
|
|
Replies: 7
Views: 2,398
Hi kichik,
thank you for your fast replay. ...
Hi kichik,
thank you for your fast replay.
This code is the reason for the long duration, right?
; "Export" our change SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment"...
|
Forum: NSIS Discussion
2nd December 2009, 11:32
|
|
Replies: 7
Views: 2,398
Hi,
I've found this page and tried to append...
Hi,
I've found this page and tried to append a string to the PATH. I'm confused about the duration of this function on VISTA. It takes 5 minutes until my setup continues running.
There are no...
|
Forum: NSIS Discussion
9th April 2008, 19:48
|
|
Replies: 2
Views: 1,556
Some code snippets
Hi,
I wrote this function for use as custom page.
Function ShortcutPage
; Prepare shortcut page with default values
!insertmacro MUI_HEADER_TEXT "Additional Shortcuts" "Please...
|
Forum: NSIS Discussion
10th January 2006, 12:21
|
|
Replies: 1
Views: 1,726
Solved: Problems with UpgradeDLL and MSXML4
I found out my problem. :up:
First I have to call the UpgradeDLL macro for the dlls which have not to be registered (msxml4a.dll and msxml4r.dll).
After this I can call the UpgradeDLL macro for...
|
Forum: NSIS Discussion
10th January 2006, 10:31
|
|
Replies: 1
Views: 1,726
Problems with UpgradeDLL and MSXML4
I have problems with the installation of msxml4 using UpgradeDLL.
This code works for MSXML3 but it fails for MSXML4.
(msxml4.dll will not be registered after this code)
:rolleyes:
...
|
Forum: NSIS Discussion
1st December 2005, 09:32
|
|
Replies: 6
Views: 3,479
|
Forum: NSIS Discussion
1st December 2005, 07:55
|
|
Replies: 19
Views: 10,461
Yes, I thought about this fact.
I need the...
Yes, I thought about this fact.
I need the above behaviour for the case of installing my application as an administrator for all users.
If a normal user installs my application he does this only...
|
Forum: NSIS Discussion
30th November 2005, 13:10
|
|
Replies: 19
Views: 10,461
Many thanks to you, kickik. :up:
That's...
Many thanks to you, kickik. :up:
That's what I was looking for. :D
Allow me still two further questions:
Is there an easy way to call this functions in uninstall section without copying...
|
Forum: NSIS Discussion
29th November 2005, 13:32
|
|
Replies: 19
Views: 10,461
Nice idea.
But on my systems (2000/XP) I see...
Nice idea.
But on my systems (2000/XP) I see only the ".DEFAULT" key and the key (SID?) for the current user on the hive "HKEY_USERS". No matter if I logged on as admin or user.
So for this reason...
|
Forum: NSIS Discussion
7th November 2005, 10:16
|
|
Replies: 2
Views: 2,740
|
Forum: NSIS Discussion
4th November 2005, 11:33
|
|
Replies: 2
Views: 2,740
Is there a documentation for UserInfo.dll?
Hi,
I'm searching the web (wiki and forum included) for a documentation of the UserInfo.dll but I don't find it. :rolleyes:
I want to know which functions are supported additionally to GetName...
|
Forum: NSIS Discussion
25th October 2005, 10:39
|
|
Replies: 2
Views: 2,121
Newbie asks for a tutorial
:up: You did really nice work :up:
Thanks for NSIS.
Fortunately I met some people on a "MDSN Tech-Talk", which gave me a reference to NSIS.
I tried to build a setup for one of my smaller...
|