It sounds like you want something more like what http://coapp.org/ was. There 
have been many attempts at building such a thing on Windows. I’ve even 
considered adding it to the WiX toolset a few times over the years. Each time 
it didn’t seem to fit. The WiX toolset builds installation packages for 
Windows. The closest thing we have to managing packages is Bundles. And while 
Bundles need a few more features, they do seem to align quite well with the way 
ISVs release software on Windows. That’s why we built them the way we did.

Maybe one day I’ll finally try to go tip at the Windows package manager 
windmill myself but I would launch it in a separate project from the WiX 
toolset. Before that day, there are a lot more things that need to get done in 
the WiX toolset.


From: Aleksandr Vishnyakov [mailto:asvishnya...@hotmail.com]
Sent: Sunday, December 8, 2013 4:35 AM
To: wix-devs@lists.sourceforge.net
Subject: Re: [WiX-devs] How about package manager based on Windows Installer 
and WiX?

What do you think about this?

 ----------------------------------------------------------------------

Date: Tue, 3 Dec 2013 09:20:56 +0000
From: Aleksandr Vishnyakov 
<asvishnya...@hotmail.com<mailto:asvishnya...@hotmail.com>>
Subject: Re: [WiX-devs] How about package manager based on Windows
        Installer and WiX?
To: " wix-devs@lists.sourceforge.net<mailto:wix-devs@lists.sourceforge.net> "
        <wix-devs@lists.sourceforge.net<mailto:wix-devs@lists.sourceforge.net>>
Message-ID: 
<dub405-eas197743ed3fbbc7117725ff9dd...@phx.gbl<mailto:dub405-eas197743ed3fbbc7117725ff9dd...@phx.gbl>>
Content-Type: text/plain; charset="utf-8"




Hmm. Ok.




Then I'm talking about the package manager with repository feed support and 
plugin for integration into IDE.




- Bundle not support version dependencies (1.x pattern, for example)
- It should be a single package manager to which users could add repository 
feeds to find / install / upgrade programs and components
- It need to plugin for Visual Studio (and may be other IDE) like NuGet. Bundle 
must provide special metadata for it.

----------------------------------------------------------------------

Date: Tue, 3 Dec 2013 06:51
From: Rob Mensching <r...@robmensching.com<mailto:r...@robmensching.com>>
Subject: Re: [WiX-devs] How about package manager based on Windows
        Installer and WiX?
To: WiX toolset developer mailing list
        <wix-devs@lists.sourceforge.net<mailto:wix-devs@lists.sourceforge.net>>

Can you define package manager first? I?ve found people have different 
definitions of that word.


Note: IMHO, NuGet is a package manager for VS. It is not an installation 
mechanism, although there are projects that build on NuGet as a transportation 
protocol and write things like package managers.

From: Aleksandr Vishnyakov [mailto:asvishnya...@hotmail.com]
Sent: Monday, December 2, 2013 2:57 PM
To: wix-devs@lists.sourceforge.net<mailto:wix-devs@lists.sourceforge.net>
Subject: [WiX-devs] How about package manager based on Windows Installer and 
WiX?


Of course we have great NuGet project, but it have some issues:

  1.  It encourages the use of multiple files of the same assembly on one 
machine (duplication). Duplication requires more disk space and more bandwidth 
when downloading.

  1.  It doesn't integrated with Windows Installer or WiX. No installation per 
machine, no deploying, no detection of installed dll?s

  1.  We have not simple mechanism to create, distribute and update NuGet 
packages (and WiX-based installers too)
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to