Deployment options---no wizrard

G

Guest

I am using VB.net 2002 Standard Edition, so I do not have a deployment
wizard, I use the template.

There are two features I would like to add.

1) the presentation of a Eula message for selection ok or cancel before
the .net Windows installer begins expanding files,

2) the ability to directly start my program at the conclusion of the
install, instead of requiring the user to find the icon on the desktop and
click it.


any suggestions?


thanx.......joisey
 
C

Carlos J. Quintero [.NET MVP]

I don´t know about the template, but if everything else fails, you can
create a setup with those features easily with the free InnoSetup installer
(http://www.jrsoftware.org/isinfo.php). The QuickStart Pack (ISTool script
editor) makes it really easy to create setups. It does not use Windows
Installer technology, but on the the other hand when the progress bar
reaches 100% you are done, it does not start again at 0% ;-)

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top