I was using vs 2012 with wix 3.7 and it was working well for me. Now I need
to compile my sources on vs 2008 with sp1. I installed vs 2008 and vs 2008
sp1, and did a repair for wix 3.7 assuming it would add the votive plugin to
vs 2008. But I still can't see wix projects in vs 2008. Do I need to
un
Uninstall wix and reinstall again should sort it out.
Neil
>I was using vs 2012 with wix 3.7 and it was working well for me. Now I
>need
>to compile my sources on vs 2008 with sp1. I installed vs 2008 and vs 2008
>sp1, and did a repair for wix 3.7 assuming it would add the votive plugin
>to
>vs
I need to be able to install only on windows server 2012 and windows server
2008 r2, everything else is a no-no.. (no client OS, no vista, no xp, no
windows 7/8) what condition should I use?
Thanks,
Nikhil
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabb
Maybe just add another package which contain this CA?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Executing-Custom-Action-Using-bootstrapper-After-Before-certain-Msi-Exe-tp7589071p7589115.html
Sent from the wix-users mailing list archive at Na
On 9/20/2013 12:20 PM, nkshirsagar wrote:
> I need to be able to install only on windows server 2012 and windows server
> 2008 r2, everything else is a no-no.. (no client OS, no vista, no xp, no
> windows 7/8) what condition should I use?
See
http://msdn.microsoft.com/en-us/library/windows/deskto
1) $(var.Version) is set in properties as Version=$(Version) which is passed
via TFS. This works fine in all my other builds
2) we are incrementing the last node (3.8.0.40 to 3.8.0.41) which has never
been in an issue in other installers. I will try incrementing another node to
see if that mak
The rules are:
1. ProductCode different to previous version.
2. UpgradeCode the same.
3. ProductVersion incremented in the first three digits.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370859(v=vs.85).aspx
4. The InstallScope (or whatever you used to set the ALLUSERS property)
must
Indeed, the original post seems to say that the issue is that InstallFiles
is after the copy CA. It's not clear why the CA cannot be just moved to
after InstallFiles.
Phil Wilson
On Thu, Sep 19, 2013 at 1:35 PM, Blair Murri wrote:
> Now that your CA is deferred, what happens if you schedule it
Actually VersionNT is always defined with all OSs that are based on the NT
kernel (which are the NT line + everything released after/including XP in both
the client and desktop lines, and now including phone 8, except that Windows
Installer isn't included in RT buildouts). What it was never defi
Thanks - this is helpful. The key issue is #3 - we aren't incrementing the
first three but the fourth.
The other installers are WIX generated MSI's - and one is incrementing the
third node. But one isn't - I just verified it DOES uninstall even when only
the fourth matches. I'll show an exc
I think you want to use VersionNT64, as VersionNT is 'undefined' on WS2008R2
or later.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372495(v=vs.85).aspx
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/install-only-on-server-2012-and-s
Thank you Blair. In my wxs file I see a Product element with an Id attribute -
I found a webpage that says that this is the ProductCode. Can you confirm? That
appears to be static in my case so I suspect the problem is with the version
number which is also static at "1.0.0.0" - I will need to fi
Has anybody solved the upgrade problem?
> Try to use one RelatedBundle element only with Action="Upgrade".
The advice I quote has not helped me.
My installer is a very simple hyperlink installer
(WixStandardBootstrapperApplication.HyperlinkLicense) with custom UI:
bundle.wxs, theme.wxl and th
I have created a bootstrapper for multiple MSI packages. Some MSI packages
are database installers and can be run with options (through the command
line). If an option is not specified, the installer will prompt the user to
enter in the data.
Is there a way to execute the options from the beginnin
I am working on an issue that we are seeing when our WiX project creates
shortcuts to target files that require assemblies to be already installed
onto the machine.
Okay here is the issue. We run our install, all shortcuts are created and
the install completes without issues. The app and all short
All the MsiPackage that I have added in my Burn setup have the verbose logging
enabled, for one of them it is 100 mb of log file and IO think this is one of
the causes of the slow time of the install.
How can I disable the Logging for a single MsiPackage? I haven't found any
property in the MsiP
I have seen that some installers like Visual Studio set this property
MSIFASTINSTALL=7 but I haven't found the meaning of the parameter 7, in the
microsoft documentatio there is only 4 values 1,2,3,4
http://msdn.microsoft.com/en-us/library/windows/desktop/dd408005%28v=vs.85%29.aspx
adding this
those are bit values.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSIFASTINSTALL-tp7589130p7589131.html
Sent from the wix-users mailing list archive at Nabble.com.
Yes, you can pass values from the burn command line to the MSI.
Create a Burn Variable:
And then pass it to your MsiPackage use an MsiProperty element:
--
John Merryweather Co
4+2+1=7 :) values are bits.
Tomer Dror
Intergraph Corporation.
Intergraph Israel.
P: +972 (4) 8779191-1222
Skype:tomer.dee
http://www.intergraph.com
.
From: Marco Tognacci [mark...@live.it]
Sent: Friday, September 20, 2013 10:33 PM
To: wix-users@
Thanks for asking the question again (why not after InstallFiles) - in my mind
I had tried that and
it failed.
So I tried it again and got:
Action ended 14:36:14: InstallFiles. Return value 1.
MSI (s) (E8:74) [14:36:14:935]: Doing action: CA_CopyMasterIni
MSI (s) (E8:74) [14:36:14:935]: Note:
Hi,
I'm developing a plugin for XMetaL(an document editor), and set XMetaL
the default program for a new file type, let's say, myxml. I think Wix
Progid element can help dealing with all of this. My code is as below:
Here is my scenario: First I create a file called abc.myxml, the curr
22 matches
Mail list logo