› Forums › Operating Systems › Windows Server 2008 R2 › Applications Compatibility › Corel X4 trial – errors during installation
- This topic has 6 replies, 4 voices, and was last updated 15 years, 6 months ago by
Anonymous.
- AuthorPosts
-
- 21st October 2009 at 12:33 #49913
one rule on msi installs is that at most times it can’t be run directly but if you say you start it by setup.exe it seems that the msi didnt know the “to call” function.
maybe try to edit the msi install package ( use it at your own risk ) with Microsoft ORCA
I use it since I installed Windows Server 2003 because I need to kill the OS detection in MSI files like Kaspersky Internet Security ( it can’t be installed on server directly ) since now.
Maybe if you delete parts of launch conditions you can start it.
is it big ? I can try to fix it if it’s only a small msi 🙂
or maybe somebody has a better solution…
cheers
- 21st October 2009 at 12:33 #59732
Anonymous
one rule on msi installs is that at most times it can’t be run directly but if you say you start it by setup.exe it seems that the msi didnt know the “to call” function.
maybe try to edit the msi install package ( use it at your own risk ) with Microsoft ORCA
I use it since I installed Windows Server 2003 because I need to kill the OS detection in MSI files like Kaspersky Internet Security ( it can’t be installed on server directly ) since now.
Maybe if you delete parts of launch conditions you can start it.
is it big ? I can try to fix it if it’s only a small msi 🙂
or maybe somebody has a better solution…
cheers
- 23rd October 2009 at 06:25 #49912
Which line in which table in MSI opened with ORCA editor is responsible for OS detection ? There are several lines with VersionNT keyword, but I don’t know exactly which is the correct one.
- 23rd October 2009 at 06:25 #59731
Anonymous
Which line in which table in MSI opened with ORCA editor is responsible for OS detection ? There are several lines with VersionNT keyword, but I don’t know exactly which is the correct one.
- 23rd October 2009 at 13:28 #49914
Hmm at first you can try to kill the report of not starting the msi directly – it’s curious if you delete a warning or error message the install should working 🙂
type in “This installation cannot be run directly….****” search and delete ( please make backup )
but i can’t guarantee if it works.
- 23rd October 2009 at 13:28 #59733
Anonymous
Hmm at first you can try to kill the report of not starting the msi directly – it’s curious if you delete a warning or error message the install should working 🙂
type in “This installation cannot be run directly….****” search and delete ( please make backup )
but i can’t guarantee if it works.
- AuthorPosts
- You must be logged in to reply to this topic.