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 and IPWI 2.03


2 replies to this topic

gg

gg
  • Members
  • 4 posts

Posted 22 May 2002 - 15:06

Hi

I need to build a setup for a .Net application using Windows Installer 2.03. I need to include .Net assemblies. How can I do that ?

I read in the MSI help that I need to modify the MSIAssembly and MSIAssemblyName tables through Orca. When I open the MSI, I do not see these tables.

Any help would be appreciated.
gg

AdamBell

AdamBell
  • Members
  • 21 posts

Posted 25 May 2002 - 18:21

gg,

When in Orca, right-click in the left hand column and select "Add Table" or Ctrl-T. You should find both these tables listed.

I have a feeling that these tables are supported in 2.0 onwards, so you may need to change your schema under the Summary Information View to "200". This is from memory though so I could be wrong ;)

If in doubt, consult the MSI.chm (aka THE BIBLE) that is available with the SDK  :D .

Hope this helps.

Adam

gg

gg
  • Members
  • 4 posts

Posted 27 May 2002 - 13:35

Thanks
gg