Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > GOING UP THE WALL TRYING TO INSTALL 64 bit programs

Reply
Thread Tools Display Modes

GOING UP THE WALL TRYING TO INSTALL 64 bit programs

 
 
pberk
Guest
Posts: n/a

 
      09-18-2008

I'm running Vista 64 Home Premium. No system problems excepting that I
cannot install any 64 bit programs. I get Error 1719. "The Windows
Installer Service could not be accessed." .. I've tried about every
solution out there. msiexec /unreg /regserver .. checked the registry
entries .. permissions .. I loaded the latest MSIServer 4.5 (didn't
help) .. I've run logging on the installation and can provide the
logging detail .. I even replaced my main drive with a blank drive,
installed a fresh copy of Vista 64, ran a successful installation of a
64 bit program with logging on .. I compared the logs to my system drive
that fails to install 64 bit programs and while I see some differences I
am not expert enough to figure out what is missing or misconfigured in
my system. Driving me up the wall !!!

HELP anyone really sharp?
*
*


--
pberk
 
Reply With Quote
 
 
 
 
Stan
Guest
Posts: n/a

 
      09-18-2008
I had the same problem and found that the following helped to resolve the
problem:-

1. Go to START then ADMINISTRATIVE TOOLS then select SERVICES
2. Scan for and then double click WINDOWS INSTALLER
3. It should be started. If it is not then first ensure that the STARTUP
TYPE is set to AUTOMATIC.
4. Finally press the START button.

Hopefully, everything should now be OK

Good luck,

Stan

"pberk" <> wrote in message
news:...
>
> I'm running Vista 64 Home Premium. No system problems excepting that I
> cannot install any 64 bit programs. I get Error 1719. "The Windows
> Installer Service could not be accessed." .. I've tried about every
> solution out there. msiexec /unreg /regserver .. checked the registry
> entries .. permissions .. I loaded the latest MSIServer 4.5 (didn't
> help) .. I've run logging on the installation and can provide the
> logging detail .. I even replaced my main drive with a blank drive,
> installed a fresh copy of Vista 64, ran a successful installation of a
> 64 bit program with logging on .. I compared the logs to my system drive
> that fails to install 64 bit programs and while I see some differences I
> am not expert enough to figure out what is missing or misconfigured in
> my system. Driving me up the wall !!!
>
> HELP anyone really sharp?
> *
> *
>
>
> --
> pberk


 
Reply With Quote
 
Stan
Guest
Posts: n/a

 
      09-18-2008

"Stan" <> wrote in message
news:A77831F8-FAB8-4AE5-8D98-...
>I had the same problem and found that the following helped to resolve the
>problem:-
>
> 1. Go to START then ADMINISTRATIVE TOOLS then select SERVICES
> 2. Scan for and then double click WINDOWS INSTALLER
> 3. It should be started. If it is not then first ensure that the STARTUP
> TYPE is set to AUTOMATIC.
> 4. Finally press the START button.
>
> Hopefully, everything should now be OK
>
> Good luck,
>
> Stan
>
> "pberk" <> wrote in message
> news:...
>>
>> I'm running Vista 64 Home Premium. No system problems excepting that I
>> cannot install any 64 bit programs. I get Error 1719. "The Windows
>> Installer Service could not be accessed." .. I've tried about every
>> solution out there. msiexec /unreg /regserver .. checked the registry
>> entries .. permissions .. I loaded the latest MSIServer 4.5 (didn't
>> help) .. I've run logging on the installation and can provide the
>> logging detail .. I even replaced my main drive with a blank drive,
>> installed a fresh copy of Vista 64, ran a successful installation of a
>> 64 bit program with logging on .. I compared the logs to my system drive
>> that fails to install 64 bit programs and while I see some differences I
>> am not expert enough to figure out what is missing or misconfigured in
>> my system. Driving me up the wall !!!
>>
>> HELP anyone really sharp?
>> *
>> *
>>
>>
>> --
>> pberk

>
>
> __________ Information from ESET Smart Security, version of virus
> signature database 3451 (20080918) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>


 
Reply With Quote
 
pberk
Guest
Posts: n/a

 
      09-18-2008

Stan
Thanks for your reply. I set the Windows Installer to "automatic" .
rebooted. Made sure it was "started" .. but no luck on the install. Sam
exact problem. Error 1719
I've tried this solution before.

Do you know anything about .NET Framework64 .. I noticed that
InstallUtilLib.dll in the Microsoft.NET\Framework64 folder i
different in siz
than the one in my fresh install of Vista64 that works! .. It's
very sticky fil
to change but I"m going to try to replace the file on my mai
system wit
the one from the fresh install and see if it's the magic cure!
Not too optimisti
it will.

Pau

--
pberk
 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      09-18-2008
http://www.planetamd64.com/index.php?showtopic=16021

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"pberk" <> wrote in message news:...
>
> Stan,
> Thanks for your reply. I set the Windows Installer to "automatic" ..
> rebooted. Made sure it was "started" .. but no luck on the install. Same
> exact problem. Error 1719.
> I've tried this solution before.
>
> Do you know anything about .NET Framework64 .. I noticed that
> InstallUtilLib.dll in the Microsoft.NET\Framework64 folder is
> different in size
> than the one in my fresh install of Vista64 that works! .. It's a
> very sticky file
> to change but I"m going to try to replace the file on my main
> system with
> the one from the fresh install and see if it's the magic cure!
> Not too optimistic
> it will.
>
> Paul
>
>
> --
> pberk

 
Reply With Quote
 
pberk
Guest
Posts: n/a

 
      09-18-2008

Peter
I saw this fix for Windows Installer earlier. I'm no expert, bu
the fix seems dead wrong. If you set the registry value t
C:\WINDOWS\SysWOW64\msiexec.exe /
for 64 bit install you'd be making a mistake on Vista 64. Not sur
about XP64 ..
Vista 64 keeps the 64 bit installer in \system32 .. I know it sound
backwards but all exe files startup on a Vista64 system in the WOW6
(Windows on Windows) translator so that it can find the right path. 3
bit stuff is kept in \SysWOW64 and the 64 bit stuff is kept i
\System32. This includes msiexec.exe and associated dll's. .. I've don
a fresh install of Vista 64 on a spare harddrive and this is the case.
Check this out at Wikipedia ... http://en.wikipedia.org/wiki/WOW6

<i>The operating system uses the '%SystemRoot%
(http://en.wikipedia.org/wiki/%25SystemRoot%25)\system32 directory fo
its 64-bit library and executable files. This is done for backward
compatibility reasons as many legacy applications are 'hardcoded
(http://en.wikipedia.org/wiki/Hardcoded) to use that path. Whe
executing 32-bit applications, WOW64 redirects requests for DLLs fro
that directory to %SystemRoot%\SysWOW64, which contains legacy librarie
and executables.</i

Still looking for a solution

Pau

--
pberk
 
Reply With Quote
 
Greg
Guest
Posts: n/a

 
      09-22-2008
You are correct and the "guru" on that website is wrong. Did you ever find a
fix for this? I'm experiencing the same situation.

Greg

"pberk" wrote:

>
> Peter,
> I saw this fix for Windows Installer earlier. I'm no expert, but
> the fix seems dead wrong. If you set the registry value to
> C:\WINDOWS\SysWOW64\msiexec.exe /V
> for 64 bit install you'd be making a mistake on Vista 64. Not sure
> about XP64 ..
> Vista 64 keeps the 64 bit installer in \system32 .. I know it sounds
> backwards but all exe files startup on a Vista64 system in the WOW64
> (Windows on Windows) translator so that it can find the right path. 32
> bit stuff is kept in \SysWOW64 and the 64 bit stuff is kept in
> \System32. This includes msiexec.exe and associated dll's. .. I've done
> a fresh install of Vista 64 on a spare harddrive and this is the case.
> Check this out at Wikipedia ... http://en.wikipedia.org/wiki/WOW64
>
> <i>The operating system uses the '%SystemRoot%'
> (http://en.wikipedia.org/wiki/%25SystemRoot%25)\system32 directory for
> its 64-bit library and executable files. This is done for backwards
> compatibility reasons as many legacy applications are 'hardcoded'
> (http://en.wikipedia.org/wiki/Hardcoded) to use that path. When
> executing 32-bit applications, WOW64 redirects requests for DLLs from
> that directory to %SystemRoot%\SysWOW64, which contains legacy libraries
> and executables.</i>
>
> Still looking for a solution.
>
> Paul
>
>
> --
> pberk
>

 
Reply With Quote
 
pberk
Guest
Posts: n/a

 
      09-22-2008

No. Did not find a solution. Tried everything! .. Vista 64 whipped me.
Too threaded. It's like a chain of things .. Finally, I gave up, gav
in, gave out and reinstalled Vista 64. I backed up my main drive dat
two different ways, using the Vista Backup routine and also backup u
the old fashioned way by coping ALL the FILES on my main drive (C t
another disc. Lucky for me I have a 150 gig Raptor for my main drive
so with the low cost of 500 SATA drives I could back up the entire
drive by just copying all the files. This was important in restorin
certain .exe files and even Windows Mail.

In my case I had to nuke my main drive as my copy of Vista 64 is OE
and will not do a reinstall or repair -- only a fresh install on a clea
harddrive. My system now happily loads 64 bit software and runs faste
as I expected of a clean install. I am gradually adding back th
software I use. One thing I forgot was to export my Windows Mai
message rules. That info is stored in the registry. I did export th
entire registry file before nuking the drive, hence I have what I nee
to restore the message rules but will have to go through some hoops t
get to it

I learned much about Vista along the way and consider the whol
experience a positive one. I'm doing a much better job this time o
make sure I have restore points etc. and being careful about wha
software I add

--
pberk
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mr drunken pig goes to Wall St...LOL! Frank Windows Vista General Discussion 5 06-01-2008 11:11 PM
wall paper ammndam Windows Vista Performance 2 12-05-2007 06:55 AM
how to install a desktop theme with an active wall paper(appelet) sarenacat Windows Vista General Discussion 1 08-29-2007 02:53 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59