dcbasso
Posts: 24
Joined: Thu May 10, 2012 6:31 pm

[RESOLVED] Download Folder on Prerequisites

Hello, I have some prerequisites that I download from server. So when the installer download this files they are download on "DESKTOP", and I don't want that the install be downloaded on DEKTOP, how can I select a TEMP FOLDER on the system to download this files?

I try this "[TempFolder]" (property) but not works!

Thanks all!
Last edited by dcbasso on Wed May 16, 2012 3:16 pm, edited 1 time in total.
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Download Folder on Prerequisites

Hello,

In order to achieve what you want from the "Prerequisites" page select "Packages" in the prerequisites tree. Now set the "Download/extraction folder" field, from "Frameworks and Runtimes" right pane, with the following value:

Code: Select all

[TempFolder]

If you have any questions let me know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
dcbasso
Posts: 24
Joined: Thu May 10, 2012 6:31 pm

Re: Download Folder on Prerequisites

Thanks Daniel, I'm trying to set the wrong field.

I try this:

Package -> Pre-Install -> Setup Files (Tab) -> Main Setup File (Item)
The field "Folder" with the value

Code: Select all

[TempFolder]
So now works! Thank you Very much!

Return to “Common Problems”