Old 30th May 2002, 17:44   #1
CzatTJ
Junior Member
 
Join Date: May 2002
Posts: 2
Thumbs down NSIS 1.98 shortcut bug

I tried out the new 'SetShellVarContext all' command, and it worked fine for WinXP, but on WinME it did NOT create the shortcuts in the right directory! It make the shortcuts in: 'C:\WINDOWS\Temp\'!!!! Anybody have the same trouble?
CzatTJ is offline   Reply With Quote
Old 30th May 2002, 18:05   #2
VortX21
Junior Member
 
Join Date: Feb 2001
Posts: 11
Yes - I had the same problem. It seems to work fine on NT based windows while 9x gets directed to the temp directory. I ended up just doing
ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" CurrentVersion
StrCmp $0 "" lblnotnt
SetShellVarContext all
lblnotnt:
etc etc
-Carl
VortX21 is offline   Reply With Quote
Old 30th May 2002, 18:13   #3
CzatTJ
Junior Member
 
Join Date: May 2002
Posts: 2
Wink

Thanks for the work-around!!! I like the new option of 'All' users and would hate to go back to 'current' user only.

Czar
CzatTJ is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump