e under release build.
So is this a bug? Or a flaw I can just ignore?
Regards,
Gauldoth
On Mon, May 25, 2015 at 5:24 PM, uni wrote:
> Hi,
>
>
>
> I’m using burn and WPF to write my bundle, the version is v3.9 R2.
>
> I’m also using the Prism library.
>
> After I wrote a
Hi,
I'm using burn and WPF to write my bundle, the version is v3.9 R2.
I'm also using the Prism library.
After I wrote a simple UI, I try to run the bundle, and it crashed.
I found it crashed in the EngineRun() function.
Thank you for the information, Steve.
I'm using WiX to author msi package, and there is not a bundle yet. Can
ThmViewer.exe be used with WiX's msi project?
I've started to write one, hope it will solve my needs.
Regards,
Uni
On Tue, May 20, 2014 at 12:24 AM, Steve-Ogilvie wrot
tools, I may try to write one for my own use.
Regards,
Uni
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled s
Hi Dave,
You are right, the behavior is very strange.
I'm working with things like legacy code, which got a lot of strange stuff.
I'll try to make things better.
Regards,
Uni
On Wed, May 7, 2014 at 11:18 PM, David Connet wrote:
> My first thought is that it's REALLY bad
t;MyDir" still point to "C:\Users\ADMINI~1\AppData\
Local\Temp\mydir\".
Uni
On Sat, May 3, 2014 at 12:02 AM, Uni Gauldoth wrote:
> Thanks very much.
>
> I did have a per-machine install.
> I uninstalled my package and reinstalled it, and the problem disappeared
>
Thanks very much.
I did have a per-machine install.
I uninstalled my package and reinstalled it, and the problem disappeared
magically.
I will try to put those files under a Per Machine folder to avoid this kind
of pain.
On Fri, May 2, 2014 at 4:13 AM, Phill Hogland wrote:
> It sounds like you
AppData\Local\Temp\mydir\".
Had someone experienced this kind of things before?
Any suggestion will be appreciated.
Regards,
Uni
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run
ith limited user rights (even
> if the user is admin) because the UI sequence isn't elevated by
> default. So it might be a security issue on UAC systems.
> ---
> Phil Wilson
>
>
> On Mon, Apr 28, 2014 at 1:50 AM, Uni Gauldoth
> wrote:
> > Thanks for reply
t'll most likely be
> >> a missing C run time.
> >> ---
> >> Phil Wilson
> >>
> >>
> >> On Sun, Apr 20, 2014 at 5:55 AM, uni wrote:
> >>> Hi all,
> >>>
> >>> I have sequenced a custom action in my
Hi all,
I have sequenced a custom action in my msi after CostFinalize.
On most user's computers, it works well.
But on some user's computers, when the msi is double clicked directly
for installing, it will prompt "A DLL required for this install to
complete could not be run."
I've changed CheckIf
You can use heat.exe (harvest tool provided by WiX Toolset) to generate a
wxs source file from your source folder.
For example, heat dir ".\My Files" -gg -sfrag -template:fragment -out
directory.wxs
Or you may write a tool yourself to do that work.
-邮件原件-
发件人: badrul [mailto:badruls...@yah
Hi,
In The Windows Installer's documents, It mentioned that
"the Windows Installer determines whether the component's key file is
already installed before attempting to install the files of any component.
If the installer finds a file with the same name as the component's key file
installed
Thanks for all replies, now I totally understood.
-邮件原件-
发件人: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
发送时间: Saturday, December 07, 2013 1:56 AM
收件人: General discussion about the WiX toolset.
主题: Re: [WiX-users] Can different products contain conponents with the same
ComponentId
Hi,
We got two different products, say product A and product B.
Product B's msi is identical with product A's except the UpgradeCode is
different, and lacking some features.
Product B's source code is based on Product A's, so the components are the
same as Product A's.
Product A and Produ
> F: +44 (0) 141 945 8501
> http://www.iesve.com
>
> **Design, Simulate + Innovate with the **
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
> G20 0SP
> Email Di
Hi,
I have made a bootstrapper which wraped around a msi, the custom ba dll was
written using mfc.
When I execute bootstrapper.exe \layout [DestFolder], it just copies the
bootstrapper.exe to the destination folder.
What should I do to make \layout extracting all the files embedded in the
bundl
Recently I also run into the same requirements.
See this,
http://msdn.microsoft.com/en-us/library/aa370074%28v=vs.85%29.aspx
The MsiDatabaseApplyTransform's documentation mentioned,
"This function cannot be called from custom actions. A call to this function
from a custom action causes the funct
Have you filled the ThemeFile Attribute with your theme file?
Maybe you should post more source code, then someone may findout why it
doesn’t work.
-邮件原件-
发件人: 姚�� [mailto:zhao@utek-china.com]
发送时间: 2013年11月5日 14:07
收件人: wix-users@lists.sourceforge.net
主题: [WiX-users]
Hi all,
I got a bit confused when developing a custom BA using MFC.
I've created a UI thread to show the installer UI, and will call the
engine's method from this UI thread.
Now there are two thread using the same engine, from the BA class and the
UI.
Should I protect the call with a lock? O
于13 May 2013 11:09:19,uni写到:
> For example,I want to author like below,
>
> name in chinese
> name in japanese
> ...and so on.
> My target files may contain many files named in many different languages.
> Localization seems only support one target language.
>
> Ne
For example,I want to author like below,
name in chinese
name in japanese
...and so on.
My target files may contain many files named in many different languages.
Localization seems only support one target language.
Need some suggestions, thanks.
于06 May 2013 16:54:47,Ravi Raj写到:
> Hi,
> I am developing an installer using WiX 3.7. I have to do some registry
> search after CostFinalize, so I created a new file named "RegSearch.wxs"
> and put following code:
>
> xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>Id="DomainName"
于02 May 2013 17:31:10,Thomas Due写到:
> Hello,
>
> I am trying to grasp the concept of minor and small upgrades, but I am having
> some trouble with getting it to work.
>
> First of all, it doesn't seem to work at all with 3.7.
> I have downgraded my WiX to 3.5, and there something happens at least,
Hi,
I'm using Wix 3.7 and I created "C++ Custom Action Project".
The lib path is "$(WIX)sdk\VS2010\lib".
When I compile it says "dutil.lib can not be found".
On my computer the dutil.lib is in $(WIX)sdk\VS2010\lib\x86.
--
I wrote registry entry like below,
It works but I'm not sure if it is approprite.
Need some suggestions,thanks.
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application perfo
>>>>
>>>> Because the WiX team wrote the WiX pre-processor syntax & kept it to
>>>> regularly accepted coding standards (hence != for 'not equal to' as
>>>> per every other modern programming language) while the Conditional
>>>> Statement
It is not very intuitive.
I first write:
$(var.MinimumVersion)?>
and it says:
"error CNDL0162: An illegal number was found in the expression
'$(var.CurrentVersion)<>$(var.MinimumVersion)'."
--
Precog is a next-generation a
I feel that it is not very intuitive.
I first write:
$(var.MinimumVersion)?>
and it says:
"error CNDL0162: An illegal number was found in the expression
'$(var.CurrentVersion)<>$(var.MinimumVersion)'."
--
Precog is a next-
Thank you for the hint, but I dont think so, because I get the same
error when I want to create a new wix-project.
Any other ideas?
Schrieken, Rene schrieb:
> My guess is: your *.wixproj was created with Votive 2.0?
> Votive 2.0 and 3.0 project file formats are not compatible.
>
> -Original M
30 matches
Mail list logo