|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
I have made setup project in my solution. I would like to include Windows installer 3.1 (since it is needed for installations) and runtime of Framework 2.0. How to do include runtime of Framework and and Windows Installer in setup package? I don't want when installing my program to connect to internet and download this components. ..NET Framework Launch Condition In help says: if you are distributing your application on CD-ROM, you should include the redistributable file on the CD and change the InstallUrl property to a relative file path. If my solution is in folder C:\MySolution , what should I write in InstallUrl property, so that it is a relative path. Thanks in advance, John In a CD, the base path would be "\".
-- Show quoteHTH, Kevin Spencer Microsoft MVP Professional Numbskull Show me your certification without works, and I'll show my certification *by* my works. "John" <John***@hotmail.com> wrote in message news:e0vvb3$1qh$1@ss405.t-com.hr... > Hi, > > I have made setup project in my solution. > I would like to include Windows installer 3.1 (since it is needed for > installations) and runtime of Framework 2.0. > How to do include runtime of Framework and and Windows Installer in setup > package? > I don't want when installing my program to connect to internet and > download > this components. > > .NET Framework Launch Condition > In help says: if you are distributing your application on CD-ROM, you > should > include the redistributable file on the CD and change the InstallUrl > property to a relative file path. > If my solution is in folder C:\MySolution , what should I write in > InstallUrl property, so that it is a relative path. > > Thanks in advance, > John > > > > |
|||||||||||||||||||||||