|
More site info...
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.
|
|
|
|
|
Posting activity on NSIS Discussion:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
60
|
150
|
440
|
|
Post:
|
143
|
330
|
1,020
|
|
|
NSIS Discussion Posting activity graph:
|
Top authors during last week:
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 : !...
user's latest post:
.onNextPage not called
Published (2009-12-29 16:01:00)
{_trueparuex^} just told you how to do it... Quick Link |
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 |
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!
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...
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
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 |
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...
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
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::
Started 3 days, 7 hours ago (2009-12-29 12:19:00)
by jammusi
this is not supported with v2 and above
Quick Link |
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...
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"
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 ^^)
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 |
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 ...
Started 1 week, 3 days ago (2009-12-22 18:57:00)
by MSG
Use VersionCompare in NSIS\include\WordFunc. nsh.
Quick Link |
Started 3 days, 9 hours ago (2009-12-29 10:44:00)
by kichik
FAQ:
http://nsis. sourceforge.net/Why_doe..._some_langua ges
Started 3 days, 14 hours ago (2009-12-29 05:28:00)
by jdt2oo7
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 ...
|
|
Hot threads for last week on 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 |
Started 3 days, 7 hours ago (2009-12-29 12:19:00)
by jammusi
this is not supported with v2 and above
Quick Link |
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:
...
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 ...
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 ...
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 |
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 |
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 ...
Started 1 week, 1 day ago (2009-12-24 13:29:00)
by SuperPat
Thanks,
It will be fixed in the next release
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.
|
|