I think it might be an optimisation issue but not 100% sure, the pdb didn't
match the code for some reason though.
Not sure if you found the same but you cannot set a break point directly in the
wixstdba as it is not in memory when you first start the bundle. You need to
wait until it is in me
In my experiments, I observed the "Failed to load loc file from path: ...
\.ba1\1031\thm.wxl" when I edited my German thm.wxl incorrectly or if I copy
a English .wxl file (like RtfTheme.wxl) to my 1031 folder, but do not edit
the culture, language, and code page attributes properly for the specif
Getting the UpgradeCode (or any property) from an MSI file is fairly
straightforward with code. I found my old generic C++ function:
UINT GetProperty (MSIHANDLE dbHand, LPCTSTR propname, LPTSTR strVal)
{
PMSIHANDLE viewH = NULL;
WCHAR qry [100] = {0};
StringCchCat (qry, 100, L"Select `Value` f
Tim; I took your wxs file and added it to a new WiX bootstrapper setup
project (in VS2010). I tried to recreated your file tree as closely as
possible and I stripped out the code that was not related to testing whether
the localized files were displayed, without needing to provide the -lang
switc
Two threads have brought this up, so I'll repost this:
Figure out why the upgrade is removing the file because it's not
inevitable.
1. You should add the file in question to your new setup with the same
component guid. If you haven't got it in the new install then clearly it
will be removed duri
Or one could disable optimization in the Release build. We do this
frequently so that we can debug released code at a user's site using WinDbg
(with Release build dependencies). I am familiar with the effects of
optimization on debugging code. I also had my in-house WinDbg expert double
check my
Hi
Is it possible to set a feature depending an other feature so, when
feature A is selected, feature B can't be selected an when B is
selected, A can't be selected.
I have 2 programms and only one should installed. I could create two
setup-Files or better, one setup and this option the select,
7 matches
Mail list logo