I am very new to the wine windows emulator using it on an Acer Aspire One netbook running the linipus OS. My first attempt at using it has been to install a ZTE MF627 USB modem. The installation process for the windows based software failed with an error message as follows ' File did not self register or unregister c:\ProgramFiles\3\3connect\capicom.dll module not found'.
Searching the net I found the following comment ‘The current version of the capicom.dll file for the CAPICOM is 2.1.0.2. To be able to use the full capabilities of the CAPICOM module, the capicom.dll file should be registered using the command prompt. At the command prompt, you must change the directory to where the capicom.dll file is stored and the regsvr32 capicom.dll command input must be entered. Upon the registration of the capicom.dll module, the full features of the CAPICOM module can be used’.
Can anyone help me, as a silver haired surfer, with some simple guidance. My past experience of a command prompt was that it looked like the old MS Dos window. How do you open such a window in wine and what would be the directory commands that would have to be used. I have tried using the run command with 'cmd' but no window opens? – any help would be really appreciated.
Command prompt problem to solve software installation issue
-
- Newbie
- Posts: 3
- Joined: Sun May 17, 2009 3:17 am
Re: Command prompt problem to solve software installation is
Open a Linux terminal and type:kernowmajor wrote:I am very new to the wine windows emulator using it on an Acer Aspire One netbook running the linipus OS. My first attempt at using it has been to install a ZTE MF627 USB modem. The installation process for the windows based software failed with an error message as follows ' File did not self register or unregister c:\ProgramFiles\3\3connect\capicom.dll module not found'.
Searching the net I found the following comment ‘The current version of the capicom.dll file for the CAPICOM is 2.1.0.2. To be able to use the full capabilities of the CAPICOM module, the capicom.dll file should be registered using the command prompt. At the command prompt, you must change the directory to where the capicom.dll file is stored and the regsvr32 capicom.dll command input must be entered. Upon the registration of the capicom.dll module, the full features of the CAPICOM module can be used’.
Can anyone help me, as a silver haired surfer, with some simple guidance. My past experience of a command prompt was that it looked like the old MS Dos window. How do you open such a window in wine and what would be the directory commands that would have to be used. I have tried using the run command with 'cmd' but no window opens? – any help would be really appreciated.
Code: Select all
regsvr32 capicom.dll
-
- Newbie
- Posts: 3
- Joined: Sun May 17, 2009 3:17 am
Command prompt problem with software installation
Thanks for replying so promptly dimesio,
I've followed the instructions and get a message 'Failed to load DLL capicom.dll - is there a need to link the capicom.dll file within the 3connect directory (that is the modem software) and the regsvr32 directory? - both directories have the file present. I appreciate your help
I've followed the instructions and get a message 'Failed to load DLL capicom.dll - is there a need to link the capicom.dll file within the 3connect directory (that is the modem software) and the regsvr32 directory? - both directories have the file present. I appreciate your help
Re: Command prompt problem with software installation
Sorry, I had overlooked the first part of your original message where you stated this was to install a modem. You cannot use Wine to install hardware drivers. http://wiki.winehq.org/FAQ#head-8021e00 ... 621b9d9366kernowmajor wrote:Thanks for replying so promptly dimesio,
I've followed the instructions and get a message 'Failed to load DLL capicom.dll - is there a need to link the capicom.dll file within the 3connect directory (that is the modem software) and the regsvr32 directory? - both directories have the file present. I appreciate your help
Command prompt problem to solve software installation issue
wha?
On Sun, May 17, 2009 at 8:30 AM, dimesio <[email protected]> wrote:
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
On Sun, May 17, 2009 at 8:30 AM, dimesio <[email protected]> wrote:
-------------- next part --------------kernowmajor wrote:capicom.dll - is there a need to link the capicom.dll file within theThanks for replying so promptly dimesio,
I've followed the instructions and get a message 'Failed to load DLL
3connect directory (that is the modem software) and the regsvr32 directory?
- both directories have the file present. I appreciate your help
Sorry, I had overlooked the first part of your original message where you
stated this was to install a modem. You cannot use Wine to install hardware
drivers.
http://wiki.winehq.org/FAQ#head-8021e00 ... 621b9d9366
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
-
- Newbie
- Posts: 3
- Joined: Sun May 17, 2009 3:17 am
Command prompt problem to solve software installation issue
Thats a blow - many thanks for your response