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
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
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
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
>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.
//
//
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.
-
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
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
-
8 matches
Mail list logo