I have upgrade scenario for my system from 2.0 version to 2.1 version. I
have file for example aaa.xml in 2.1 version and no such file in 2.0
version. It lies in independent component i feature Afeature (it was in 2.0
also). During install there are no problems: file installs to the right
location.
Hi
I rely on batching to generate multiple sets of MSIs from the same wixproj
files. The files are generated to the same output location, but are
different based on properities I pass to the wixproj files that control
thigns like the MSI name, etc. I'd typically invoke the project as follows
Wi
Thanks Rob for your reply.
Honestly, I'm not sure when the custom action is scheduled because I took the
example("How To: Run the Installed Application After Setup") from Wix.chm.
Here's our code:
WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed
As you can see, it's almost identica
The system account is irrelevant here. What matters is the list of rights that
the msiexec process is running with, and it does not have all possible rights
enabled all of the time. I think you've already discovered that, so I don't
know what to advise. I forget where this is documented, but tha
http://msdn.microsoft.com/en-us/library/aa368048(v=vs.85).aspx
CostFinalize must be run before UI is displayed to allow Features to be
selected or Directories to be changed, which most installer UIs allow users
to do.
If you are changing properties that affect component/feature conditioning in
y
http://msdn.microsoft.com/en-us/library/aa369282(VS.85).aspx
"DirProperty
Name of a property having a value that resolves to the full path of the
folder containing the .ini file. The property can be the name of a directory
in the Directory table, a property set by the AppSearch table, or any other
Actually I have got it to work just great. It was a spelling mistake on my
part.
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent
Yep, annoying, eh? The MSI SDK documents that behavior. Want to contribute a
custom action that does better?
On Mon, Feb 21, 2011 at 1:04 AM, Michael Tissington <
michael_tissing...@ciqual.com> wrote:
> I'm trying to write to an iniFile.
>
> How do I tell it which folder the file is in?
> Current
Peter,
Thanks you for your reply.
This does seem very promising; I'll let you know how we get on with it.
Cheers,
Liam
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: 17 February 2011 10:55
To: General discussion for Windows Installer XML toolset.
Subjec
Found out how it works:
IN a jscript simply do
Session.Property("ADDLOCAL") = "ALL";
Session.Property("REMOVE") = "FeatureName";
That's all!
-Original Message-
From: Eschenbacher, Frank [mailto:frank.eschenbac...@voltdelta.net]
Sent: Thursday, February 17, 2011 8:05 AM
To: wix-users@l
You can use the -t: (transform harvested output with XSL file)
parameter to use a XSL-transform. A sample XSLT can be found here:
http://www.wixwiki.com/index.php?title=Heat or search this mailing
list e.g. at http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/
for some samples. Addition
Hi,
I guess this question is for me rather than for Palbinder.
I am running heat 3.0.5419.0. And I do use -suid (on purpose).
Anyway, this is not critical, I was just wondering if there was a good
explanation for the ID change from "Directory1234" to "_1234", but I can live
with it.
Thanks a
Actually Bob Arnson was right.
I have the following code works:
1) In Bundle.wxs:
2) In BA managed code:
MyBootstrapperApplication.Bootstrapper.Engine.StringVariables["db_name"] =
"new_db_name";
Now some.msi will be launched something like this: msiexec.msi /I some.msi
DB_NAME="new_db_nam
I'm trying to write to an iniFile.
How do I tell it which folder the file is in?
Currently it seems to insist that it is in the \Windows folder.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE
I have suffered form the standard problem that many people on this mailing
list hit where conditions on features apparently don't work because the UI
is executed after the CostFinalize action when these are applied.
Why is the UI run after Cost Finalize rather than before it?
If the UI were run
15 matches
Mail list logo