Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: 0mar
Forum: NSIS Discussion 15th March 2003, 15:05
Replies: 19
Views: 10,461
Posted By 0mar
It certainly makes sense from a 'security' point...

It certainly makes sense from a 'security' point of view that other user's registry entries are unavailable under HKEY_USERS in NT. ;)

I don't have 9x anymore, but I think I tested it on there and...
Forum: NSIS Discussion 13th March 2003, 21:15
Replies: 5
Views: 4,445
Posted By 0mar
I'm not sure that this will help you, but I know...

I'm not sure that this will help you, but I know for a fact that it won't hurt. :D

Please look at the script IGx89 posted in this thread...
Forum: NSIS Discussion 3rd October 2002, 01:55
Replies: 3
Views: 1,795
Posted By 0mar
What spanky said. :D I'm *very* grateful that an...

What spanky said. :D I'm *very* grateful that an excellent tool such as NSIS is out there for free public use.
Forum: NSIS Discussion 20th June 2002, 02:31
Replies: 2
Views: 3,427
Posted By 0mar
Hey Justin. :) I certainly don't feel any...

Hey Justin. :)

I certainly don't feel any apologies are in order for being away from NSIS/the forums.

As I've stated on several occasions, I marvel at the selflessness of yourself and any NSIS...
Forum: NSIS Discussion 10th June 2002, 15:20
Replies: 33
Views: 6,483
Posted By 0mar
Unhappy NEW palette limitations

Hello all,

I'd like to say (as usual) that NSIS is an excellent tool and that I'm grateful to Justin and the contributors that keep improving on this wonderful utility. :)

I have a concern with...
Forum: NSIS Discussion 4th June 2002, 04:27
Replies: 8
Views: 1,958
Posted By 0mar
Glad I could help. :)

Glad I could help. :)
Forum: NSIS Discussion 4th June 2002, 02:17
Replies: 5
Views: 1,412
Posted By 0mar
0mar

InstallOptions is great, if it/it's functionality was integrated into NSIS, that would be very useful.

I would have to bug somebody to compile it for me though if it was a compile time option. Or...
Forum: NSIS Discussion 4th June 2002, 02:06
Replies: 8
Views: 1,958
Posted By 0mar
wild wild guess, but try this: Name...

wild wild guess, but try this:

Name "${APPNAME}"

I'm thinking right now you have:

Name ${APPNAME}

Although I'm really not sure...
Forum: NSIS Discussion 4th June 2002, 01:59
Replies: 9
Views: 2,417
Posted By 0mar
Hehe - thanks Scott. :D (Although you did...

Hehe - thanks Scott. :D

(Although you did steal my line, I'll let it go... this time. :p )
Forum: NSIS Discussion 4th June 2002, 01:42
Replies: 9
Views: 2,417
Posted By 0mar
Nobody has any ideas? :eek: I thought at...

Nobody has any ideas? :eek:

I thought at the very least someone would say: "You can't do that with NSIS, you'd need to make a .dll that makes the following winAPI calls...". And then I would say:...
Forum: NSIS Discussion 2nd June 2002, 18:55
Replies: 33
Views: 6,483
Posted By 0mar
Wow - this sounds absolutely incredible! Thank...

Wow - this sounds absolutely incredible! Thank you very much Justin. :D

As soon as I find the time and wrap up my current installer project, I'll start playing around with this. In the meantime,...
Forum: NSIS Discussion 2nd June 2002, 18:51
Replies: 9
Views: 2,417
Posted By 0mar
Question Minimize all

Hey guys & gals. :)

I was just wondering if there's a simple way to minimize all currently open windows via NSIS?

I'm pretty sure it's not in the docs (makensis.htm) or functions...
Forum: NSIS Discussion 9th April 2002, 14:38
Replies: 19
Views: 2,510
Posted By 0mar
No offense to any of the other candidates who...

No offense to any of the other candidates who have all made great contributions in their own right, but I too feel that Smile2Me/Hendri is the one. I can't believe he's actually willing to do it! :) ...
Forum: NSIS Discussion 22nd March 2002, 22:02
Replies: 2
Views: 1,214
Posted By 0mar
There's a funtion that comes with NSIS that...

There's a funtion that comes with NSIS that checks Windows versions.

In your NSIS directory, look for "functions.htm" - in that file, examine the 'GetWindowsVersion' function. You can use it as is...
Forum: NSIS Discussion 22nd March 2002, 15:12
Replies: 3
Views: 1,435
Posted By 0mar
I believe this should do the trick: `Do you...

I believe this should do the trick:

`Do you want to overwrite file PsgStats.xml?$\r$\n
Yes: Overwrite (you will lose changes)$\r$\n
No: Keep previous changes$\r$\n
Cancel: Abort installation`
Forum: NSIS Discussion 22nd March 2002, 13:54
Replies: 2
Views: 1,264
Posted By 0mar
Hey there. :) I believe you're missing the...

Hey there. :)

I believe you're missing the path info. for the file you're trying to rename... Instead of writing:

Rename InvStats.sav InvStats.xml

try:

Rename "$INSTDIR\InvStats.sav"...
Forum: NSIS Discussion 13th March 2002, 13:57
Replies: 21
Views: 3,845
Posted By 0mar
Hi Hendri. This is unfortunate indeed. It's...

Hi Hendri.

This is unfortunate indeed. It's really odd - I would have thought that information on desktop resolution would be stored at some sensible place in the registry. At the very least I...
Forum: NSIS Discussion 13th March 2002, 00:48
Replies: 21
Views: 3,845
Posted By 0mar
Hmm bad news - on XP...

Hmm bad news - on XP HKEY_CURRENT_CONFIG\System\CurrentControlSet\SERVICES\SISV\DEVICE0 doesn't exist. It's fine up to SERVICES, but there's no SISV subkey. :(
Forum: NSIS Discussion 12th March 2002, 19:50
Replies: 21
Views: 3,845
Posted By 0mar
Hey Hendri. I just wanted to clarify that I...

Hey Hendri.

I just wanted to clarify that I can only test on 98, 2k, and XP, not NT.

But I did find some info. on NT which leads me to believe that you won't have any problems on NT.

At this...
Forum: NSIS Discussion 12th March 2002, 19:22
Replies: 21
Views: 3,845
Posted By 0mar
Hi Hendri. :) I'm sorry, the key you...

Hi Hendri. :)

I'm sorry, the key you mentioned:
HKEY_CURRENT_CONFIG\System\CurrentControlSet\SERVICES\SISV\DEVICE0

doesn't exist in '98 - It goes as far as:...
Forum: NSIS Discussion 12th March 2002, 17:21
Replies: 21
Views: 3,845
Posted By 0mar
Hey Hendri. I certainly hope the following...

Hey Hendri.

I certainly hope the following info. helps you - I really appreciate all the info. you have provided on this forum. :)

Anyway, on a win98 machine with multiple users this is what I...
Forum: NSIS Discussion 10th February 2002, 19:54
Replies: 3
Views: 1,458
Posted By 0mar
You're quite welcome CyberSpace. :) A small...

You're quite welcome CyberSpace. :)

A small suggestion - I'm not sure if this example is just for learning or you intend to use it. If it's for learning, that's great. :) If you intend to use it,...
Forum: NSIS Discussion 10th February 2002, 02:07
Replies: 3
Views: 1,458
Posted By 0mar
Hey CyberSpace. :) Your English is fine, but...

Hey CyberSpace. :)

Your English is fine, but you have more than just a directory problem. ;)

First of all, the compiler is failing because you have a StrCpy instruction outside of a section....
Forum: NSIS Discussion 9th February 2002, 14:16
Replies: 5
Views: 2,354
Posted By 0mar
Yeah, that seems like a safe bet - thanks again....

Yeah, that seems like a safe bet - thanks again. :up:
Forum: NSIS Discussion 8th February 2002, 17:29
Replies: 5
Views: 2,354
Posted By 0mar
Thank you very much petersa and kichik. :) ...

Thank you very much petersa and kichik. :)

Here's what I have found:

1. Does NOT work on win98 in a multi user setup (oh well it's NT/2k/XP I was really interested in anyway)
2. DOES work on...
Showing results 1 to 25 of 30

 
Forum Jump