Any luck with Microsoft Streets and Trips 2007?
I am trying to distribute Streets and Trips 2007 but things seem to be different than previous versions. In the past I have used the ORK's. Does anyone have any tips for 2007? Even if I try to do a /qb- or /qn install I get a prompt about system restore being disabed. I can't find a way to automate this install. Thanks for any feedback.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
anonymous_9363
17 years ago
I'd imagine that the MSI is searching for the registry key which determins System Restore's status. Check the following tables: AppSearch, LaunchCondition, FileLocator or RegLocator. If so, you could add a transform which removes the check(s) and pass the tarnsform's name on your command line in the usual way.
Posted by:
schieb
17 years ago
AppSearch:
OUTLOOK_VERSION OutlookVersionRegistry
ISC_IE_VERSION Sig_IE_Version
OFFICE12_INSTALLED Sig_Office12
OFFICE_INTEGRATION Sig_Office_Integration
THIS_INSTALLED_PRODUCTCODE Sig_ST_NA
LaunchCondition:
(NOT ACTION = "ADVERTISE") OR ((ACTION="ADVERTISE") AND (NOT THIS_INSTALLED_PRODUCTCODE = ProductCode))
FileLocator table doesn't exist
RegLocator:
OutlookVersionRegistry 2 Software\Classes\Outlook.Application\CurVer 2
Sig_IE_Version 2 Software\Microsoft\Internet Explorer Version 2
Sig_Office12 2 Software\Microsoft\Office\12.0\Common\ProductVersion LastProduct 2
Sig_Office_Integration 2 Software\Microsoft\MapPoint\14.0 OfficeIntegration 2
Sig_ST_NA 2 Software\Microsoft\AutoMap\14.0\USA ProductCode 2
I cannot find anything checking for a system restore. I know it has to exist though. I will keep trying creative searches for now.
OUTLOOK_VERSION OutlookVersionRegistry
ISC_IE_VERSION Sig_IE_Version
OFFICE12_INSTALLED Sig_Office12
OFFICE_INTEGRATION Sig_Office_Integration
THIS_INSTALLED_PRODUCTCODE Sig_ST_NA
LaunchCondition:
(NOT ACTION = "ADVERTISE") OR ((ACTION="ADVERTISE") AND (NOT THIS_INSTALLED_PRODUCTCODE = ProductCode))
FileLocator table doesn't exist
RegLocator:
OutlookVersionRegistry 2 Software\Classes\Outlook.Application\CurVer 2
Sig_IE_Version 2 Software\Microsoft\Internet Explorer Version 2
Sig_Office12 2 Software\Microsoft\Office\12.0\Common\ProductVersion LastProduct 2
Sig_Office_Integration 2 Software\Microsoft\MapPoint\14.0 OfficeIntegration 2
Sig_ST_NA 2 Software\Microsoft\AutoMap\14.0\USA ProductCode 2
I cannot find anything checking for a system restore. I know it has to exist though. I will keep trying creative searches for now.
Posted by:
AngelD
17 years ago
Posted by:
schieb
17 years ago
Thanks AngelD. It looks like this is actually a Windows Media Player check. Now that I think about it, I have seen a similar dialog when upgrading to WMP11 with system restore turned off. I can probably safely remove this check.
MSI (s) (F4:3C) [09:44:46:375]: Executing op: ProductInfo(,,,,,,,,,,,,,,)
MSI (s) (F4:3C) [09:44:46:375]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (F4:3C) [09:44:46:375]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (F4:3C) [09:44:46:375]: Executing op: ActionStart(Name=WM9Codecs_Installation,Description=Installing Text-to-Speech Components,)
MSI (s) (F4:3C) [09:44:46:390]: Executing op: CustomActionSchedule(Action=WM9Codecs_Installation,ActionType=1026,Source=BinaryData,Target=/Q:A /R:N,)
Interestingly enough when I googled WM9Codecs_Installation, I found this site. They say it only occurs when WMP is running. I beg-to-differ since I am running in a bare VMsession.
http://microsoft-programming.hostweb.com/TopicMessages/microsoft.public.streets-trips/2060013/1/Default.aspx
MSI (s) (F4:3C) [09:44:46:375]: Executing op: ProductInfo(,,,,,,,,,,,,,,)
MSI (s) (F4:3C) [09:44:46:375]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (F4:3C) [09:44:46:375]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (F4:3C) [09:44:46:375]: Executing op: ActionStart(Name=WM9Codecs_Installation,Description=Installing Text-to-Speech Components,)
MSI (s) (F4:3C) [09:44:46:390]: Executing op: CustomActionSchedule(Action=WM9Codecs_Installation,ActionType=1026,Source=BinaryData,Target=/Q:A /R:N,)
Interestingly enough when I googled WM9Codecs_Installation, I found this site. They say it only occurs when WMP is running. I beg-to-differ since I am running in a bare VMsession.
http://microsoft-programming.hostweb.com/TopicMessages/microsoft.public.streets-trips/2060013/1/Default.aspx
Posted by:
schieb
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.