Create installer with .NET Studio

  • Thread starter Thread starter indrekm
  • Start date Start date
I

indrekm

How can I create Application Installer, that copy exe some dll's,
register
dll's, ask licence agreement, ask show readme.txt etc. I made new
Setup
project, but how configure it (add licence agreement form etc. )?

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
hi....

this might be a pretty long answer to explain thro chat.....
but can give you some basic ideas on hot to do it, and you can then explore
it urself.

to add license and registration text, u need to add custom forms to the
installer package.
In the project explore dialog window, click on the icon that reads "User
Interface Editor"
On the tree menu in the left right click an and say "Add Dialog".
This should show up a set of custom dialogs, select the "License Agreement"
dialog.
The dialog gets added to the installer class.
From the properties window for the license window, set the LicenseFile to
the rtf file to be shown in the installer screen.

In a similar process u can customize the setup packages.

hope this helps,
Kannan.V [MCAD.net]
 

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

Back
Top