Setup Project/ Windows Installer

  • Thread starter Thread starter Hoop
  • Start date Start date
H

Hoop

Hi,
I am trying to create a windows installer that will inlcude a license
agreement, one of those EULA that we see when installing apps, with an
I ACCEPT or I DECLINE choice. It wouls also install some third party
..exe's and .dlls. I have searched for some examples on how to do this
and come up empty.
I do have an windows installer that installs my app fine. I now need to
add the EULA and the thrid party items and not sure how.
Any examples, directions would be appreicated.
Thanks
Jeff
 
Hello Hoop,

Right mouse click on the Setup project, View->User interfaces, and then add
new Dialog with your EULA

H> Hi,
H> I am trying to create a windows installer that will inlcude a license
H> agreement, one of those EULA that we see when installing apps, with
H> an
H> I ACCEPT or I DECLINE choice. It wouls also install some third party
H> .exe's and .dlls. I have searched for some examples on how to do this
H> and come up empty.
H> I do have an windows installer that installs my app fine. I now need
H> to
H> add the EULA and the thrid party items and not sure how.
H> Any examples, directions would be appreicated.
H> Thanks
H> Jeff
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top