Error Installing programs

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
buttons
Level 1
Level 1
Posts: 6
Joined: Thu Jul 10, 2008 9:14 pm

Error Installing programs

Post by buttons »

Whenever I install my programs from a cd I get this error:

Code: Select all

The InstallShield Engine (IKernel.exe) could not be installed.

The folder '%SystemDrive%' could not be created.
Make Sure that you have the appropriate privileges to create this folder.
(0x13)
I am running Wine 1.0 on Fedora 9. Any ideas?
James McKenzie

Error Installing programs

Post by James McKenzie »

buttons wrote:
Whenever I install my programs from a cd I get this error:


Code:
The InstallShield Engine (IKernel.exe) could not be installed.

The folder '%SystemDrive%' could not be created.
Make Sure that you have the appropriate privileges to create this folder.
(0x13)



I am running Wine 1.0 on Fedora 9. Any ideas?

You may have a corruption of the .wine directory under your home directory.

Try the following:

cd
mv .wine{,.backup}
wineboot
cd to the program installation directory
wine install.exe

James McKenzie
Locked