Forum: NSIS Discussion
4th January 2008, 01:41
|
|
Replies: 5
Views: 7,181
|
Forum: NSIS Discussion
3rd January 2008, 02:35
|
|
Replies: 1
Views: 1,274
|
Forum: NSIS Discussion
2nd January 2008, 23:49
|
|
Replies: 1
Views: 1,274
call !insertmacro twice in a same function
Hi,
I defined a macro to check versions of a file. For simplicity, the file is always put into two different fixed directories says "C:\MyApp1" and "C:\MyApp2"
I need to search through the file...
|
Forum: NSIS Discussion
2nd January 2008, 23:34
|
|
Replies: 6
Views: 2,411
|
Forum: NSIS Discussion
2nd January 2008, 22:56
|
|
Replies: 5
Views: 7,181
Hi Kichik,
I do have InstallDirRegKey the...
Hi Kichik,
I do have InstallDirRegKey the same on both installer:
InstallDirRegKey HKLM "Software\${COMPANYNAME}\${APPNAME}" ""
But, I thought when I do "SetRegView 64" on .onInit function, it...
|
Forum: NSIS Discussion
2nd January 2008, 02:15
|
|
Replies: 5
Views: 7,181
InstallDir using $PROGRAMFILES64
Hi,
I have two installers for my application, 1 for 32bit and 1 for 64bit.
For 64bit, I am using:
InstallDir "$PROGRAMFILES64\${COMPANYNAME}\${APPNAME}"
and put
SetRegView 64
in function...
|
Forum: NSIS Discussion
1st January 2008, 23:42
|
|
Replies: 4
Views: 3,214
|
Forum: NSIS Discussion
31st December 2007, 05:00
|
|
Replies: 4
Views: 3,214
Hi Anders,
It works!!! Thanks for sharing...
Hi Anders,
It works!!! Thanks for sharing that function.
Just another quick question, do you know how to make the default installer to install the program into "C:\Program Files\" for 64 bit...
|
Forum: NSIS Discussion
31st December 2007, 03:17
|
|
Replies: 4
Views: 3,214
64 bit NULLSoft application
Is there NSIS 64bit available for download? I need this 64bit version so that it could properly read/write the registry for 64bit installer.
For example,
If you use 32bit NSIS to compile the...
|