• 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:

What is best way to create an installation wizard?

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been working on a product. I now need to ship it to a first customer. It runs on Unix based systems and Windows systems. It has a C++ component that needs to be laid down also. Paths should be set up in each environment. I guess it should be signed. So, the question is what is the best way to approach this? Are there wizard wizards that help you build an installation wizard? Thanks for any advice you may have.
 
Morrie Segal
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please close this request. figured it out. Had to exec jar command to extract the c++ executable, then chmod it, then exec it.

Thanks,
--morrie
 
reply
    Bookmark Topic Watch Topic
  • New Topic