Opened 10 years ago

Last modified 10 years ago

#183 assigned defect

NSIS plugins have been updated, can't compile svn

Reported by: Culex Owned by: Brian Smith
Priority: normal Milestone:
Component: Installer Version: svn
Severity: normal Keywords:
Cc:

Description

GetVersion inetc LockedList MoreInfo nsUnzip ShellLink SimpleSC UAC untgz

have been updated, previous versions are unavailable for download. Perhaps include them in the trunk? Would be better to test the plugin commands individually to see if get expected output, this way don't have to hardcode the .dll md5s.

I currently cannot compile the windows svn because these files are nowhere to be found on the internet.

Attachments (2)

UAC_v0.0.11d.zip (57.2 KB ) - added by Brian Smith 10 years ago.
NSIS UAC plugin v0.0.11d
plugins.7z (162.7 KB ) - added by Culex 10 years ago.
plugins for the current 1.1.3 svn

Download all attachments as: .zip

Change History (7)

by Brian Smith, 10 years ago

Attachment: UAC_v0.0.11d.zip added

NSIS UAC plugin v0.0.11d

comment:1 by Brian Smith, 10 years ago

Priority: very highnormal
Severity: criticalnormal
Status: newassigned

these files are nowhere to be found on the internet.

This is not true!

The download URLs for almost all of these files are included in the 'plugin-vcheck.nsi' POPFile source code file (in the windows\toolkit\ folder, see line 115 for an example):

GetVersion version 1.5: http://nsis.sourceforge.net/File:GetVersion.zip

inetc "28 April 2011" version: http://nsis.sourceforge.net/File:Inetc.zip

LockedList version 2.3: http://nsis.sourceforge.net/File:LockedList.zip

MoreInfo version 1.0.1.2: http://nsis.sourceforge.net/MoreInfo_plugin

nsUnzip version 1.1: http://nsis.sourceforge.net/NsUnzip_plugin

ShellLink version 1.2: http://nsis.sourceforge.net/ShellLink_plugin

untgz version 1.0.17: http://nsis.sourceforge.net/File:Untgz.zip

SimpleSC version 1.29: As mentioned in the 'plugin-vcheck.nsi' source file, this plugin is a little harder to find because the name of the file changes for each release. Version 1.29 of the plugin is still available from the NSIS wiki: http://nsis.sourceforge.net/File:NSIS_Simple_Service_Plugin_1.29.zip

This leaves only one plugin to be found: UAC version v0.0.11d Although the original download URL no longer works, all is not lost.

You can:

(1) use the attached zip file,

(2) use 7-zip to extract the DLL from the POPFile 1.1.3 installer, or

(3) start the POPFile 1.1.3 installer from a standard account, enter the administrator's password and when the installer's language selection dialog appears find the DLL in the temporary folder (e.g. C:\Users\<username>\AppData\Local\Temp\nsaBF8.tmp, the 'nsaBF8' is randomly generated so you'll see something different), copy it somewhere and click cancel to exit from the installer.

comment:2 by Culex, 10 years ago

argh. I was using http://getpopfile.org/docs/devel:windowsinstaller clicking the links, ie http://nsis.sourceforge.net/GetVersion_%28Windows%29_plug-in does not show a "file history" link and google wasn't any help.

Thanks!

comment:3 by Culex, 10 years ago

need to add http://nsis.sourceforge.net/File:MoreInfo.zip plugin history to plugin-vcheck.nsi for consistency.

by Culex, 10 years ago

Attachment: plugins.7z added

plugins for the current 1.1.3 svn

comment:5 by Culex, 10 years ago

I also attached the necessary plugins in 1 7z file. After I get a working build I'll upgrade them and see if the latest versions still work.

Note: See TracTickets for help on using tickets.