Hello,

Npackd as a package manager for Windows has an overlap in
functionality with Unattended in installing software (but not the OS
or patches). Unattended scripts
(http://sourceforge.net/p/unattended/code/HEAD/tree/trunk/install/scripts
) are similar to Npackd scripts
(https://npackd.appspot.com/p/com.microsoft.DotNetRedistributable/4.5.50938.18408
). You would need a Google account to see the scripts, but here is an
example:

=========================== .NET 4.5 installation
==================================
for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x
"%setup%" /norestart /q > .Npackd\Output.txt & type .Npackd\Output.txt
& del /f /q "%setup%"

rem list of errors:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa368542(v=vs.85).aspx
rem 3010=restart required
if %errorlevel% equ 3010 exit /b 0
============================================================================

The license used by Npackd is GPLv3.

Do you have any interest in cooperation? As an example I thought about
bundling the command line version of Npackd in Unattended and using it
to install software like Firefox, etc. This would also make later
updates possible.

Regards
Tim

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to