• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Install Shield vs WedStart

 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Install Shield have a competing product that gets updates from a Web server like WebStart or is WebStart the only product with that functionality right now?
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy -- I don't think InstallShield does (although I haven't checked in a while) but I'm pretty sure that InstallAnywhere (zerog.com) has this capability either integrated or as an add-on product. I think they're actually using JNLP anyway (just not webstart). : )
cheers,
Kathy
 
Rob Levo
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kathy.
Sounds like your book is in demand, congrats!!
Take care,
Rob
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Install Shield does have a product for updating applications called Install Shield Update Service. I am not sure if the product uses a web server or some proprietary server. I don't see why it really matters if it uses a web server or not. Finding a deployment solution is the main goal, not how it implements that solution. The product is more geared towards windows applications and not platform independent Java.
FYI, If you are looking for commercial products to deploy your application there are several out there. The two big players here seem to be Sitraka (Quest) and Zero-G. Sitraka has a nice product called DeployDirector. This product is based off the JNLP standard and is, IMHO, very nice. Zero-G has PowerUpdate. PowerUpdate is not based off of JNLP, but if it works for your needs that doesn't really matter. Both applications cost quite a bit but are the best out there.
Hope this has helped. � Lance
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic