A ResourceCollection is a collection of Resource objects, so once you've loaded
it, you can enumerate the resources in the collection. Resources may be of
different ResourceTypes, and Resource instances of type Version will actually
be a specialized VersionResource subclass. So to get to the str
Still looking for help...
-Original Message-
From: Gregg Swanson [mailto:gregg.swan...@microsoft.com]
Sent: Tuesday, March 15, 2011 9:34 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error while including fragment from a a legacy
project...
Rob, I
Hello...
MsiLogFileLocation has the location of the log file. I am unable to create a
custom action to copy the log file when the installation is complete.
NOT Installed
What is a good way to copy the log file to a desired location when the
installation is complete? Thank you.
Hi Rob,
Has this issue been resolved? I tried using the heat.exe from WiX 3.5.2519 to
extract COM data from a 64-bit dll and failed.
Thanks,
Miaohsi
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Wednesday, September 08, 2010 4:00 PM
To: General discussion
This post describes the issue and provides a workaround:
http://www.paraesthesia.com/archive/2011/02/07/wix-3-5-2519-0-incorrect-intermediate-object-path-for.aspx
Edwin G. Castro
Software Developer - Staff
Digital Channels
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please cons
You'll get this warning for various WiX CA extensions when they are authored in
Merge Modules. It's because the pattern inserts a row into the Error table
that
is not guaranteed to be globally unique. If another merge module ( say an
InstallShield generated merge module ) was to author a row
C:\delivery\Dev\wix30_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(145,0):
warning LGHT1072: Merge modules should not contain the 'Error' table because
all merge conflicts cannot avoided. However, this warning can be suppressed if
all of the consumers of the Merge Module agree to not d
Now I understand, thanks ... too bad the Language is not required in the wxl
file.
Here is what I ended up with ... If I could convert an ItemGroup into a
comma separated list I could improve it a little.
Another bit of an update to complete the info in the forum:
In order to make the multilanguage, the msi takes the property "user locale"
that
can be retrieved through the function GetUserDefaultLCID.
In a simple C++ console app:
#include "stdafx.h"
#include
#include
int _tmain(int argc, _TCHAR*
Hmmm, no answers ...
I'm wondering if someone could at least point me in the right direction
if I decide to take a look at the source code and see if I can fix this
myself.
Thanks.
-Original Message-
From: Rennie Petersen [mailto:r...@merlinia.com]
Sent: 16. marts 2011 15:35
To: wix-us
To be honest I'd like this approach more as well (InstallShield e.g.
does it and so would better fit into the Christopher Painter approach
to incorporate IS bootstrapper + WiX MSI packages). But for now I
didn't find a solution except renaming all the transforms.
Figuring out how to handle the Cul
You can't without writing your own External/Embedded UI. That control is
a SelectionTree http://msdn.microsoft.com/en-us/library/aa371604.aspx
which doesn't offer the customization you want.
Also attachments don't work on this list (probably by design) so either
paste stuff into your message or pr
I'm trying to use the Resource classes (i.e. Resource, ResourceCollection...)
in the Microsoft.Deployment.Resources assembly that DTF ships to retrieve
string entries from the RT_STRING table resource. I using the code:
ResourceCollection rc = new ResourceCollection();
rc.Find(pathToDll);
rc.Load(
Instead of using CultureGroup.Identity is there a way to use the Product
Language (for example 1033) ?
I'd like torch to create a file name Language.mst
Thanks.
-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com]
Sent: 18 March 2011 12:18
To: General discussion for Windows
Hi,
i'm using Wix3, CustomizeDlg from wixui_common (attached to this email)
When i launch my msi, on the left from feature name i have small icon
with down arrow.
If click on it, popup menu appears, with these items:
- Will be installed on local hard drive
- Entire feature will be installed on
Tobias,
Thank you very much for your help and time. Your answer was really complete
and clear.
As you state, this undocumented "feature" of the msi's so widely used has
it's
fallbacks (basically, we assume things, while different windows installer
versions
may do their own way, or suddenly disabl
They are used by the underlying WiX MSBUild target which is
responsible for building the solution in MSBuild. IIRC it is
C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x\wix200x.targets for
NET35 and wix2010.targets for .NET 40.
2011/3/18 Michael Tissington :
> Too bad ...
>
> What are the prope
MajorUpgrade was indeed introduced in wix 3.5.
I would try re-installing it and see if that helps, make sure you get the
release version of 3.5.2519 or try a weekly build of 3.6.
(http://wix.sourceforge.net/releases/)
Once that is done open your solution in visual studio and it should run the
up
Hello,
I am a complete new WiX user and I have a question about the setup library
project.
Here is my scenario:
In my solution is 1 setup library project and 2 setup projects.
The setup project contains the custom UI and also a set of "Common Files".
Setup project 1 and 2 use these library
Too bad ...
What are the properties for CultureGroup ?
Where does this come from?
Thanks.
-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com]
Sent: 18 March 2011 11:49
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Multilanguage install
Nope don't think so as WiSubStg.vbs + WiLangId.vbs are part of the
Windows SDK and WiX will use Burn for Multilanguage Bootstrapper
installers. And as the Transform Embedding is undocumented I don't
assume WiX will write wrappers for such a purpose.
To do so you must e.g. write an own C# task ful
Nice. Too bad there doesn't seem to be a way to do through Votive's UI (
Project Properties ). I'll give it a try and see how it works for me.
---
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-M
I found the problem.I was missing the "TEMPORARY" word in my query.The code
below fixes my issue:session.Database.Execute(info.SqlInsertString + "
TEMPORARY", record);
> From: d_vandenbr...@live.com
> To: wix-users@lists.sourceforge.net
> Date: Fri, 18 Ma
Thanks got it :)
Are there any additional hidden gems (undocumented tasks)to do the
additional two task to embed the mst files into a single msi?
Currently I'm using WiSubStg.vbs and WiLangID.vbs
-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com]
Sent: 18 March 2011 10:32
Hi guys,
I’m
creating a custom action which tries to insert a row in the IniFile table.
When
executing this code, an exception occurs:
TableInfo info =
session.Database.Tables["IniFile"];
Record record
=
session.Database.CreateRecord(info.Columns.Count);
record.FormatString = info.Columns
you must build all languages of the MSI pacakge from one project.
Think there is no additional modification necessary as the AfterBuild
target starts when there already exist the different MSIs (e.g.
en-US\MySetupProject.msi, de-DE\MySetupProject.msi and
ja-JP\MySetupProject.msi).
BTW: be sure not
Thanks for the detailed info ..
I'm trying to implement this. This seems to require that the en-US is built
first.
How do I make this happen?
-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com]
Sent: 18 March 2011 10:08
To: General discussion for Windows Installer XML tools
You must add a torch task to the AfterBuild target in the wixproj file.
Following a description assuming you are using VS2010 English, your
solution is called MySetupProject and you want to create for an
english MSI the needed MSTs:
Solution Explorer -> Choose the Setup Project -> Right click -> U
Do the files you're trying to create in your command already exist on
this PC? That would make the create database command fail.
Or are you saying that even on the same PC, the same command with the
same paths works in SSMS but fails in your MSI? Forgive me if you've
already covered this.
-O
This looks great - where do I put this?
-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com]
Sent: 18 March 2011 09:07
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Multilanguage install
for the WiX Proj ? This generates trans
for the WiX Proj ? This generates transforms in the "DefaultLanguage"
output folder.
2011/3/17 Christopher Painter :
> Oh I already know how it works and can get it to work. :-) I was just
> wondering if there was a better way to generate the transforms then post build
> events tha
31 matches
Mail list logo