I'm trying to run an exe I installed in my script at the end of the install.
I've done the following:
I've also schedule the custom actions thus:
and
Looking through my install log I see these relevant items:
MSI (s) (FC:F4) [07:08:38:238]: Doing a
I have followed the below example and works fine.
http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx
But unfortunately what I have is msi files, old and new. I want to create a
patch.
I use votive and build using TFS.
When there is a new release, I get the new msi and want to com
thanks Rob, I've resolve it by doing this:
Jonason wrote:
>
> Hi Rob,
>
> I found below error log with Wrapper.exe, it seems that it cannot handle
> the space, in the cmd consloe I can run the same command "C:\Program
> Files\Hewlett-Packard\Integration Client\service\Wrapper.exe -i C:\Progr
Hi Phil, Can you advise me if there is any solution for this problem.
Jagdish Sakhiya
Wilson, Phil wrote:
>
> I don't think you should be doing this. Windows will just take of the
> situation. I have several versions of Visual Studio on my system, and if
> they are all running at the same time
Hi Rob,
I found below error log with Wrapper.exe, it seems that it cannot handle the
space, in the cmd consloe I can run the same command "C:\Program
Files\Hewlett-Packard\Integration Client\service\Wrapper.exe -i C:\Program
Files\Hewlett-Packard\Integration Client\service\wrapper.conf ". it rep
Yes, I miss the property fragment:
Now, it's working fine, thanks a lot!
Best regards.
Jonason Zhang
Integration Framework
GDAS China | Application Service Engineering (ASE)
TEL: 86-23-65683078 [Office]
EMail: lei.zhan...@hp.com
HPSX Support Hour: (GMT +8:00) 1
Hi,
How to unsubscribe from this mailing group. I need to unsubscribe from this
group.
Thanks & Regards,
Chandrashekar vuppala
M-9949469324
Oakton Global Technology Services Centre (India)
Results Driven. When Business & IT Matters
IMPORTANT
1. This email and any attachments are confide
Neil,
Thanks a lot.
Following your suggestions and specify code page in the wxl file did the
trick.
Thanks,
Michael
On Sun, Feb 8, 2009 at 11:26 PM, Neil Sleightholm wrote:
> >From post here last week:
>
> "I think you need to set Product/@Language and Package/@SummaryCodepage,
> you should be
I thought that it's part of the release only after it's closed. I will check
!
Thanks.
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Sunday, February 08, 2009 8:31 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Question reg
On 8 Feb 2009, at 18:22, Bob Arnson wrote:
> Chris Ridd wrote:
>> Is the ?component notation in control conditions supported by all
>> versions of Windows Installer?
>
> Yes, but it might not work when you cross from the UI to the execute
> and
> back to the UI. There's no doc to say either way
Olex wrote:
> How would I launch an as soon as a dialog starts?
>
MSI doesn't support that.
--
sig://boB
http://joyofsetup.com/
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
soft
Zachary Young wrote:
> But I'm still seeing the English text.
>
Check the .msi file Error table in Orca. Which strings are there?
Also, why are you duplicating the text? WixUI already supports de-de
strings. (It should work, I'm just curious.)
--
sig://boB
http://joyofsetup.com/
Eitan Behar wrote:
> Please, do you have an estimation about the expected release date of bug
> 2508955 ? Currently it's on Pending state.
>
If it's pending, it means the fix has been checked in, so check the next
release after the status was set pending. For 2508955, it's 3.0.4917.0.
--
sig
Chris Ridd wrote:
> Is the ?component notation in control conditions supported by all
> versions of Windows Installer?
Yes, but it might not work when you cross from the UI to the execute and
back to the UI. There's no doc to say either way. I'd suggest
replicating the conditions rather than
WiX documentation for WixUI_InstallDir says you must define "a property named
WIXUI_INSTALLDIR". I don't see that below. Is it in another Fragment?
-Original Message-
From: Jonason [mailto:lei.zhan...@hp.com]
Sent: Sunday, February 08, 2009 09:59
To: wix-users@lists.sourceforge.net
Sub
Sounds like your CustomAction code failed. You need to debug that to see why
it failed (or returned non-zero).
-Original Message-
From: Zhang, Lei (Jonason , TSG-GDCC-CQ) [mailto:lei.zhan...@hp.com]
Sent: Sunday, February 08, 2009 10:05
To: wix-users@lists.sourceforge.net
Subject: [WiX-
I want to run Wrapper.exe (Java wrapper, exist in the installation package)
after installation, it met issues:
Product: Integration Client -- Error 1722. There is a problem with this Windows
Installer package. A program run as part of the setup did not finish as
expected. Contact your support p
Hi Rob,
The error log is “Product: Integration Client -- The installer has encountered
an unexpected error installing this package. This may indicate a problem with
this package. The error code is 2819. The arguments are: InstallDirDlg, Folder,
”
Thanks!
Best regards.
Jonason Zhang
Integratio
Are you compiling with UNICODE defined? If so I believe you have a buffer
overrun here:
ofn.nMaxFile = sizeof(szOriginalPath);
You should use countof() instead of sizeof().
Otherwise, I'm not really sure what the issue is. Showing the part of the log
file that has the error might be help
Can you share out information from the verbose log file about the error. I
don't immediately see anything wrong below.
-Original Message-
From: Jonason [mailto:lei.zhan...@hp.com]
Sent: Sunday, February 08, 2009 01:59
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Error code 2
>From post here last week:
"I think you need to set Product/@Language and Package/@SummaryCodepage,
you should be able to find the correct values here:
http://msdn.microsoft.com/en-us/library/ms776260.aspx.";
Neil
-Original Message-
From: michael he [mailto:michael...@gmail.com]
Sent: 0
Experts,
I follow the instructions at
http://wix.sourceforge.net/manual-wix3/build_a_localized_version.htm and
http://wix.sourceforge.net/manual-wix3/make_installer_localizable.htm to
created a Japanese version of the setup package. But when I run the output
MSI, the Japanese characters in the UI a
I have a question need your help, I added the
to my wix project, wen I run the install msi, I met the issue "Error code
2189", could anyone help me on that, thanks a lot.
My Wix version is 3.0.4805.0, I use Votive in Visual studio.
The source code:
I have a project using several customactions schduled during the UI as
immediate.
It actually works for almost everything but I have one issue left.
In the UI the user can select to install a license file. I have a C++
customaction which opens the OpenFile dialog and sets it to a property.
Later
Hi,
Please, do you have an estimation about the expected release date of bug
2508955 ? Currently it's on Pending state.
Thanks,
Eitan
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
softw
On 8 Feb 2009, at 01:33, Rob Mensching wrote:
> Not sure. Have you tried following the Property value changes in
> the verbose log file to make sure it ends up what you want?
I'm seeing lines like:
AppSearch: Property: JDK15HOME, Signature: S_JDKHOME15
MSI (c) (74:D4) [13:19:54:468]: Note: 1
26 matches
Mail list logo