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

Change/Remove always requires MSI package


3 replies to this topic

standre

standre
  • Members
  • 5 posts

Posted 04 August 2006 - 11:59

Change/Remove are only possible if the original MSI package is found. If not, a browse dialog is opened. If cancelled, error 1703 happens.

Under which circumstances is the original MSI package required for change/remove?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 04 August 2006 - 18:19

There can be many reasons, for instance your setup may include a ResolveSource action that's not properly conditioned.

standre

standre
  • Members
  • 5 posts

Posted 07 August 2006 - 09:55

Yepp, thanks. It was caused by a unconditional RemoveSource inside a merge module.

standre

standre
  • Members
  • 5 posts

Posted 07 August 2006 - 09:55

... ResolveSource, of course.