Re: [WiX-users] Shortcut not being deleted

2013-09-06 Thread Natalie Carr
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 > > > > >

[WiX-users] Shortcut not being deleted

2013-09-04 Thread Natalie Carr
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?

Re: [WiX-users] Shortcut not being deleted

2013-09-04 Thread Natalie Carr
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 >

Re: [WiX-users] Setting a value XmlConfig

2013-08-28 Thread Natalie Carr
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

Re: [WiX-users] Setting a value XmlConfig

2013-08-28 Thread Natalie Carr
.WaitForExit(); } } catch (Exception ex) { WriteErrorLogInstall(session, "Enable32BitApplicationPool failed: ", ex, true); } return ActionResult.Success; } -Original Message---

Re: [WiX-users] Setting a value XmlConfig

2013-08-28 Thread Natalie Carr
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

[WiX-users] Setting a value XmlConfig

2013-08-28 Thread Natalie Carr
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

[WiX-users] Modifiing Burn UI to make silent

2013-08-27 Thread Natalie Carr
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

Re: [WiX-users] Condition on components validation

2013-08-21 Thread Natalie Carr
> 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 >

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Natalie Carr
; 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

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Natalie Carr
" 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

[WiX-users] Condition on components validation

2013-08-19 Thread Natalie Carr
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

Re: [WiX-users] Msiexec command prompt when running setup

2013-08-09 Thread Natalie Carr
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

[WiX-users] Msiexec command prompt when running setup

2013-08-08 Thread Natalie Carr
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 --

Re: [WiX-users] Replace a file in MSI

2013-08-01 Thread Natalie Carr
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

[WiX-users] Replace a file in MSI

2013-08-01 Thread Natalie Carr
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

[WiX-users] Capital only Edit Control

2013-07-26 Thread Natalie Carr
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

[WiX-users] Custom action only on uninstall and not upgrade

2013-07-05 Thread Natalie Carr
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 -

Re: [WiX-users] FAO Neil Sleightholm

2013-06-28 Thread Natalie Carr
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

[WiX-users] FAO Neil Sleightholm

2013-06-28 Thread Natalie Carr
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

[WiX-users] Are conditions case sensitive?

2013-06-25 Thread Natalie Carr
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

[WiX-users] Windows Installer Version

2013-06-21 Thread Natalie Carr
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

[WiX-users] Custom action on button issues

2013-05-29 Thread Natalie Carr
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

Re: [WiX-users] Writing a WiX tutorial

2013-05-20 Thread Natalie Carr
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,

Re: [WiX-users] Writing a WiX tutorial

2013-05-20 Thread Natalie Carr
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

[WiX-users] Writing a WiX tutorial

2013-05-20 Thread Natalie Carr
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

[WiX-users] Changinf output direcoty of MSI

2013-05-10 Thread Natalie Carr
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 --

Re: [WiX-users] Extract Binary file from MSI C++

2013-05-01 Thread Natalie Carr
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

Re: [WiX-users] Msitrans error 110

2013-02-27 Thread Natalie Carr
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-

[WiX-users] Msitrans error 110

2013-02-26 Thread Natalie Carr
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

Re: [WiX-users] WcaGetProperty returning Invalid handle

2013-02-25 Thread 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

[WiX-users] WcaGetProperty returning Invalid handle

2013-02-25 Thread Natalie Carr
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

[WiX-users] Installing Isapi IIS Extension wix

2013-02-15 Thread Natalie Carr
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

[WiX-users] IIS- Adding script maps

2013-01-30 Thread 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

Re: [WiX-users] IIS- delete hidden segment error

2013-01-30 Thread Natalie Carr
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

Re: [WiX-users] IIS- delete hidden segment error

2013-01-30 Thread Natalie Carr
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

[WiX-users] IIS- delete hidden segment error

2013-01-30 Thread Natalie Carr
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

Re: [WiX-users] Custom actions failing on XP

2013-01-28 Thread 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

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
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

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
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

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
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

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
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

[WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
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,

[WiX-users] Light command line error

2013-01-24 Thread Natalie Carr
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

[WiX-users] Iis error - Failed to open AppHostWritableAdminManager to configure IIS7

2013-01-22 Thread Natalie Carr
: Kind Regards, Natalie Carr -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS

[WiX-users] Don't uninstall files if they have been edited

2013-01-21 Thread Natalie Carr
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

Re: [WiX-users] Installing files that already exist on target machine

2013-01-18 Thread 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

[WiX-users] Installing files that already exist on target machine

2013-01-18 Thread Natalie Carr
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

Re: [WiX-users] Find out the features selected immediately

2013-01-11 Thread 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

[WiX-users] Find out the features selected immediately

2013-01-10 Thread Natalie Carr
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

[WiX-users] Update progress bar from custom actions

2013-01-09 Thread Natalie Carr
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;

Re: [WiX-users] Condition Message only on install

2012-12-19 Thread Natalie Carr
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

[WiX-users] Condition Message only on install

2012-12-19 Thread Natalie Carr
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

[WiX-users] Example of extracting a file from binary table

2012-12-17 Thread 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

Re: [WiX-users] Problem with license agreement text

2012-12-17 Thread Natalie Carr
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

Re: [WiX-users] Problem with license agreement text

2012-12-17 Thread Natalie Carr
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

[WiX-users] Problem with license agreement text

2012-12-14 Thread Natalie Carr
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

Re: [WiX-users] Regisytry Entry Permissions

2012-12-06 Thread Natalie Carr
: 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

Re: [WiX-users] ProgramMenuFolder: Directory Shortcut

2012-12-05 Thread Natalie Carr
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

Re: [WiX-users] Shortcut Name

2012-11-30 Thread Natalie Carr
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

Re: [WiX-users] Shortcut Name

2012-11-29 Thread Natalie Carr
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

Re: [WiX-users] Shortcut Name

2012-11-28 Thread Natalie Carr
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

[WiX-users] Shortcut Name

2012-11-28 Thread Natalie Carr
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

[WiX-users] Share Folder Over A Network

2012-11-26 Thread Natalie Carr
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

Re: [WiX-users] Extract Binary file from MSI C++

2012-11-23 Thread 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

Re: [WiX-users] Extract Binary file from MSI C++

2012-11-22 Thread Natalie Carr
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

Re: [WiX-users] Extract Binary file from MSI C++

2012-11-22 Thread Natalie Carr
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

[WiX-users] Extract Binary file from MSI C++

2012-11-22 Thread Natalie Carr
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

Re: [WiX-users] Registering DLL's properly

2012-10-19 Thread Natalie Carr
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

Re: [WiX-users] Registering DLL's properly

2012-10-19 Thread Natalie Carr
n >>anyone guide me in the right direction please? And also how to >>unregister them on uninstall. >> >>Kind Regards, >> >>Natalie Carr >> >> >> >> >> >>

Re: [WiX-users] Registering DLL's properly

2012-10-19 Thread 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 > > > > > >---

[WiX-users] Registering DLL's properly

2012-10-19 Thread 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

Re: [WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread 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

Re: [WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread Natalie Carr
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

[WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread Natalie Carr
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

Re: [WiX-users] ActionData to show file names

2012-10-17 Thread Natalie Carr
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.

Re: [WiX-users] ActionData to show file names

2012-10-16 Thread Natalie Carr
-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

[WiX-users] ActionData to show file names

2012-10-16 Thread Natalie Carr
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

Re: [WiX-users] Transform not working

2012-10-09 Thread Natalie Carr
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

[WiX-users] Transform not working

2012-10-09 Thread Natalie Carr
? 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

Re: [WiX-users] AddLocal not selecting feature

2012-10-08 Thread Natalie Carr
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

[WiX-users] AddLocal not selecting feature

2012-10-08 Thread Natalie Carr
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

Re: [WiX-users] DLL helper functions

2012-10-08 Thread Natalie Carr
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

Re: [WiX-users] DLL helper functions

2012-10-08 Thread Natalie Carr
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

[WiX-users] DLL helper functions

2012-10-05 Thread Natalie Carr
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

[WiX-users] Getting values from listbox

2012-10-04 Thread Natalie Carr
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

Re: [WiX-users] Populating Listbox from Custom Action

2012-10-04 Thread Natalie Carr
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

Re: [WiX-users] creating image..

2012-10-04 Thread Natalie Carr
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

Re: [WiX-users] Populating Listbox from Custom Action

2012-10-04 Thread Natalie Carr
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

Re: [WiX-users] Populating Listbox from Custom Action

2012-10-04 Thread Natalie Carr
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

[WiX-users] Populating Listbox from Custom Action

2012-10-04 Thread Natalie Carr
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 --

Re: [WiX-users] Order Issue

2012-10-03 Thread Natalie Carr
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

Re: [WiX-users] Order Issue

2012-10-03 Thread Natalie Carr
] 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

Re: [WiX-users] Order Issue

2012-10-03 Thread Natalie Carr
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

[WiX-users] Order Issue

2012-10-03 Thread Natalie Carr
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

Re: [WiX-users] custom action when a radio button is selected

2012-09-28 Thread Natalie Carr
] 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

Re: [WiX-users] Overwrite MSI Error Messages

2012-09-28 Thread Natalie Carr
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

[WiX-users] custom action when a radio button is selected

2012-09-27 Thread Natalie Carr
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

Re: [WiX-users] Problems executing two custom actions with same button click

2012-09-26 Thread Natalie Carr
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

[WiX-users] Problems executing two custom actions with same button click

2012-09-25 Thread Natalie Carr
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   2   >