[WiX-users] Adding dialogs in MSP patch

2014-11-25 Thread roberthyang
Hi all -- we have a requirement for our service pack patch (using Wix 3.8) to show a dialog that isn't shown in the base MSI. Is there a way to make this work, outside of a custom bootstrapper application ? I noticed this item : http://wixtoolset.org/issues/2430/ I ran a quick test and noticed

Re: [WiX-users] How to display different message on success screen for installation and un-installation

2014-11-25 Thread Sean Hall
We're working on it: http://wixtoolset.org/issues/4604/ http://wixtoolset.org/issues/4149/ http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIXFEAT-4149-Add-UninstallSuccess-page-to-WixStdBA-td7594480.html http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIP-4149-and-4552

Re: [WiX-users] XmlFile fail to write on network folder file

2014-11-25 Thread Marco Tognacci
I have tried to use a custom action for access the file from a network location, then update its content and save again in the network folder.I have used XDocument.Load(@"\\mynetwork\myfile.xml") to read the file but I receive an access violation exception for the permission.Is there any way for

Re: [WiX-users] Force overwrite DLL with previous version inMajorUpgrade?

2014-11-25 Thread Joel Budreau
Hey Klaus, If you want to perform a major upgrade and make sure all the files from the newer installer are copied, make use of the REINSTALLMODE property - http://msdn.microsoft.com/en-us/library/aa371182%28v=vs.85%29.aspx If you set REINSTALLMODE=amus, the ‘a’ will ensure that all the new file

[WiX-users] [SPAM] Re: Package download failed in Web Installer

2014-11-25 Thread Phill Hogland
>From IBootstrapperApplication.h // OnCacheAcquireComplete - called after the engine copied or downloaded // a payload to the working folder. // // Return: // IDRETRY instructs the engine to try the copy or download of the payload again. // //

[WiX-users] [SPAM] Re: Facing issues with util:XmlFile

2014-11-25 Thread Phill Hogland
You need to specify XMLConfig/@Node='value' and XMLConfig/@On='install' -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Facing-issues-with-util-XmlFile-tp7598214p7598226.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Package download failed in Web Installer

2014-11-25 Thread Saravanan
Hi, How to re-initiate the download for a package? If the package download failed due to internet issue, control flow goes to CacheAcquireComplete, CachePackageComplete and then CacheComplete. I have set e.Result = Result.Download in CacheAcquireComplete and CachePackageComplete events. But it do

[WiX-users] XmlFile fail to write on network folder file

2014-11-25 Thread Marco Tognacci
I have used XmlFile element to modify an xml file located under the user document folder, it fails if the user document folder is mapped on a network folder. How to male this work? IS there any way to modify a file on a network directory? Inviata dal mio Windows Phone -