Showing posts with label Installation. Show all posts

Windows Internal Error 2738 : Solved


I faced this error lots of time ,it comes normally when we tries to install application and 


the files required for the application to install are not registered over that machine. 


I did search google for this , but didn't get any solution that could solve it.
But after analysing the event viewer , I get more insight of it.
So whenever if you got an error do check the event-viewer,it gives a lots of clue from it.


Here is the solution to this error ,which gets resolved by just registring following DLL.


Click Start > Run
Type the following one by one
regsvr32 /s jscript.dll
regsvr32 /s vbscript.dll
regsvr32 /s wshom.ocx'
regsvr32 /s msxml3.dll
regsvr32 /i /s shell32.dll




All the other internal errors are resolved by registering above dlls.


P.S : If you have any issue do let me know by commenting or writing over Talk to Me section

4 comments

Category: , , , , ,

Pidgin over Redhat Linux Finally Successful :)

One of my close friend told me to find out an application which have chat facility like gtalk , yahoo msn etc..over Linux platform.And gave me the name GAIM , which after googling came out to be PIDGIN.

Finally , I thought of installing it over Linux via VMware medium. I tried for 2 consecutive days when free ,I struck @ dependencies which were required to install Pidgin Libpurple , so no luck over it.


But Later out of 4 dependencies I left with 1 critical dependencies , which was harder to get , so I left in the middle as nothing seems happening as the package that has that dependencies library has other trivial dependencies , which made me sick.


Then one day My friend messaged me @ FB that what happened ..to the promise ? and I messaged back saying Ask your Sir for the same i.e "libnssutil3.so" dependency how to resolve it.


Then I thought of giving one more short, Finally by luck , I was successful. I installed Firefox rpm fedora package and it worked , but; later pigin was unable to load due to ..some Plug-in issue , but after googleing it was finally done and working.

Following is the procedure in detail how to proceed with the installation.

STEP 1 : Download "pigdin.repo" from this link.
http://rpm.pidgin.im/centos/pidgin.repo


STEP 2 : COPY the above to  "/etc/yum.repos.d/".
 

STEP 3  : Now you need to have following RPMs i.e
        
1) cyrus-sasl-md5-2-1.22-4.i386.rpm

ftp://ftp.chg.ru/pub/Linux/CentOS/5.3/os/i386/CentOS/cyrus-sasl-md5-2.1.22-4.i386.rpm
-------------------------------------------------------------------------------------
2) libsilc-1.0.2-2.fc6.i386.rpm

ftp://ftp.ntua.gr/pub/linux/centos/5.4/os/i386/CentOS/libsilc-1.0.2-2.fc6.i386.rpm .
------------------------------------------------------------------------------------
3) firefox-3.6.tar.bz2

http://mirror.yellowfiber.net/mozilla//firefox/releases/3.6/linux-i686/en-US/firefox-3.6.tar.bz2
-------------------------------------------------------------------------------------
4) fedora-bookmarks-8-1.noarch.rpm

ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/8/Fedora/x86_64/os/Packages/fedora-bookmarks-8-1.noarch.rpm
--------------------------------------------------------------------------------------
5) firefox-3.6-1.fc8.remi.i386.rpm

ftp://ftp.pbone.net/mirror/rpms.famillecollet.com/fedora/8/remi/i386/firefox-3.6-1.fc8.remi.i386.rpm .
------------------------------------------------------------------------------------------
6) gstreamer-tools-0.10.20-3.el5.i386.rpm

http://ftp.scientificlinux.org/linux/scientific/51/i386/updates/security/gstreamer-tools-0.10.20-3.el5.i386.rpm
-----------------------------------------------------------------------------------
7) gstreamer-0.10.20-3.el5.i386.rpm

http://ftp.scientificlinux.org/linux/scientific/51/i386/updates/security/gstreamer-0.10.20-3.el5.i386.rpm
------------------------------------------------------------------------------------
8) gstreamer-plugins-base-0.10.20-3.el5.i386.rpm

http://ftp.scientificlinux.org/linux/scientific/51/i386/updates/security/gstreamer-plugins-base-0.10.20-3.el5.i386.rpm
-------------------------------------------------------------------------------------
9) gstreamer-plugins-good-0.10.9-1.el5_3.1.i386.rpm

http://ftp.scientificlinux.org/linux/scientific/51/i386/updates/security/gstreamer-plugins-good-0.10.9-1.el5_3.1.i386.rpm
---------------------------------------------------------------------------------------

STEP 4: Uninstall older version of firefox , search for the build ( rpm -q firefox) and then uninstall ( rpm -e " firfox - XXX.rpm" )

STEP 5:Now install the above rpms using the command " rpm -ivh "rpm name"
      
STEP 6: For firefox-3.6.tar.bz2 , just type "tar -xvf firefox-3.6.tar.bz2

in the terminal.Copy the extracted " firefox" folder to " /opt/ " then click on application menu right click and click " add this to panel or desktop" then  right click on respective icon over desktop and panel and click on "properties" and replace the "Command" with "/opt/firefox/firefox".

STEP 7: install 6 , 7 , 8  and 9 rpm's using following command.

     sudo rpm -U gstreamer-tools-0.10.20-3.el5.i386.rpm
        

     sudo rpm -U gstreamer-0.10.20-3.el5.i386.rpm

     sudo rpm -U gstreamer-plugins-base-0.10.20-3.el5.i386.rpm

    sudo rpm -U gstreamer-plugins-good-0.10.9-1.el5_3.1.i386.rpm


STEP 8
. Now  goto  via terminal  to  "/etc/yum.repos.d" 

            and type  "Yum install pidgin".And Now your
            installation of pidgin will start and you are now done.


When installation finishes type "pidgin"  the GUI of pidgin will open to make you configure a/c of gtalk , yahoo etc..

Gud Luck !!!  3 Cheers ..to you ..

With Love 

vivek



P.S : This has been Tested over RED HAT LINUX Enterprise Version 5.0, Please Let me know if you faces any Issue , write over the " TALK TO ME" section or Just leave comment to this post. 




Comments

Category: , , , , , , ,