Forum: NSIS Discussion
15th March 2003, 15:05
|
|
Replies: 19
Views: 10,461
|
Forum: NSIS Discussion
13th March 2003, 21:15
|
|
Replies: 5
Views: 4,445
|
Forum: NSIS Discussion
3rd October 2002, 01:55
|
|
Replies: 3
Views: 1,795
|
Forum: NSIS Discussion
20th June 2002, 02:31
|
|
Replies: 2
Views: 3,427
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
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
|
Forum: NSIS Discussion
4th June 2002, 02:17
|
|
Replies: 5
Views: 1,412
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
|
Forum: NSIS Discussion
4th June 2002, 01:59
|
|
Replies: 9
Views: 2,417
|
Forum: NSIS Discussion
4th June 2002, 01:42
|
|
Replies: 9
Views: 2,417
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
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
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
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
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
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
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
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
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
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
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
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
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
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
|
Forum: NSIS Discussion
8th February 2002, 17:29
|
|
Replies: 5
Views: 2,354
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...
|