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

Disable Update Service


2 replies to this topic

AntonS

AntonS
  • Full Members
  • 94 posts

Posted 19 October 2004 - 13:02

Hello!

You can create new Basic MSI project with IDE and find out NewFeature1 in feature list in conjunction with InstallShield Update Service redistributable merge module.

Additionally, you can find option “Enable Update Service” in Installation Designer > Installation Information > Update Service.

But if I try set Enable Update Service option to “No”, installation routine fails with error in attachment.
Next lines appear in verbose log:

Begin action 09:58:41: FileCost.
End action 09:58:41: FileCost. Returned value 1.
Begin action 09:58:41: IsolateComponents.
DEBUG: Error 2235: Database: . Column 'RuntimeFlags' not present or ambiguous in SQL query: SELECT `Component`,`RuntimeFlags`,`KeyPath`, `Attributes` FROM `Component` WHERE `Component` = ?
DEBUG: Error 2835: The control ErrorIcon was not found on dialog SetupError
Internal error 2835. ErrorIcon, SetupError
DEBUG: Error 2888: Executing the TextStyle view failed
Internal error 2888. TextStyle
DEBUG: Error 2888: Executing the TextStyle view failed
Internal error 2888. TextStyle
Internal error 2235. , RuntimeFlags, SELECT `Component`,`RuntimeFlags`,`KeyPath`, `Attributes` FROM `Component` WHERE `Component`
MSI © (70:98): Product: TEST – Internal error 2235. , RuntimeFlags, SELECT `Component`,`RuntimeFlags`,`KeyPath`, `Attributes` FROM `Component` WHERE `Component` = ?

Documentation states on Error 2235:
Database: [2]. Column '[3]' not present or ambiguous in SQL query: [4].

Therefore some columns is absent from installation database.

Perhaps, installation visual controls shipped with InstallShield Update Service?
Sincerely your,
Anton Spitsyn
http://www.installsite.ru

AntonS

AntonS
  • Full Members
  • 94 posts

Posted 19 October 2004 - 13:03

Attachment is here.

Attached Images

  • BlankProjectErr.JPG

Sincerely your,
Anton Spitsyn
http://www.installsite.ru

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 October 2004 - 11:11

Did you add any components 8or file) to the projct? I think a setup with no compnents at all can't run. Disabling the update service may have removed the only component (the update service merge module) from the project. Did you get any build warnings?