[WiX-users] Automatic upgrades/provisioning options...

2015-05-22 Thread Tony
This is not directly WiX related (though all of our installers are WiX
based), but I thought many of you might have some experience in this area.

We need a system/framework for deploying/managing/upgrading software (OS
management is NOT a requirement) on 100's of remote Kiosks.

Briefly (I don't expect dissertations, just product names, and/or a
sentence or two), what have you done to solve this scenario?

Thanks.
-- 
Tony
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Automatic upgrades/provisioning options...

2015-05-22 Thread David Watson
We use Trueupdate for delivering updates:-

http://www.indigorose.com/products/trueupdate/

We chose it instead of rolling our own as it had solved all the hard things 
already (resuming downloads, firewall and proxy stuff) and it is quite 
customizable.

Downsides are we had to learn lua and we had to fix some localization 
problems(encoding related) which lead to a convoluted build process.

Dave


 [http://cdn.sdl.tridion.sdlproducts.com/static/corporate/SDLlogo2014.png] 

www.sdl.com


SDL PLC confidential, all rights reserved. If you are not the intended 
recipient of this mail SDL requests and requires that you delete it without 
acting upon or copying any of its contents, and we further request that you 
advise us.

SDL PLC is a public limited company registered in England and Wales. Registered 
number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.

-Original Message-
From: Tony [mailto:yellowjacketl...@gmail.com]
Sent: 22 May 2015 14:49
To: WiX Users
Subject: [WiX-users] Automatic upgrades/provisioning options...

This is not directly WiX related (though all of our installers are WiX based), 
but I thought many of you might have some experience in this area.

We need a system/framework for deploying/managing/upgrading software (OS 
management is NOT a requirement) on 100's of remote Kiosks.

Briefly (I don't expect dissertations, just product names, and/or a sentence or 
two), what have you done to solve this scenario?

Thanks.
--
Tony
--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


This message has been scanned for malware by Websense. www.websense.com
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Automatic upgrades/provisioning options...

2015-05-28 Thread Tony
Thanks for the suggestion.

On Fri, May 22, 2015 at 10:28 AM, David Watson  wrote:

> We use Trueupdate for delivering updates:-
>
> http://www.indigorose.com/products/trueupdate/
>
> We chose it instead of rolling our own as it had solved all the hard
> things already (resuming downloads, firewall and proxy stuff) and it is
> quite customizable.
>
> Downsides are we had to learn lua and we had to fix some localization
> problems(encoding related) which lead to a convoluted build process.
>
> Dave
>
>
>  [http://cdn.sdl.tridion.sdlproducts.com/static/corporate/SDLlogo2014.png]
> 
> www.sdl.com
>
>
> SDL PLC confidential, all rights reserved. If you are not the intended
> recipient of this mail SDL requests and requires that you delete it without
> acting upon or copying any of its contents, and we further request that you
> advise us.
>
> SDL PLC is a public limited company registered in England and Wales.
> Registered number: 02675207.
> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6
> 7DY, UK.
>
> -Original Message-
> From: Tony [mailto:yellowjacketl...@gmail.com]
> Sent: 22 May 2015 14:49
> To: WiX Users
> Subject: [WiX-users] Automatic upgrades/provisioning options...
>
> This is not directly WiX related (though all of our installers are WiX
> based), but I thought many of you might have some experience in this area.
>
> We need a system/framework for deploying/managing/upgrading software (OS
> management is NOT a requirement) on 100's of remote Kiosks.
>
> Briefly (I don't expect dissertations, just product names, and/or a
> sentence or two), what have you done to solve this scenario?
>
> Thanks.
> --
> Tony
>
> --
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications Performance
> metrics, stats and reports that give you Actionable Insights Deep dive
> visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> This message has been scanned for malware by Websense. www.websense.com
>
> --
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Tony
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Automatic upgrades/provisioning options...

2015-05-28 Thread Tobias S
Also Advanced Installer (http://www.advancedinstaller.com/) comes with
"Auto Updater" which can be used independently for WiX generated MSI and
Burn packages and might be worth a try. See
http://www.advancedinstaller.com/auto-updater.html for further details.
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users