Hi,
My wix project (*.wixproj), which is built by msbuild, generates an msi for
each locale. For example, one for en-us, one for es-es.
Can I make a msi using MUI? In other words, I want to make only onee msi which
is for all locales.
Thanks for any hints.
Lian
-
I will be out of the office starting 07/25/2009 and will not return until
08/10/2009.
I am attending a training course off site. I will respond to your message
when I return.
--
Castro, Edwin G. (Hillsboro) wrote:
> The installer should not execute if the user does not select at least one
> feature. (Is this expressible with a LaunchCondition?)
>
No. Feature states are valid only after CostFinalize. LaunchConditions
is before that and it's not clear you should change
jo...@msli.com wrote:
> The lines in MyApp.variables.wxi
>
>
Try dropping the $() surrounding it; the $() syntax tells the
preprocessor to insert the value but is expecting a symbol not
a value.
--
sig://boB
http://joyofsetup.com/
---
Ole Martin Sørli wrote:
> Is there any documentation on the WixUtilExtension apart from the schema and
> sourcecode?
>
What kind of doc are you looking for? WixExitEarlyWithSuccess has its
own topic "WixExitEarlyWithSuccess Custom Action."
--
sig://boB
http://joyofsetup.com/
dmcgloin wrote:
> The WiX warning explanation seems to imply that the InstallShield default
> custom action is flawed, perhaps because the merge module custom action is
> not scoped to the Merge Module GUID in the ModuleInstallExecuteSequence?
>
> Is there a safe/recommended way to make this warnin
Ravi Patt wrote:
> G:\WiX3\wix3.0.5419.0-sources\src\Setup.
>
If you want to build WiX, you need to get a CVS checkout. The sources
.zip file doesn't contain large binary files needed to build.
> for eg: $(ROOT), $(WIX_ROOT). Looks like these values are not getting set
> correctly on my dev
Vijai Kalyanapasupathy wrote:
> Now, I need to compute the parent directory of the file path retrieved as the
> value of the property LOADAGENTSERVICEEXECUTABLE.
>
> Is there a specific way to do this?
>
MSI doesn't have a way to do that natively.
--
sig://boB
http://joyofsetup.com/
-
troy hostetter wrote:
> error CNDL0150: Undefined preprocessor variable
> '$(env.Install_Environment)'.
>
Use first to see if it's defined. Don't use $() around it in
an .
--
sig://boB
http://joyofsetup.com/
--
_
tom.chmielen...@bentley.com wrote:
> Should I not worry about it and just perform each of the 200+ sequential
> RegistrySearches?
>
Is it slow? http://www.c2.com/cgi/wiki?PrematureOptimization
Registry searches are going to be fast. Thousands might be a concern;
hundreds, no.
--
sig://boB
Jirong Hu wrote:
> 1. What does this do? If I don't add this , it doesn't appear in InstallUISequence table, and I can't
> specify CustomActionB run after this dialog.
>
InstallUISequence is used to schedule actions and dialogs but once a
modal dialog is shown, InstallUISequence stops until
Dale Quigg wrote:
> I've followed David's example, but vs:HelpFilter only has Fragment or
> Product for Parents (not Module).
>
Module is a valid parent in WiX v3.0 RTM.
--
sig://boB
http://joyofsetup.com/
--
_
Please keep wix-users on the thread.
If you need the functionality of a WiX extension, add it as a reference.
If you just want to add a file to your installer, use the Component and
File elements in your WiX authoring.
Shawn Zhou wrote:
> Do you mean I need Wix office extension to be able to ad
I meant to say MyApp.variables.wxi, not MyApp.variables.wxs. Sorry.
I have been working on this too long, my eyes are crossed, and I am
making more type-o's. I'm trying to sanitize my problem and keep it
concise and problem specific.
When I run the following (all one-line)(run from bash cygwin s
14 matches
Mail list logo