Discussion:
[WiX-users] Customized downloaded MSI location
Mohamed Yasir
2014-11-13 11:09:40 UTC
Permalink
Hi,

I am using Wix toolset 3.8. I have created custom bootstrapper application
for creating web installer setup.

It downloads MSI file from online.In Default,downloaded MSI was stored in
%programdata%\Package Cache location.

Is there any way to change the default download location of msi?

Can you please share any idea on this?

Regards,
Mohamed Yasir K





--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899.html
Sent from the wix-users mailing list archive at Nabble.com.
Phill Hogland
2014-11-13 13:15:08 UTC
Permalink
Not sure I understand, but if you want to modify MsiPackage/@DownloadUrl at
runtime, you can do that in your ResolveSource handler. The package at the
URL you specify must be the exact same package as was available to Burn when
the setup was compiled or you will get hash failures. There is a 1:1
relationship between your bundle and each package which was used at the time
the bundle was compiled. As for code in your ResolveSource handler, look at
how it is implemented in in the wix src\Setup\WixBA.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7597902.html
Sent from the wix-users mailing list archive at Nabble.com.
Mohamed Yasir
2014-11-17 12:26:59 UTC
Permalink
Hi,

I don't need to modfiy MsiPackage/@DownloadUrl at runtime.
I would like to modify the downloaded MSI resides location.
In Default,downloaded MSI was stored in "%programdata%\Package Cache"
location. How to set the customized path for downloading MSI?

Please share any idea on this.


Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7597986.html
Sent from the wix-users mailing list archive at Nabble.com.
Mohamed Yasir
2014-11-18 17:56:27 UTC
Permalink
Hi,

How to set the customized path for downloading MSI?
Could you please update any idea on this?

Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7598060.html
Sent from the wix-users mailing list archive at Nabble.com.
Rob Mensching
2014-11-18 18:12:22 UTC
Permalink
Why?

_____________________________________________________________
Short replies here. Complete answers over there: http://www.firegiant.com/


-----Original Message-----
From: Mohamed Yasir [mailto:***@gmail.com]
Sent: Monday, November 17, 2014 4:27 AM
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] Customized downloaded MSI location

Hi,

I don't need to modfiy MsiPackage/@DownloadUrl at runtime.
I would like to modify the downloaded MSI resides location.
In Default,downloaded MSI was stored in "%programdata%\Package Cache"
location. How to set the customized path for downloading MSI?

Please share any idea on this.


Regards,
Mohamed Yasir K
Mohamed Yasir
2015-03-09 05:50:09 UTC
Permalink
Hi,

Consider following scenario, Sum of Download Size and Installation size
having more than the System Drive available size. In this case, user having
enough space for installation files. But not having space for store the
downloaded files in system drive. So want to change the download location.

Could you please share any idea to change the package download location? Is
it possible to change download location.

Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7599500.html
Sent from the wix-users mailing list archive at Nabble.com.
Rob Mensching
2015-07-09 05:53:29 UTC
Permalink
At least in WiX v3.10 (maybe v3.9) you can set the package cache location via policy:

HKLM\SOFTWARE\Policies\WiX\***@PackageCache

That is a machine wide setting for users that need to move the package cache to a different drive.
_______________________________________________________________
FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/

-----Original Message-----
From: Mohamed Yasir [mailto:***@gmail.com]
Sent: Sunday, March 8, 2015 10:50 PM
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] Customized downloaded MSI location

Hi,

Consider following scenario, Sum of Download Size and Installation size having more than the System Drive available size. In this case, user having enough space for installation files. But not having space for store the downloaded files in system drive. So want to change the download location.

Could you please share any idea to change the package download location? Is it possible to change download location.

Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7599500.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
Mohamed Yasir
2015-07-10 10:40:53 UTC
Permalink
Hi,

Thanks for your reply.

But changing the Package location is not my requirement.

In Offline installer, we are placing installer setup anywhere in the
machine. After installation, the msi file will resides in PackageCache
folder.

For ex, consider installer placed in Desktop location and trigger the
installation from there. After installation original setup present in
Desktop location as well as MSI/EXE files present in packagecache location.

Like this, in Web installer MSI should be download in custom location and
installation of that MSI will get trigger from downloaded location. After
installation MSI/EXE files resides in packagecache location and original
file resides in Downloaded location.

Is there any way to do like this? If So, please share the details for change
the download location in Web Installer.


Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7600864.html
Sent from the wix-users mailing list archive at Nabble.com.
Mohamed Yasir
2015-07-13 05:00:55 UTC
Permalink
Hi,

Could you please update any idea on this?

Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7600873.html
Sent from the wix-users mailing list archive at Nabble.com.

Mohamed Yasir
2015-07-09 05:18:18 UTC
Permalink
Hi,

Could you please share any idea on this?

Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7600851.html
Sent from the wix-users mailing list archive at Nabble.com.
Rob Mensching
2014-11-13 16:49:34 UTC
Permalink
There is a feature request for this.
_____________________________________________________________
Short replies here. Complete answers over there: http://www.firegiant.com/


-----Original Message-----
From: Mohamed Yasir [mailto:***@gmail.com]
Sent: Thursday, November 13, 2014 3:10 AM
To: wix-***@lists.sourceforge.net
Subject: [WiX-users] Customized downloaded MSI location

Hi,

I am using Wix toolset 3.8. I have created custom bootstrapper application for creating web installer setup.

It downloads MSI file from online.In Default,downloaded MSI was stored in %programdata%\Package Cache location.

Is there any way to change the default download location of msi?

Can you please share any idea on this?

Regards,
Mohamed Yasir K
Mohamed Yasir
2015-03-19 12:08:42 UTC
Permalink
Hi,

Could you please update any idea on this?

Regards,
Mohamed Yasir K



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7599630.html
Sent from the wix-users mailing list archive at Nabble.com.
Loading...