Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

NSIS Discussion | Forum profile

Forum profile page for NSIS Discussion on http://www.winamp.com. This report page is the aggregated overview from a single forum: NSIS Discussion, located on the Message Board at http://www.winamp.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "NSIS Discussion" on the Message Board at http://www.winamp.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: WINAMP.COM | Forums - NSIS Discussion (site profile, domain info winamp.com)
Title: NSIS Discussion
Url: http://forums.winamp.com/forumdisplay.php?forum...
Users activity: 23 posts per thread
Forum activity: 60 active threads during last week
 

Posting activity on NSIS Discussion:

  Week Month 3 Months
Threads: 60 150 440
Post: 143 330 1,020
 

NSIS Discussion Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
HSorgYves
21
user's latest post:
UMUI_PAGE_ALTERNATIVESTARTMENU...
Published (2009-12-25 18:30:00)
The required changes for the release 2009-12-25 are (without the radio buttons which are not set to NOTIFY anyway): Line 7477 and line 7533: PHP: Goto customfunction Line 7495: PHP: StrCpy $MUI_TEMP1 "3" ! insertmacro INSTALLOPTIONS_WRITE "AlternativeStartMenu${ID}.ini" "Settings" State "3" Goto customfunction Line 7589: PHP: StrCpy $MUI_TEMP1 0 customfunction :   !...
MSG
14
user's latest post:
.onNextPage not called
Published (2009-12-29 16:01:00)
{_trueparuex^} just told you how to do it... Quick Link |
jammusi
11
user's latest post:
.onNextPage not called
Published (2009-12-29 20:01:00)
Ok guys. I figured this out. Thanks a lot ;-) Quick Link |
SuperPat
9
user's latest post:
UltraModernUI beta2 pre-release
Published (2009-12-25 13:48:00)
New build version 2009-12-25 - Fixed: the UMUI_ADDITIONALTASKS_IF_NOT_CKECKED macro does not work - Fixed: If you use the Abort Instruction in the alternative start menu custom leave function, the pas was not displayed - The Context radio buttons of the alternative start menu page are disabled if the installer doe not have administrator rights (Start menu shortcuts can only be created for current user). Download Merry Christmas!
redxii
8
user's latest post:
Use !define conditionally
Published (2009-12-25 07:42:00)
Well, even if the account is an Administrator in UAC approval mode, if they don't elevate the setup they can't create shortcuts for all users anyway, only for themselves and it's as if they are non-admins. UserInfo returns the right answer for what privileges the installer has. You don't want to use GetOriginalAccountType to see that they are really an administrator, the installer isn't running elevated, and assume...
Yathosho
6
user's latest post:
NSIS in context menu
Published (2009-12-29 18:47:00)
as it's a 32-bit application, i installed it to Program Files (x86). i was running the RC before, now i'm using the final - didn't work in any of them. as a workaround i'm now using open with makensisw, that's good enough for now
drjasonharrison
5
user's latest post:
Require Windows XP Service Pack...
Published (2009-12-23 18:00:00)
Okay, found it. I should have used ${AtLeastWinVista}. My trick was to put the ${IsAtLeastVista} on it's own line and then the compiler told me that it couldn't recognize that variable/macro. Which led me to reading the WinVer.nsh documentation a bit closer. -Jason Quick Link |
fashtas
5
user's latest post:
Capturing Error returned from...
Published (2009-12-21 20:08:00)
quote: Originally posted by Anders @fashtas: Are you doing the elevation in .onInit? That can cause focus issues since at some point, there is no window Yes I am, in fact I am doing the Elevation in the same way as the UAC_AdminOnly example, although my installer is using the MUI GUI stuff. I moved the elevation to a custom pre_ function of the first visible window and the forms now show up on top of everything. I have to run through some...
Wizou
5
user's latest post:
Create installer with the same...
Published (2009-12-29 17:08:00)
by the way, this small tool can be an executable made with NSIS, using GetFileVersion
Reenan
4
user's latest post:
Make uninstaller get a path from...
Published (2009-12-25 01:17:00)
I had that idea too, will try it later. Thanks! If I need more help, I'll come here to say Quick Link |
 

Latest active threads on NSIS Discussion::

WINAMP.COM | Forums
Started 3 days, 7 hours ago (2009-12-29 12:19:00)  by jammusi
this is not supported with v2 and above Quick Link |
Thread:  Show this thread (9 posts)   Thread info: .onNextPage not called Size: 450 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: .onNextPage not called :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 3 days, 1 hour ago (2009-12-29 18:38:00)  by pengyou
It works for me on Windows 7 RC 64-bit (see attached screenshot) Where did you install NSIS? I did not use "C:\Program Files (x86)\NSIS" because I wanted to avoid UAC problems when using a standard account to compile the NSIS examples. Attachment: win7-context.png This has been downloaded 2 time(s). Quick Link...
Thread:  Show this thread (3 posts)   Thread info: NSIS in context menu Size: 1,066 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: NSIS in context menu :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 3 days, 3 hours ago (2009-12-29 17:05:00)  by Wizou
for this, I use a small command-line tool I made, which takes an EXE and generates a NSH script. So I call my tool in my NSI script with !execute, and I !include the result: code: !execute "mytool.exe mainprogram.exe output.nsh" !include "output.nsh"
Thread:  Show this thread (4 posts)   Thread info: Create installer with the same version as the main application executable Size: 644 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Create installer with the same version as the main application executable :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 3 days, 3 hours ago (2009-12-29 17:00:00)  by Wizou
Is this some kind of J0ke? (sorry, I couldn't resist ^^)
Thread:  Show this thread (3 posts)   Thread info: Need someone to make an installation of files and a font and explain how doit again Size: 287 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need someone to make an installation of files and a font and explain how doit again :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 3 days, 8 hours ago (2009-12-29 12:10:00)  by {_trueparuex^}
NSIS creates stand-alone installer executables. MSI (Microsoft Installer Package) is not an installer. MSI files are packages that contains installation information for the Windows Installer engine. PaR Quick Link |
Thread:  Show this thread (5 posts)   Thread info: How to generate MSI file from NSIS Size: 647 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to generate MSI file from NSIS :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 4 days, 2 hours ago (2009-12-28 17:24:00)  by Laplandia
Disregard that. It just works only on my machine. On other computers I can run code: %systemroot%\Microsoft.NET\Framework\v2.0.50727\as pnet_regiis.exe -i or code: %systemroot%\Microsoft.NET\Framework64\v2.0.50727\ aspnet_regiis.exe -i from cmd, so these files do exist, but somehow setup doesn't execute them. Quick ...
Thread:  Show this thread (3 posts)   Thread info: ExecWait Problem Size: 1,045 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ExecWait Problem :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 1 week, 3 days ago (2009-12-22 18:57:00)  by MSG
Use VersionCompare in NSIS\include\WordFunc.nsh. Quick Link |
Thread:  Show this thread (8 posts)   Thread info: compare file version Size: 459 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: compare file version :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 3 days, 9 hours ago (2009-12-29 10:44:00)  by kichik
FAQ: http://nsis.sourceforge.net/Why_doe..._some_langua ges
Thread:  Show this thread (2 posts)   Thread info: MultiLanguage.nsi question Size: 408 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: MultiLanguage.nsi question :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 3 days, 14 hours ago (2009-12-29 05:28:00)  by jdt2oo7
attach file Quick Link |
Thread:  Show this thread (3 posts)   Thread info: Silent install for VS C++ 2008 SP1 Redistributable Package (x86) Size: 422 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Silent install for VS C++ 2008 SP1 Redistributable Package (x86) :: NSIS Discussion :: WINAMP.COM | Forums"
WINAMP.COM | Forums
Started 3 days, 9 hours ago (2009-12-29 10:34:00)  by kichik
I am a bit confused. You are talking both about compiling a script and compiling makensis in the same context. I'll assume MINOR|MAJOR_VESRION you're missing is when building LibraryLocal.exe that's used by Library.nsh. First off, it's no shame not to use cross compiler. It's even preferable. Build only what needs to be built native to work, and use the pre-built zip for ...
Thread:  Show this thread (2 posts)   Thread info: library.nsh on Posix without cross-tools Size: 1,121 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: library.nsh on Posix without cross-tools :: NSIS Discussion :: WINAMP.COM | Forums"
 

Hot threads for last week on NSIS Discussion::

NSIS Discussion
Started 1 week, 1 day ago (2009-12-24 01:44:00)  by redxii
You can't set SetShellVarContext based on what privileges are available? Quick Link |
Thread:  Show this thread (14 posts)   Thread info: Use !define conditionally Size: 483 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Use !define conditionally :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 3 days, 7 hours ago (2009-12-29 12:19:00)  by jammusi
this is not supported with v2 and above Quick Link |
Thread:  Show this thread (9 posts)   Thread info: .onNextPage not called Size: 450 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: .onNextPage not called :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 1 week ago (2009-12-24 21:01:00)  by HSorgYves
I have made the following changes to achieve my goal. Lines 7449-7450 and 7497-7498 replaced by: PHP: Goto customfunction Lines 7467-7468 replaced by: PHP: ! insertmacro INSTALLOPTIONS_WRITE "AlternativeStartMenu${ID}.ini" "Settings" State "3" Goto customfunction Line 7552 replaced by: PHP: ...
Thread:  Show this thread (6 posts)   Thread info: UMUI_PAGE_ALTERNATIVESTARTMENU and its LEAVE function Size: 2,081 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: UMUI_PAGE_ALTERNATIVESTARTMENU and its LEAVE function :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
RE: Torrent Patcher? - 6 new posts
Started 5 days, 10 hours ago (2009-12-27 09:36:00)  by MSG
Re: Torrent Patcher? quote: Bittorrent will be the ideal distribution for my program since we will be making small modifications to large files (i.e. they'll essentially just hashcheck their current files, and it will modify the ones that need to be updated). Are you really sure about this? BitTorrent pieces are always of a fixed size, so if you add even a single byte ...
Thread:  Show this thread (6 posts)   Thread info: Torrent Patcher? Size: 1,086 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Torrent Patcher? :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 1 week ago (2009-12-24 23:52:00)  by SuperPat
ExecWait was used because the Exec function break the NSIS UAC plugin: quote: Originally posted by LoRd_MuldeR I noticed a serious problem with UMUI and the UAC plugin: The UAC plugin will create two processes. The "outer" process is running with user privileges, the "inner" one with elevated rights. The "inner" process is the actual installer, but whenever it needs ...
Thread:  Show this thread (5 posts)   Thread info: Prevent Multiple Instances with UMUI Size: 2,485 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Prevent Multiple Instances with UMUI :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 3 days, 8 hours ago (2009-12-29 12:10:00)  by {_trueparuex^}
NSIS creates stand-alone installer executables. MSI (Microsoft Installer Package) is not an installer. MSI files are packages that contains installation information for the Windows Installer engine. PaR Quick Link |
Thread:  Show this thread (5 posts)   Thread info: How to generate MSI file from NSIS Size: 647 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to generate MSI file from NSIS :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 1 week, 2 days ago (2009-12-23 04:47:00)  by msroboto
Why don't you use Winver.nsh? Look it up in the wiki if my link doesn't work. URL submitted by user. ${If} ${IsWinXP} ${AndIf} ${AtLeastServicePack} 2 DetailPrint "Running WinXP SP2 or above" ${EndIf} Quick Link |
Thread:  Show this thread (7 posts)   Thread info: Require Windows XP Service Pack 2 (or later) Size: 743 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Require Windows XP Service Pack 2 (or later) :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 1 week, 2 days ago (2009-12-22 22:04:00)  by redxii
Can I see a code example of what you are trying to do, and where the different dirs are. $INSTDIR in an uninstaller is wherever the uninstaller resides. As for the other.. you should read a registry entry or file from that program. ClearErrors ReadRegStr $R0 <some registry key set by another program> IfErrors 0 +2 MessageBox MB_OK|MB_ICONINFORMATION "the app ...
Thread:  Show this thread (7 posts)   Thread info: Make uninstaller get a path from registry Size: 945 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Make uninstaller get a path from registry :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 1 week, 1 day ago (2009-12-24 13:29:00)  by SuperPat
Thanks, It will be fixed in the next release
Thread:  Show this thread (4 posts)   Thread info: Bug in macro UMUI_ADDITIONALTASKS_IF_NOT_CKECKED in UMUI Size: 275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Bug in macro UMUI_ADDITIONALTASKS_IF_NOT_CKECKED in UMUI :: NSIS Discussion :: WINAMP.COM | Forums"
NSIS Discussion
Started 1 week, 1 day ago (2009-12-24 13:23:00)  by SuperPat
This fix will be in the next update. I had not done before because this option could also be used by the $DOCUMENT variable and by the SHCTX root_key which depends on the SetShellVarContext setting.
Thread:  Show this thread (4 posts)   Thread info: Bug in macro UMUI_PAGE_ALTERNATIVESTARTMENU in UMUI Size: 429 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Bug in macro UMUI_PAGE_ALTERNATIVESTARTMENU in UMUI :: NSIS Discussion :: WINAMP.COM | Forums"

This page was found by:   Error generating uninstaller icon: invalid icon size (possibly compressed icon) -- failing!  nsis RequestExecutionLevel  uac plugin nsis