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

created a minor upgrade, but....


3 replies to this topic

tl0

tl0
  • Members
  • 49 posts

Posted 05 October 2004 - 18:09

when i install the minor upgrade, it zips through and finishes in 1 minute.

The command-line I'm using is as follows:

msiexec /i "something.msi" REINSTALLMODE=voums REINSTALL=ALL

When I look at the installdir, I notice that the files have not changed.

Any idea what I'm doing wrong?

thx.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 October 2004 - 18:31

A log will tell you.

tl0

tl0
  • Members
  • 49 posts

Posted 05 October 2004 - 19:51

Is this the problem?

MSI (s) (54:D8): Feature: Base; Installed: Advertise; Request: Reinstall; Action: Reinstall
....

MSI (s) (54:D8): Component: tmp.exe; Installed: Local; Request: Null; Action: Null

Even though tmp.exe is a component of the feature "Base" the request is Null and Action is Null. Seems strange.

I'm trying to figure out why this is. If you have any ideas, please let me know.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 October 2004 - 07:01

That looks like you vioöated some component rules, like changing a component GUID or removing a component (or merge module) from a feature. You will probably find some SELMGR messages in the log.