Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 43
Search took 0.00 seconds.
Search: Posts Made By: Defcon0
Forum: NSIS Discussion 21st May 2010, 12:42
Replies: 1
Views: 1,975
Posted By Defcon0
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
Posted By Defcon0
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
Posted By Defcon0
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
Posted By Defcon0
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
Posted By Defcon0
MessageBox after language selection but before welcome-screen

Hello,

I want to check wheather my software is installed already. is that's the case a message (yesNo) should be displayed that informs the user that he should deinstall first or ignore that.
...
Forum: NSIS Discussion 28th May 2007, 19:40
Replies: 3
Views: 1,754
Posted By Defcon0
No, not yet. How does this flag work ? I tried...

No, not yet.
How does this flag work ? I tried it several times but it didn't work right.
Forum: NSIS Discussion 28th May 2007, 15:58
Replies: 3
Views: 1,754
Posted By Defcon0
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
Posted By Defcon0
DIasble a Combobox (DropDownList) when a RadioButton is clicked

Hello,

I have an InstallOptions Screen with 2 Radio Buttons and a Combobox (DropDownList). When I click the one radiobutton the combobox should be diabled (gray) and when I click the other one it...
Forum: NSIS Discussion 28th May 2007, 12:30
Replies: 3
Views: 1,185
Posted By Defcon0
Thanks a lot ! It now works.

Thanks a lot ! It now works.
Forum: NSIS Discussion 28th May 2007, 09:55
Replies: 3
Views: 1,185
Posted By Defcon0
Show an InstallOptions-Screen only when the OS is NT

Hello,

I have a question concerning InstallOptions.
Is there any way to avoid an InstallOptions-Screen from being shown if the used OS isn't NT ?

This is how I, at the time, check if the user...
Forum: NSIS Discussion 23rd March 2007, 18:18
Replies: 1
Views: 1,065
Posted By Defcon0
Only install a file if it doesn't exist already

Hello,

Can I install a file only if it isn't already there ?
Thanks in forward.

Bye Defcon0
Forum: NSIS Discussion 6th November 2006, 17:55
Replies: 1
Views: 1,349
Posted By Defcon0
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
Posted By Defcon0
I made it the following. The Config isn't...

I made it the following. The Config isn't installed at all. I made my application write it completely by itself.
So there's no problem anymore.

Tahnks !!
Forum: NSIS Discussion 23rd October 2006, 09:46
Replies: 4
Views: 1,987
Posted By Defcon0
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
Posted By Defcon0
OK. Thanks. I'll test it

OK. Thanks. I'll test it
Forum: NSIS Discussion 22nd October 2006, 19:51
Replies: 4
Views: 3,187
Posted By Defcon0
That would be great. Thanks. But please make a...

That would be great. Thanks.
But please make a new reply so that I get an email notification.
Forum: NSIS Discussion 22nd October 2006, 16:21
Replies: 4
Views: 1,987
Posted By Defcon0
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
Posted By Defcon0
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
Posted By Defcon0
Ah. I see :)

Ah. I see :)
Forum: NSIS Discussion 22nd October 2006, 09:58
Replies: 2
Views: 1,549
Posted By Defcon0
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
Posted By Defcon0
Yo. Thanks !

Yo. Thanks !
Forum: NSIS Discussion 16th October 2006, 16:45
Replies: 9
Views: 2,933
Posted By Defcon0
ok. I included the FileFunc.nsh. How do I do...

ok. I included the FileFunc.nsh.

How do I do it ? Sorry I'm really new to NSIS.
Is it !insertmacro ... ? If so, what's "..." ?
Forum: NSIS Discussion 16th October 2006, 16:24
Replies: 9
Views: 2,933
Posted By Defcon0
No, I think this not the point. I don't use...

No, I think this not the point.
I don't use this for uninstall. In the documentation is written:


But when I type it in (means ${RefreshShellIcons}) there's the error:
Forum: NSIS Discussion 16th October 2006, 16:14
Replies: 9
Views: 2,933
Posted By Defcon0
Oh it doesn't work, I see now:

Oh it doesn't work, I see now:
Forum: NSIS Discussion 16th October 2006, 16:12
Replies: 9
Views: 2,933
Posted By Defcon0
Thanks a lot.

Thanks a lot.
Showing results 1 to 25 of 43

 
Forum Jump