MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




can't install MP2009

This is a discussion on can't install MP2009 within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I just got it and can't install it. It says it's installing the MS office access engine and text to ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack (4) Thread Tools Display Modes
  4 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 09-08-2008
Junior Member
White Belt
 
Join Date: Feb 2007
Posts: 5
can't install MP2009

I just got it and can't install it. It says it's installing the MS office access engine and text to speech. They are on my system. It has a problem with one of these(doesn't tell which one) and stops the install. Any ideas folks.

Markus
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 09-08-2008
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,471
Blog Entries: 1
Re: can't install MP2009

Below is the setup.ini file..

I wonder if you change these lines to value 0 then it would install OK ?

Copy the whole DVD to a folder on your hard drive first such as to c:\temp\mp09na, and then

change
TTSCheck=1
to
TTSCheck=0

and

change
AccessDBEngineCheck=1
to
AccessDBEngineCheck=0

Or maybe just remove those sections completely?

Eric

Code:
[Product]
; If your product includes an ampersand (such as Streets & Trips), then we need to 
; handle the product name differently depending on where it is being displayed.
; Window title bars will display a single ampersand correctly, while the body of a
; dialog will treat it as a special char (keyboard accelerators).  
ProductNameDoubleAmp=Microsoft MapPoint North America 2009
ProductNameSingleAmp=Microsoft MapPoint 2009


[SETUP]
ShowPrereqsDialog=1
ShowFinishDialog=0

MSICheck=1
MSIMinVer=3.1
MSIInstaller=.\MapPoint\MSMap\Redist\MSI\WindowsInstaller-KB893803-v2-x86.exe
MSIInstallerArgs=/quiet /norestart

DotNetFX20Check=1
DotNetFX20X86Installer=.\MapPoint\MSMap\Redist\DotNETFX\dotnetfx.exe 
DotNetFX20X86InstallerArgs=/q:a /c:"install /l /q"
DotNetFX20X64Installer=.\MapPoint\MSMap\Redist\DotNETFX\NetFx64.exe 
DotNetFX20X64InstallerArgs=/q:a /c:"install /l /q"

TTSCheck=1
TTS20Installer=.\MapPoint\MSMap\Redist\MSTTSEng_20\TTS_Nested.msi
TTS20InstallerArgs=/qn REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 ADDDEFAULT=ALL ALLUSERS=1
TTS21Installer=.\MapPoint\MSMap\Redist\MSTTSEng_21\MSTTSEngine.msi
TTS21InstallerArgs=/qn REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 ADDDEFAULT=ALL ALLUSERS=1

SAPICheck=1
SAPIInstaller=.\MapPoint\MSMap\Redist\SAPI\SAPIWrap.msi
SAPIInstallerArgs=/qn REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 ADDDEFAULT=ALL ALLUSERS=1

WMFRuntimeCheck=1
WMFRuntimeInstaller=.\MapPoint\MSMap\Redist\WMFR\wmfdist11.exe
WMFRuntimeInstallerArgs=/quiet /norestart

AccessDBEngineCheck=1
AccessDBEngineInstaller=.\MapPoint\MSMap\Redist\ADE\AccessDatabaseEngine.exe
AccessDBEngineInstallerArgs=/quiet

MainMSI=.\MapPoint\MSMap\data.msi
MainMSIArgs=REBOOT=ReallySuppress MEDIAPACKAGEPATH=\MapPoint\MSMap\

[LIVETOOLBAR]
INCLUDE_LIVETOOLBAR=1
DOWNLOAD_DOMAIN=go.microsoft.com
DOWNLOAD_PATH=/fwlink/?LinkId=83471
DOWNLOAD_MESSAGE=Downloading Windows Live Toolbar...
DOWNLOAD_TITLE=Microsoft MapPoint 2009
DOWNLOAD_FAILURE_MESSAGE=An error occured while attempting to download the Windows Live Toolbar. If you would like to download this in the future, please visit http://toolbar.live.com
__________________
~ Now taking orders for MapPoint 2009 ~
~
~ Upgrade to MapForums Plus membership ~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 09-09-2008
Junior Member
White Belt
 
Join Date: Feb 2007
Posts: 5
Re: can't install MP2009

Thanks Eric.

It was a security issue and I fixed it. It seems I dididnt have access to the 1033 directory. I corrected that and still couldn't install so I used your method. I actually figured it out before I read your post. Thank You.

Mark
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 09-09-2008
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,471
Blog Entries: 1
Re: can't install MP2009

I'm curious, what did your setup.ini look like for you to get it to work? Can you summarize the changes and/or post the whole setup.ini file in here?

Thanks,
Eric
__________________
~ Now taking orders for MapPoint 2009 ~
~
~ Upgrade to MapForums Plus membership ~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 09-09-2008
Junior Member
White Belt
 
Join Date: Feb 2007
Posts: 5
Re: can't install MP2009

Eric,

I completely removed the following from setup.ini

TTSCheck=1
TTS20Installer=.\MapPoint\MSMap\Redist\MSTTSEng_20 \TTS_Nested.msi
TTS20InstallerArgs=/qn REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 ADDDEFAULT=ALL ALLUSERS=1
TTS21Installer=.\MapPoint\MSMap\Redist\MSTTSEng_21 \MSTTSEngine.msi
TTS21InstallerArgs=/qn REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 ADDDEFAULT=ALL ALLUSERS=1

SAPICheck=1
SAPIInstaller=.\MapPoint\MSMap\Redist\SAPI\SAPIWra p.msi
SAPIInstallerArgs=/qn REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 ADDDEFAULT=ALL ALLUSERS=1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
install, mp2009


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/cant-install-mp2009-8447.html

Posted By For Type Date
MapPoint and MSACCESS - microsoft.public.mappoint | Google Groups This thread Refback 3 Weeks Ago 03:48 PM
MapPoint Download - MP2K Magazine This thread Refback 09-08-2008 02:48 PM
The Magazine for MapPoint - MP2K Magazine This thread Refback 09-08-2008 11:43 AM
2006: Blogs, Photos, Videos and more on Technorati This thread Refback 09-08-2008 11:18 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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 On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Install of MP with out CD mmartin MapPoint 2006/2009 Discussion 2 06-05-2007 07:31 AM
MST Install Anonymous MapPoint 2006/2009 Discussion 0 03-14-2005 05:55 AM
Embedding MapPoint Install Process in Our Software Install jbendiner MapPoint 2006/2009 Discussion 1 12-30-2004 02:50 PM
network install Anonymous MapPoint 2006/2009 Discussion 0 04-29-2004 04:51 AM
I would Like to do a silent install and specify a .... Anonymous MapPoint 2006/2009 Discussion 1 08-29-2001 09:14 AM


All times are GMT -5. The time now is 06:30 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


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