local cache msi
hi @ all,
is it possible to cache the msi-package on a local HD and afterwards installing it from this source? if it is, where do i find the property to set the path?
thx for your help
is it possible to cache the msi-package on a local HD and afterwards installing it from this source? if it is, where do i find the property to set the path?
thx for your help
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
jmcfadyen
14 years ago
if you cache it then install it you dont need to worry.
if you install it then cache it you need to set the sourcelist using hte API
http://msdn.microsoft.com/en-us/library/aa370867(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa370870(VS.85).aspx
You can pre-define it if you know prior to deployment as well
if you install it then cache it you need to set the sourcelist using hte API
http://msdn.microsoft.com/en-us/library/aa370867(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa370870(VS.85).aspx
You can pre-define it if you know prior to deployment as well
Posted by:
tankman
14 years ago
Posted by:
anonymous_9363
14 years ago
is there a property to force the msi to copy itself to the local HD when its installed?No. However, the engine caches MSIs of its volition: check out the folder %SystemRoot%\Installer on your system. Note, however, that any MSI with an internal CAB has that CAB removed, meaning that these MSIs need access to the original source media. if you want to copy an MSI locally (some set-up stubs extract their MSIs to a folder beneath %APPDATA%, for example) you'll need to engineer that yourself.
Posted by:
OMUS
14 years ago
Try with "Search Locations" option in Wise package studio. i hope it will meet your expectations
EX:
1. under Package Options, select Search Locations.
2. Click Add and Search Location Details window appears. Key [SOURCEDIR] and click Ok .
3. Click Add and search Location Details window appears. enter “%<Variable name of location>%\<Apps Folder>
EX:
1. under Package Options, select Search Locations.
2. Click Add and Search Location Details window appears. Key [SOURCEDIR] and click Ok .
3. Click Add and search Location Details window appears. enter “%<Variable name of location>%\<Apps Folder>
Posted by:
tankman
14 years ago
Posted by:
thugz888
14 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.