Forum: NSIS Discussion
21st May 2010, 12:42
|
|
Replies: 1
Views: 1,975
lzma /solid
Hello,
I always compressed my NSIS installers via lzma. Some hours ago I tried lzma /solid and WOW the installer was 1,4MB instead of 2,0MB. But when I compress the 2,0MB-installer using 7Zip...
|
Forum: NSIS Discussion
6th November 2009, 12:56
|
|
Replies: 0
Views: 1,435
Problem with InstallOptions-checking
Hello,
I have a strange problem concerning an InstallOptions-if-statement. I check whether a checkbox is activated or not and if so, write some file or registry entry.
But unfortunately $R1 is...
|
Forum: NSIS Discussion
4th September 2009, 15:17
|
|
Replies: 2
Views: 1,612
Detect Windows 7
Hello,
short question: is there already a way to detect that Windows 7 is running ?
Bye Defcon0
|
Forum: NSIS Discussion
22nd April 2009, 09:33
|
|
Replies: 3
Views: 1,961
When I add
Function .onGuiInit
${if}...
When I add
Function .onGuiInit
${if} $LANGUAGE == ${LANG_GERMAN}
Messagebox MB_ICONSTOP|MB_OK "Text1_GER"
Abort
${ElseIf} $LANGUAGE == ${LANG_ENGLISH}
MessageBox MB_ICONSTOP|MB_OK...
|
Forum: NSIS Discussion
21st April 2009, 23:18
|
|
Replies: 3
Views: 1,961
|
Forum: NSIS Discussion
28th May 2007, 19:40
|
|
Replies: 3
Views: 1,754
|
Forum: NSIS Discussion
28th May 2007, 15:58
|
|
Replies: 3
Views: 1,754
How to group Radiobuttons with NSIS
Hello,
I have an InstallOptions-Screen with the following composition:
http://img177.imageshack.us/img177/5183/radiobb1.jpg
Now I want, that I have 2 groups of RadioButtons.
So hat you can...
|
Forum: NSIS Discussion
28th May 2007, 12:55
|
|
Replies: 1
Views: 1,161
|
Forum: NSIS Discussion
28th May 2007, 12:30
|
|
Replies: 3
Views: 1,185
|
Forum: NSIS Discussion
28th May 2007, 09:55
|
|
Replies: 3
Views: 1,185
|
Forum: NSIS Discussion
23rd March 2007, 18:18
|
|
Replies: 1
Views: 1,065
|
Forum: NSIS Discussion
6th November 2006, 17:55
|
|
Replies: 1
Views: 1,349
IsUserAdmin
Hello,
I use the script IsUserAdmin from:
http://nsis.sourceforge.net/IsUserAdmin
Now I want to check before uninstalling whether the user has admin rights:
But it says:
|
Forum: NSIS Discussion
23rd October 2006, 11:54
|
|
Replies: 4
Views: 1,987
|
Forum: NSIS Discussion
23rd October 2006, 09:46
|
|
Replies: 4
Views: 1,987
I tried this before.
Changing this Variable...
I tried this before.
Changing this Variable makes $APPDATA look like this
C:\Docs and Settings\All Users\Application Data
instead of this
C:\Docs and Settings\username\Application Data
But...
|
Forum: NSIS Discussion
22nd October 2006, 19:53
|
|
Replies: 4
Views: 3,187
|
Forum: NSIS Discussion
22nd October 2006, 19:51
|
|
Replies: 4
Views: 3,187
|
Forum: NSIS Discussion
22nd October 2006, 16:21
|
|
Replies: 4
Views: 1,987
Get all usernames under XP
Hello,
I want to install a program for all users on my pc (also with limited users).
For this I have the opportunity to install the config files to the All Users\Application Data - Directory.
But...
|
Forum: NSIS Discussion
22nd October 2006, 14:45
|
|
Replies: 4
Views: 3,187
Add 30 days to current date ?
Hello,
I want to write the current date into an ini-file but 30 days later. With GetTime I already got the date but how can I count 30 days on ?
How can I realize that with NSIS ?
Thanks in...
|
Forum: NSIS Discussion
22nd October 2006, 14:43
|
|
Replies: 2
Views: 1,549
|
Forum: NSIS Discussion
22nd October 2006, 09:58
|
|
Replies: 2
Views: 1,549
OS Detection
Hello,
I use the versions plugin
http://nsis.sourceforge.net/Version_plug-in
to detect whether the windows is NT or not:
Version::IsWindowsPlatformNT
pop $TempResult
StrCmp...
|
Forum: NSIS Discussion
16th October 2006, 16:56
|
|
Replies: 9
Views: 2,933
|
Forum: NSIS Discussion
16th October 2006, 16:45
|
|
Replies: 9
Views: 2,933
|
Forum: NSIS Discussion
16th October 2006, 16:24
|
|
Replies: 9
Views: 2,933
|
Forum: NSIS Discussion
16th October 2006, 16:14
|
|
Replies: 9
Views: 2,933
|
Forum: NSIS Discussion
16th October 2006, 16:12
|
|
Replies: 9
Views: 2,933
|