How to install a .msp?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Lex Middelberg

How to install a .msp?

Post by Lex Middelberg »

I am trying to install a WordPerfect Service Pack, the file is a .msp format.

Wine does nothing with it.

When I try: msiexec /p "etc" I get the following from the terminal:

root@Icarus:~# msiexec /p /media/disk/WordPerfect12/WP12SPEN.msp
No protocol specified
No protocol specified
No protocol specified
No protocol specified
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:msi:MSI_OpenDatabaseW open failed r = 80030002 for
L"/media/disk/WordPerfect12/WP12SPEN.msp

I'd appreciate any help.

--
Regards,
Lex Middelberg.
Paul Johnson

How to install a .msp?

Post by Paul Johnson »

On Thu, 2008-06-12 at 16:40 +0200, Lex Middelberg wrote:
root@Icarus:~# msiexec /p /media/disk/WordPerfect12/WP12SPEN.msp
DO NOT RUN WINE AS ROOT. By running Wine as root, you have damaged your
wine install. This is in the FAQ.
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014

You'll need to fix your ~/.wine first before you can do anything else.
http://wiki.winehq.org/FAQ#head-f60a1ae ... 2b1608f358


--
Paul Johnson
[email protected]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to install a .msp?

Post by austin987 »

To list as well:

On Thu, Jun 12, 2008 at 9:40 AM, Lex Middelberg <[email protected]> wrote:
I am trying to install a WordPerfect Service Pack, the file is a .msp format.

Wine does nothing with it.

When I try: msiexec /p "etc" I get the following from the terminal:

root@Icarus:~# msiexec /p /media/disk/WordPerfect12/WP12SPEN.msp
No protocol specified
No protocol specified
No protocol specified
No protocol specified
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:msi:MSI_OpenDatabaseW open failed r = 80030002 for
L"/media/disk/WordPerfect12/WP12SPEN.msp

I'd appreciate any help.

--
Regards,
Lex Middelberg.

On Thu, Jun 12, 2008 at 9:40 AM, Lex Middelberg <[email protected]> wrote:
I am trying to install a WordPerfect Service Pack, the file is a .msp format.

Wine does nothing with it.

When I try: msiexec /p "etc" I get the following from the terminal:

root@Icarus:~# msiexec /p /media/disk/WordPerfect12/WP12SPEN.msp
Why are you running as root?
No protocol specified
No protocol specified
No protocol specified
No protocol specified
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:msi:MSI_OpenDatabaseW open failed r = 80030002 for
L"/media/disk/WordPerfect12/WP12SPEN.msp
Sounds like your session isn't setup correctly. All graphical apps
will fail. Log out of root, log in as a normal user, and try again.
Locked