Oh, okay, so if I do not wish to use the RemotePayload (due to the Hash 
requirements) I just need the prereqs for building? 


Med venlig hilsen / Best regards,
Thomas Due  - Software Developer
Tel: +45 8678 5500 Fax: +45 8678 5210 
Johann Gutenbergs vej 5-9, Aarhus N, Denmark 
t...@scanvaegt.dk | www.scanvaegt.dk 


This e-mail and its attachments are intended for the named addressee only and 
may contain information that is confidential and privileged. Unauthorized use 
can instigate a claim for damages and constitute a criminal offence. If you 
received this in error, please contact the sender and delete the material. 


-----Original Message-----
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Sent: 27. august 2014 16:11
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Question regarding Burn and prerequisites (WiX 3.8)

The bundle build process requires them on disk or you can satisfy this with the 
RemotePayload. If you specify a DownloadURL, you don't need to distribute the 
payload with your bundle.  It will download them if and only if the payload is 
needed. 

 

-----Original Message-----
From: Thomas Due [mailto:t...@scanvaegt.dk] 
Sent: Wednesday, August 27, 2014 7:23 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Question regarding Burn and prerequisites (WiX 3.8)

Hello, 

I have recently had an epiphany regarding Burn, and have been busy writing a 
bundle for our installer package. 
Now, we have several prerequisites that needs to be installed before our own 
installer is executed. 

The .NET Framework 4.5 is a no-brainer, as a ExePackage already exists in the 
NetFxExtension, but how about Windows Installer 4.5?
SharedManagementObjects?
Sql Server 2012 Express?

I realize that I can download all these and add them compressed or uncompressed 
directly to my bundle, but what if I do not want to redistribute these myself, 
but rather just add a download link, just like the NetFx45Web package. 

Alternatively how can I define the redists in my bundle but not include them 
directly in the build? But rather package them when we deploy? 

This way I would be able to package two different deployment packages, one for 
32-bit and one for 64-bit. 

I have found direct links for the Sql Server Express 2012, thanks to Scott 
Hanselman here: http://downloadsqlserverexpress.com/
But I cannot figure out how to include them in my bundle for downloading, but 
not having them physically present. 

I have this:

            <ExePackage Id="SqlExpress86"
                        PerMachine="yes"
                        Permanent="yes"
                        Name="SQLEXPRWT_x86_ENU.exe"
                        Compressed="no"
                        Cache="no"
                        
DownloadUrl="http://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F69527F909/ENU/x86/SQLEXPRWT_x86_ENU.exe";
                        DetectCondition="InstallSQL AND (NOT VersionNT64)"/>

It seems I need to include a RemotePayload, which requires all sorts of 
information regarding public keys etc. that I don't have. 


Med venlig hilsen / Best regards,
Thomas Due  - Software Developer
Tel: +45 8678 5500 Fax: +45 8678 5210
Johann Gutenbergs vej 5-9, Aarhus N, Denmark t...@scanvaegt.dk | 
www.scanvaegt.dk 


This e-mail and its attachments are intended for the named addressee only and 
may contain information that is confidential and privileged. Unauthorized use 
can instigate a claim for damages and constitute a criminal offence. If you 
received this in error, please contact the sender and delete the material. 


-----Original Message-----
From: wix-users-requ...@lists.sourceforge.net 
[mailto:wix-users-requ...@lists.sourceforge.net]
Sent: 27. august 2014 04:58
To: wix-users@lists.sourceforge.net
Subject: WiX-users Digest, Vol 99, Issue 59

Send WiX-users mailing list submissions to
        wix-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/wix-users
or, via email, send a message with subject or body 'help' to
        wix-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        wix-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of WiX-users digest..."

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to