xey Ivanov
wrote:
> oops http://support.microsoft.com/kb/223300
>
>
> 2013/9/4 Alexey Ivanov
>
> > msiexec /i yourfile.msi /L*v c:\temp\yourinstall.log
> >
> > or enable in windows by default
> http://support.microsoft.com/kb/223300/ru
> >
> >
>
Hi I have this code for a shortcut. This setup is an add on for my main
product so the code adds a shortcut to the shortcuts already installed on
the target machine. On uninstall however the add on shortcut is never
removed, can anyone see what I am doing wrong?
Separate shortcut from the component.
like this:
https://github.com/krab/vacuum-im-wix-installer/blob/master/Product.wxs#L20
https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs#L54
2013/9/4 Natalie Carr
> Hi I have this code for a shortcut. This setup is an add on for my
>
WriteErrorLogInstall(session, "Enable32BitApplicationPool
failed: ", ex, true);
}
return ActionResult.Success;
}
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: August-28-13 9:41 AM
To: 'General discussion f
.WaitForExit();
}
}
catch (Exception ex)
{
WriteErrorLogInstall(session, "Enable32BitApplicationPool
failed: ", ex, true);
}
return ActionResult.Success;
}
-Original Message---
RTEXT]" />
--
John Merryweather Cooper
Build & Install Engineer -- ESA
Jack Henry & Associates, Inc.(r)
Shawnee Mission, KS 66227
Office: 913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Se
Hi I am trying to change a value setting in a config file using the
following:
This code does not change the value in the applicationHost.config file. I
tried adding the action="create" but I then got the error during the setup
that it could not open the XML file. W
Is there any way to modify burn to only show the Msi dialogs? I would like
to use burn to install .Net Framework but don't like the two dialogs being
shown and have tried to play around with the HyperLinkTheme.xml but cannot
figure out if it can be done so that it is silent and to fire the Msi
dial
> circumstances during "Repair."
>
> Why are you trying to block reinstall of that Component on "Repair"?
>
> --
> John Merryweather Cooper
> Build & Install Engineer -- ESA
> Jack Henry & Associates, Inc.(r)
> Shawnee Mission, KS 66227
>
; Associates, Inc.(r)
Shawnee Mission, KS 66227
Office: 913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: Monday, August 19, 2013 10:34 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-use
"
Why are you trying to block reinstall of that Component on "Repair"?
--
John Merryweather Cooper
Build & Install Engineer -- ESA
Jack Henry & Associates, Inc.(r)
Shawnee Mission, KS 66227
Office: 913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com
-Origi
I have a conditional component and the conditional statement is created via
a custom actin that is run in the Install Execute Sequence before the
CostFinalize action. However the component is always getting installed
regardless of the condition.
My Condition: PROMPTLOCKMODE = "0"
I have che
an think of where you might see that kind of
informational dialog that just goes away are remote desktop types, or maybe
Terminal Server or VMWare connections. Something like that anyway.
Phil
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: Thursday, Augu
Hi,
Seeing a strange problem with a few of my setups, when they are run a
msiexec command prompt opens saying opening connection and it stays until
the setup has been completed.
Does anyone know why this would be happening?
Thanks
Natalie
--
Hi Christopher,
That certainly seems a far better approach. Would you have an example or
point me in thr right direction on how to implement this please?
Thank You
Natalie Carr
-Original Message-
From: Christopher Painter [mailto:chr...@iswix.com]
Sent: 01 August 2013 14:48
To: General
Hi everyone,
I have a customer who would like to replace a certain file in my MSI setup.
At the moment I am currently writing a guide on how to do this and at the
moment I have this scenario:
Remove cab from MSI
Extract all files from Cab
Replace file
Rebuild cab file
Add cab back into
Hello,
Having a bit of a problem doing this and not sure of it can be done. I have
an edit control that a user types into, I would like for the input to be all
in capital letters. I tried having a custom action on the edit control to
get the property, convert to capital letters and set the prop
Hi I have my custom action defined like so:
NOT INSTALLED AND NOT UPGRADINGPRODUCTCODE
I only want the custom action to run on uninstall and not when getting
removed by an upgrade.
Is this possible?
Thanks Natalie
-
That solved it. Thanks Neil :)
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: 28 June 2013 15:09
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] FAO Neil Sleightholm
Somebody had this once before and it was due to windows 7
I have been following your blog and I am now trying to use your extended
bootstrapper. I have an issue however where it will not allow me to add a
reference to your WixBalExtensionExt.dll, it gives an error saying it is not
a valid WiX source file.
Would you know what I am doing wrong?
Than
Simple question that I cannot find the answer to?
Are conditions case sensitive?
Thanks
Natalie Carr
--
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
Hi at the moment I have my windows installer version at 4.5. I need to cover
v3.0, is it just a case to lower the version or what implications would this
have?
Thanks
Natalie
--
This SF.net email is sponsored by Wind
Hi,
I have custom actions running on many of my Next buttons on my dialogs.
However I seem to be experiencing an issue with them. Any button with a
custom action I have to double click to get it to go to the next dialog.
Would anyone know why this would be?
Thanks
to be a setup developer when I give my
two weeks notice. It isn't possible in that amount of time.
--------
From: "Natalie Carr"
Sent: Monday, May 20, 2013 3:36 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Writing a WiX tutorial
Hi,
opics on
things that you use (for example, Burn, patching and early REPs), as well as
WiX/MSI conventions and best practices. Also describe how your code is
organised and how you'd build it.
On 20 May 2013 09:30, Natalie Carr wrote:
> Hi,
>
>
>
> I have been asked to wr
Hi,
I have been asked to write a WiX tutorial for my colleagues to take over my
role when I leave. Has anyone written anything like this that they would be
willing to help me out with? I am using the WiX tutorial online but would
like your opinions on what I should include.
Thanks
Natalie
Hi,
Is there any way to change the output directory of an MSI?
I have it building to my custom folder, however its builds like so :
CustomFolder\en-US\Setup.msi
I would like it to build to : CustomFolder\Setup.msi
Is this possible?
Thanks
Natalie
--
Hi this is my full working code:
extern "C" UINT __stdcall InstallDrivers(MSIHANDLE hInstall)
{
HRESULT hr = S_OK;
UINT er = ERROR_SUCCESS;
HANDLE hFile = INVALID_HANDLE_VALUE;
BYTE* pbData = NULL;
DWORD cbData = 0;
char pwzFilename[MAX_PATH], szDriv
Tom,
Thank you very much, was slowly driving me mad...:) I have been doing it
with ORCA, I just wanted to automate the process.
-Original Message-
From: tom [mailto:tomer.d...@intergraph.com]
Sent: Tuesday, February 26, 2013 8:18 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-
Hi,
I am trying to apply a transform to my msi without running it and I am using
the MsiTran.exe. However I am getting the error 110 - cannot open database.
Does anyone know how to solve this?
Kind Regards,
Natalie Carr
perty returning Invalid handle
The only thing I can think of right now is that WcaFinalize has been called
prematurely ?
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 25 February 2013 14:41
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WcaGetPro
Although the first call works fine but the second one returns Invalid
Handle, I have no idea what is happening as I have done this before without
any problems. Any ideas?
Kind Regards,
Natalie Carr
--
Everyone h
Hi, Is it possible within WIX to create a new Isapi Extension when
installing a web application. At the moment I am using the command line but
I have looked at WebApplicationExtension and wondering if this is what I
need?
Kind Regards,
Natalie Carr
Hi,
Can anyone tell me the correct way to add a Script Map to a web application
via wix? I have this but it's not adding the dll. It is also an ASPAI
module.
Kind Regards,
Natalie
Super, thank you
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Wednesday, January 30, 2013 12:53 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] IIS- delete hidden segment error
Oh, of
Peter,
Thanks it seems to be the square brackets it's not liking. Not sure if the
command will do as expected but I will test it.
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Wednesday, January 30, 2013 12:34 PM
To: Ge
Hi I am trying to delete a hidden segment when installing a web application.
I am using the following code:
But I am getting the error: error LGHT0204: ICE03: Invalid format string
Can anyone please help me out?
Kind Regards,
Natalie Carr
Thanks everyone for your help, I have created a small text application to
call my DLL and it seems to be failing on the function GetModuleFileNameExA,
I am looking into this. Again thank you, you have been a great help.
Kind Regards,
Natalie Carr
Measuresoft Development Ltd.,
Partnership
Thanks for your help Peter, I have no idea why it is not running...:(
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Friday, January 25, 2013 12:03 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX
I have done that and still no joy..:(
Kind Regards,
Natalie Carr
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: Friday, January 25, 2013 11:27 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Custom actions failing on XP
Also I forgot to mention I installed the Visual Studio C++ Redistributables
and it is still failig.
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Friday, January 25, 2013 10:53 AM
To: General discussion for Windows Installer
Hi Peter, I am using the Multi-threaded for the runtime? Would that be
causing the issue? Thanks for getting back to me
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Friday, January 25, 2013 10:53 AM
To: General discussion
have to
resolve this quickly. Anyone any ideas what could be wrong? Please I am
using VS2012 if that could be the issue.
Kind Regards,
Natalie Carr
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012,
mand line:
'E:\Products\oldpath\oldpath\oldpath\oldpath\bin\Release\en-US\E:\Products\
newpath\ newpath \ newpath \Setup.msi'. Error message: 'The given path's
format is not supported.'
What am I doing
:
Kind Regards,
Natalie Carr
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS
Hi,
I am installing a few text files that the user may or may not edit. If the
user has edited these I want them to remain on the machine after uninstall.
Is this possible via WIX?
Kind Regards,
Natalie Carr
Hi John,
Thank you for all your information. I have to allow for downgrades so I am
now removing the file if it exists and then installing the new one
regardless of versioning, etc. Thank you again
Kind Regards,
Natalie Carr
-Original Message-
From: John Ludlow [mailto:john.ludlow
Hi,
My setup currently installs hundreds of files but some of these files may
already exist on the target machine, is there any way to ensure all of my
files get installed even if they already exist?
Kind Regards,
Natalie Carr
Hi John,
I did not think it was possible after trying multiple things, I'm glad there
is a work around however. Do you have a quick sample you could show me?
Kind Regards,
Natalie Carr
-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Thursday, Janua
Hi,
Is there any way to find out which features a user selected from the feature
dialog straight away via a custom action when they click Next on that
dialog. I have tried to use the AddLocal property but it is not set and
don't know how else to find this info out. Any help would greatly be
app
Hi I am trying to update the progress bar from my custom action, this is
what I have so far and I am so confused looking online about what is
happeneing.
extern "C" UINT __stdcall InstallDrivers(MSIHANDLE hInstall)
{
AssertSz(FALSE, "debug here");
HRESULT hr = S_OK;
Thanks for the info Peter, I will write a condition that is only checked on
installation.
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Wednesday, December 19, 2012 3:36 PM
To: General discussion for Windows Installer XML
Hi can anyone tell me what is wrong with my conditions? I thought they were
correct as I only want the condition message to be evaluated on install and
not on uninstall but it is still being evaluated on uninstall.
Kind Regards,
Natalie Carr
Hi does anyone have a full example of extracting a file from the binary
table and executing it in C++? I cannot seem get it working at all.
Kind Regards,
Natalie Carr
--
LogMeIn Rescue: Anywhere, Anytime Remote
Oh silly me, I found it, unfortunately it does not support embedded
properties..thanks
Kind Regards,
Natalie Carr
-Original Message-
From: Wesley Manning [mailto:wmann...@dynagen.ca]
Sent: Monday, December 17, 2012 2:33 PM
To: General discussion for Windows Installer XML toolset
I have it formatted I think, this is a line from the agreement:
"Where the Licence has been purchased through a distributor including
[DISTRIBUTORNAME]"
Property:
But it is still only showing [DISTRIBUTORNAME] in the agreement on the
dialog.
Kind Regards,
Natalie Carr
-Origin
of the value. Can this be done?
Kind Regards,
Natalie Carr
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your
:
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Thursday, December 06, 2012 10:28 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Regisytry Entry
This is how I do it:
Kind Regards,
Natalie Carr
Tel: +353 42 9332399
Email: natalie.c...@measuresoft.com
Web: http://www.measuresoft.com
-Original Message-
From: Budde
Hi Jacob,
Yes I have a list of about 10 so I am sure I can make this work. Thanks for
your help
Kind Regards,
Natalie Carr
-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Thursday, November 29, 2012 6:37 PM
To: General discussion for Windows Installer
Hi Phil,
I see, something like this:
Although I'm not sure what to put in the name attribute?
Kind Regards,
Natalie Carr
Tel: +353 42 9332399
Email: natalie.c...@measuresoft.com
Web: http://www.measuresoft.com
-Original Message-
From: Phil Wilson [mailto:phi
Hi Rob,
Can u provide a quick sample, I'm not too sure what exactly you mean,
Thanks.
Kind Regards,
Natalie Carr
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Wednesday, November 28, 2012 4:21 PM
To: General discussion for Windows Installer XML to
Hi, Is there any way to use a property defined at install time for the
shortcut name attribute or does this have to be defined at build time?
Kind Regards,
Natalie Carr
--
Keep yourself connected to Go Parallel
Hi, I would like to share a folder over a network is this possible to be
done in WIX? I have looked at the Util ShareFile element but I am not sure
on the User attribute or even if it is possible. Any help would greatly be
appreciated. Thanks
Kind Regards,
Natalie Carr
CreateFileW(pwzFilename, GENERIC_WRITE,FILE_SHARE_WRITE, NULL,
CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
DWORD cbWritten = 0;
if (!WriteFile(hFile, pbData, cbData, &cbWritten, NULL))
CloseHandle(hFile);
But can I extract it so that it is an exe that can be run?
Kind
cordReadStream(*phView, 1, szBuffer, &cbBuf);
CreateFile(szBuffer, GENERIC_WRITE,FILE_SHARE_WRITE, NULL,
CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
}
Debugging throws up no errors it just ends the setup prematurely.
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shi
Hi Peter,
I've declared them like so I just forgot to add it, Is this what you mean:
MSIHANDLE *phView = NULL;
MSIHANDLE hDatabase = NULL ;
Kind Regards,
Natalie Carr
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Thursday, Novemb
E_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
Kind Regards,
Natalie Carr
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware
way is
>>to set File/@SelfRegCost="1".
>>
>>Neil
>>
>>
>>>Hi I have to register a lot of DLL and I currently have a custom
>>>action to do this, h
n
>>anyone guide me in the right direction please? And also how to
>>unregister them on uninstall.
>>
>>Kind Regards,
>>
>>Natalie Carr
>>
>>
>>
>>
>>
>>
I would like to know the proper MSI way of doing this?
>Can
>anyone guide me in the right direction please? And also how to
>unregister them on uninstall.
>
>Kind Regards,
>
>Natalie Carr
>
>
>
>
>
>---
Hi I have to register a lot of DLL and I currently have a custom action to
do this, however I would like to know the proper MSI way of doing this? Can
anyone guide me in the right direction please? And also how to unregister
them on uninstall.
Kind Regards,
Natalie Carr
red should be based on whether the
action changes the system. Deferred actions run as the system, not as the
installing user. I'd recommend reading this section
http://msdn.microsoft.com/en-us/library/windows/desktop/aa368268%28v=vs.85%2
9
.aspx
-Original Message-
From: Natalie Carr [m
easy because it allows you to
specify the ticks as its 3rd parameter. There might be an equivalent for
immediate actions. Have a read of the code for WcaDoDeferredAction in the
wix sources in wcawrap.cpp if there isn't.
-Original Message-
From: Natalie Carr [mailto:nata
what
they do for the user but I would like to know how to give them ticks so that
they are displayed correctly in the progress bar. Can anyone help me please?
Kind Regards,
Natalie Carr
--
Everyone hates slow
ginal Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: Tuesday, October 16, 2012 10:12 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] ActionData to show file names
No problem Steve, I will post when I have it working.
-users] ActionData to show file names
Hi Natalie,
When you get that working I would love to see the code (that would be
something I would be interested in seeing in my install as well)
Steve
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: October-16-12 10
hen I changed this it gave the DisplayName as the literal
property name.
Kind Regards,
Natalie Carr
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app p
mention the transform that's being applied ?
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 09 October 2012 11:34
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Transform not working
Hi I am having trouble with my transforms, I have my
?
Kind Regards,
Natalie Carr
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, P
the feature level is 0, which is disabled. Try setting
it to something above the install level (which is 1 by default).
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 08 October 2012 16:00
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] AddLocal
Hi I have my feature:
I want to install it depending on a radio button selection so on the
relevant dialog I set this publish statement:
DEVICETYPE = "3"
But it does not select the feature, can anyone help please?
Kind Regards,
Na
toolset.
Subject: Re: [WiX-users] DLL helper functions
It's the wide/narrow string thing again. LPWSTR (note the W) means wide
string. You likely want LPSTR (or just char *, which is the same thing).
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 05 Oc
the W) means wide
string. You likely want LPSTR (or just char *, which is the same thing).
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 05 October 2012 10:36
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] DLL helper functions
Hi I am trying to wr
nd call it like this:
AppendCapEntry(ComPort);
What am I doing wrong?
Kind Regards,
Natalie Carr
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance
p the value. Anyone came across this?
Kind Regards,
Natalie Carr
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is
code
characters.
It might be easier to grab a nearby C++ expert if you have one. You need to
ensure all your strings are of the same kind (wide or narrow) and that your
project setting matches it too. You can convert between the two but that's
even more work.
-Original Messag
Hi create the image you want using the sizes specified here:
http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm
And add them into your installer like:
That is for the banner, the background is the same method..:)
-Original Message-
From: Chaitanya [mailto:chaita...@poin
uot;COMPORT" -> "COMPORT"
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 04 October 2012 12:16
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Populating Listbox from Custom Action
Hi Peter, Me
Windows Installer XML toolset.
Subject: Re: [WiX-users] Populating Listbox from Custom Action
I've had a quick glance and it looks like you're compiling with 8-bit chars
but you've also got L"ListBox" and L"COMPORT" which are wide chars.
-Original Message-
F
Hi if anyone has a chance would they check out my question on SO as I think
I am near to solving it but need an extra hand. Would greatly appreciate
it..:) Thanks
http://stackoverflow.com/questions/12562643/wix-add-to-listbox-from-c-custom
-action
--
That suggests to me that higher Ordering numbers get higher priority. I
haven't required this attribute myself however.
Daniel Madill
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: October-03-12 9:53 AM
To: 'General discussion for W
] Order Issue
1 would be first then 2 then 3 etc... order=1 order=2 etc...
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: October-03-12 9:32 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Order Issue
Am
ers] Order Issue
Use the Order="1" element that way you can sequence the events you want to
be triggered...
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: October-03-12 7:23 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Order Issue
H
ts to be run from the top downwards so (Validate channels -
InvalidChannelsDlg - GetDatascanInfo - AddLocal - NumLoggersDlg -
InstallDirDlg)
Kind Regards,
Natalie Carr
--
Don't let slow site performance
] custom action when a radio button is selected
Sadly, the MSI UI functionality hasn't really changed since 1998 (although
they added a hyperlink control in 2011 or so). You need to key it off a
Publish action.
On Thu, Sep 27, 2012 at 3:29 AM, Natalie Carr
wrote:
> Hi, Can anyone tell me plea
this.
On Mon, Sep 24, 2012 at 4:16 AM, Natalie Carr
wrote:
> Hi, I would like my Edit control to only allow integers, I have the
> integer attribute set to yes. What I would like to be able to do is
> overwrite the MSI error 2892 so that I can say only integers allowed
> without my cus
Regards,
Natalie Carr
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http
Hi bill,
Thank you so much for your reply, I found that out late yesterday evening
and forgot to update..:) Thanks
-Original Message-
From: bpackard [mailto:bill.pack...@kepware.com]
Sent: 26 September 2012 16:16
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Problems execu
Hi I am trying to do two custom actions when a certain button is clicked but
the second is never getting executed. Can anyone tell me what I am doing
wrong?
1
1
Kind Regards,
Natalie Carr
1 - 100 of 167 matches
Mail list logo