Re: [WiX-users] Burn failed to initialize COM at EngineRun().

2015-05-26 Thread Uni Gauldoth
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

[WiX-users] Burn failed to initialize COM at EngineRun().

2015-05-25 Thread uni
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.

Re: [WiX-users] Is there some existing tool I can use when I work with WiX localization?

2014-05-22 Thread Uni Gauldoth
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

[WiX-users] Is there some existing tool I can use when I work with WiX localization?

2014-05-19 Thread Uni Gauldoth
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

Re: [WiX-users] [SPAM] Re: Strange behavior about the TempFolder Directory.

2014-05-13 Thread Uni Gauldoth
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

Re: [WiX-users] [SPAM] Re: Strange behavior about the TempFolder Directory.

2014-05-07 Thread Uni Gauldoth
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 >

Re: [WiX-users] [SPAM] Re: Strange behavior about the TempFolder Directory.

2014-05-02 Thread Uni Gauldoth
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

[WiX-users] Strange behavior about the TempFolder Directory.

2014-05-01 Thread uni
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

Re: [WiX-users] Immediate Custom Action could not be run in some computers.

2014-04-29 Thread Uni Gauldoth
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

Re: [WiX-users] Immediate Custom Action could not be run in some computers.

2014-04-28 Thread Uni Gauldoth
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

[WiX-users] Immediate Custom Action could not be run in some computers.

2014-04-20 Thread uni
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

Re: [WiX-users] Include all files from a folder in MSI

2013-12-13 Thread uni
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

[WiX-users] What does setting KeyPath attribute of the Component element to "yes" means?

2013-12-12 Thread uni
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

[WiX-users] 答复: Can different products contain conponents with the same ComponentId?

2013-12-06 Thread uni
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

[WiX-users] Can different products contain conponents with the same ComponentId?

2013-12-05 Thread uni
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

Re: [WiX-users] How to use \layout to extract all payloads?

2013-11-07 Thread Uni Gauldoth
> 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

[WiX-users] How to use \layout to extract all payloads?

2013-11-06 Thread uni
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

Re: [WiX-users] Change Wix UI strings at run time

2013-11-05 Thread uni
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

[WiX-users] 答复: in wix bootstrapper theme file , how to use hexstyle to apply an imagefile?

2013-11-05 Thread uni
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]

[WiX-users] Bootstrapper Application and multithread issues.

2013-10-22 Thread uni
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

Re: [WiX-users] I have many files named in diffrent languages, how should I author my files.

2013-05-12 Thread uni
于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

[WiX-users] I have many files named in diffrent languages, how should I author my files.

2013-05-12 Thread 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. Need some suggestions, thanks.

Re: [WiX-users] AppSearch table is not showing

2013-05-06 Thread uni
于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"

Re: [WiX-users] Creating patches

2013-05-02 Thread uni
于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,

[WiX-users] "C++ Custom Action Project" template's LIBPATH is not right.

2013-05-02 Thread uni
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. --

[WiX-users] Writing registry entry with value = (my app's install directory) and (my app's executable path after installation).

2013-04-26 Thread uni
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

Re: [WiX-users] Why in Preprocessor the "Not Equal To" is "!=" while in conditional string is "<>".

2013-04-18 Thread uni
>>>> >>>> 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

[WiX-users] Why in Preprocessor the "Not Equal To" is "!=" while in conditional string is "<>".

2013-04-17 Thread uni
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

[WiX-users] Why in Preprocessor the "Not Equal To" Operator is "!=" while in conditional string is "<>".

2013-04-17 Thread uni
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-

Re: [WiX-users] SQL-Error & VS-Error

2007-08-17 Thread Uni
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