When i was testing one of my new installers i recieved this error after the destination dialog:
Internal Error 2804. DestinationFolder, Next, Not Installed And ( >="2.70.9001.0")
Please can someone tell me why this is happening?
Matt
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.

Installation Error
Started by
mattgbr
, Jan 18 2005 13:15
2 replies to this topic
Posted 19 January 2005 - 10:18
Right this problem was down to a custom action, causing an error. By setting the 'ignore exit code' to 'yes' this resolved the problem.
Regards,
Matthew Burton
Matthew Burton
Posted 19 January 2005 - 10:31
Looks like you have a condition of
Not Installed And ( >="2.70.9001.0")
on an action that is triggered by the Next button of the DestinationFolder dialog. This is not a valid condition, there's something missing in the compare ( >="2.70.9001.0").
Not Installed And ( >="2.70.9001.0")
on an action that is triggered by the Next button of the DestinationFolder dialog. This is not a valid condition, there's something missing in the compare ( >="2.70.9001.0").
Stefan Krüger
InstallSite.org twitter facebook