Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

.Net Framework and .Net dlls


1 reply to this topic

Charlesh

Charlesh
  • Members
  • 6 posts

Posted 25 July 2005 - 16:34

Hi,
Two quick questions ->
-In installShield 11, how do you include the .Net framework with your installation

-Can you call .Net dll's from an installscript (using UseDLL for example?)

Thanks!

nbloyd

nbloyd
  • Members
  • 2 posts

Posted 25 July 2005 - 16:46

You can include .NET Framework in the Release section or as a Merge Module. If you are certain that Framework is present, you could call a .NET dll using InstallScript, but I would use the LaunchAppAndWait function.