PC Review


Reply
Thread Tools Rate Thread

Where can I find the local cache

 
 
oscarmok
Guest
Posts: n/a
 
      29th Apr 2004
I hope someone can help us.

When I use AD to publish the app (MSI), the apps install fine.
However, I noticed the local cache is point back to the server (not in
the local hd). The make self-repair happen, the application must find
the location of the original file. How can I put the local cache in
local hd and make the self-repair happens in local hd?

We are pushing by workstation, not user. We are running Windows
2003/2000 mix environment.
 
Reply With Quote
 
 
 
 
Carolyn Napier [MSFT]
Guest
Posts: n/a
 
      7th May 2004
What are you referring to as the local cache? The location of the source files
for the installation? The Installer maintains a cache of the databases it uses
for the installation. However, it does not cache the source files from the
install. The source location will be the launched from location for the package.

With AD, the source will always be the network location since that's how AD
works. As for self-repair, a properly authored setup shouldn't always invoke
self-repair. It should only require access to the source location if it intends
to use features/components that were not installed or if the user has manually
deleted a required file (typically a keypath of a component).

- Carolyn Napier
Microsoft Windows Installer Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>


"oscarmok" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I hope someone can help us.
>
> When I use AD to publish the app (MSI), the apps install fine.
> However, I noticed the local cache is point back to the server (not in
> the local hd). The make self-repair happen, the application must find
> the location of the original file. How can I put the local cache in
> local hd and make the self-repair happens in local hd?
>
> We are pushing by workstation, not user. We are running Windows
> 2003/2000 mix environment.



 
Reply With Quote
 
oscarmok
Guest
Posts: n/a
 
      7th May 2004
Carolyn

Is there a way we can have the source files in local HD than pointing
it to network in AD environment? I was told if we use deployment
software like Altiris or Zenworks, it copies the source to local HD.
What's the disadvantage of those deployment tools that copy the source
to local HD than network?


"Carolyn Napier [MSFT]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> What are you referring to as the local cache? The location of the source files
> for the installation? The Installer maintains a cache of the databases it uses
> for the installation. However, it does not cache the source files from the
> install. The source location will be the launched from location for the package.
>
> With AD, the source will always be the network location since that's how AD
> works. As for self-repair, a properly authored setup shouldn't always invoke
> self-repair. It should only require access to the source location if it intends
> to use features/components that were not installed or if the user has manually
> deleted a required file (typically a keypath of a component).
>
> - Carolyn Napier
> Microsoft Windows Installer Team
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Please do not send email directly to this alias. This alias is for newsgroup
> purposes only.
>
> MSI FAQ:
> <http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
>
>
> "oscarmok" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I hope someone can help us.
> >
> > When I use AD to publish the app (MSI), the apps install fine.
> > However, I noticed the local cache is point back to the server (not in
> > the local hd). The make self-repair happen, the application must find
> > the location of the original file. How can I put the local cache in
> > local hd and make the self-repair happens in local hd?
> >
> > We are pushing by workstation, not user. We are running Windows
> > 2003/2000 mix environment.

 
Reply With Quote
 
Carolyn Napier [MSFT]
Guest
Posts: n/a
 
      12th May 2004
AD uses the network location for the source of the application. It does not copy
the source locally. The disadvantage would be the additional use of disk space
to support that. Of course the advantage is that for those users that are
frequently disconnected from the network, the source is always available since
it's on the local disk.

Some application setups have tried to find a middle ground for this as well.
Office 2003 has its own local cache mechanism that will cache files from the
network onto the local disk for future use during install on-demand and repair
scenarios.

- Carolyn Napier
Microsoft Windows Installer Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>


"oscarmok" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Carolyn
>
> Is there a way we can have the source files in local HD than pointing
> it to network in AD environment? I was told if we use deployment
> software like Altiris or Zenworks, it copies the source to local HD.
> What's the disadvantage of those deployment tools that copy the source
> to local HD than network?
>
>
> "Carolyn Napier [MSFT]" <(E-Mail Removed)> wrote in message
> news:<(E-Mail Removed)>...
>> What are you referring to as the local cache? The location of the source
>> files
>> for the installation? The Installer maintains a cache of the databases it
>> uses
>> for the installation. However, it does not cache the source files from the
>> install. The source location will be the launched from location for the
>> package.
>>
>> With AD, the source will always be the network location since that's how AD
>> works. As for self-repair, a properly authored setup shouldn't always invoke
>> self-repair. It should only require access to the source location if it
>> intends
>> to use features/components that were not installed or if the user has
>> manually
>> deleted a required file (typically a keypath of a component).
>>
>> - Carolyn Napier
>> Microsoft Windows Installer Team
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no rights.
>> Please do not send email directly to this alias. This alias is for newsgroup
>> purposes only.
>>
>> MSI FAQ:
>> <http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
>>
>>
>> "oscarmok" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I hope someone can help us.
>> >
>> > When I use AD to publish the app (MSI), the apps install fine.
>> > However, I noticed the local cache is point back to the server (not in
>> > the local hd). The make self-repair happen, the application must find
>> > the location of the original file. How can I put the local cache in
>> > local hd and make the self-repair happens in local hd?
>> >
>> > We are pushing by workstation, not user. We are running Windows
>> > 2003/2000 mix environment.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Local Data Cache kousinovalis Microsoft VB .NET 0 17th Sep 2008 10:30 PM
Committing Changes to Local Cache Vlad Microsoft Outlook Discussion 2 4th Mar 2008 04:45 AM
Local xp cache problem =?Utf-8?B?VEhJX0lC?= Windows XP General 1 17th Jun 2006 04:57 PM
Clearing Local DNS Cache on XP Pro PC Jeff Teel Windows XP Networking 1 28th Apr 2005 07:23 PM
Problemas con la cache local de lo =?Utf-8?B?SHVtYmVydG8=?= Windows XP Help 0 23rd Jun 2004 08:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:28 PM.