Re: [WiX-users] Visual C++ Runtime MSM

2009-05-15 Thread Brian Rogers
Hey Alexander, You can use Orca to open the msm and then look at what they are doing. From there you could get a rough clue as to what is going on with the install. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove

Re: [WiX-users] Certificates and IIS

2009-05-15 Thread Rob Mensching
1. As noted earlier on this thread, I don't think that is supported. 2. Yes. Kusuma Sudheer Kumar (Tata Consultancy Services) wrote: > Below is helpful. > But have little understanding over here. > > Scenario 1: If the cert is already installed, I just need that Cert to be > mapped to IIS WebSit

Re: [WiX-users] Installer package setup program

2009-05-15 Thread Rob Mensching
1. They both build MSI files but they do so in completely different ways. 2. No, not unless stuff in your package requires it. Hu, Pan wrote: > (Again, this will demonstrate my absolute beginner status :-)) > > > > I want to know what's the difference between WiX and the built-in Visual > Studio

Re: [WiX-users] WiX/MSI and CeAppMgr.exe (WinCe Application Manager)

2009-05-15 Thread Alex Shevchuk
Hi Tom, With Vista/UAC being issue here, the only real solution I know of, is bootstrapper with (preferably, embedded) manifest, which requires admin execution level. Other options, not necessarily optimal or achievable, are: - Use MSIUSEREALADMINDETECTION/Privileged to cancel installation if user

[WiX-users] Is there a way to programatically check a checkbox?

2009-05-15 Thread David Bartmess
I have three checkboxes, each successive checkbox is dependent on the previous one. So if checkbox A is checked, checkboxB is enabled and can be checked. etc., etc., The only problem I'm having now is if you check checkbox A, then check checkboxB when it's enabled, then uncheck checkboxA, check

[WiX-users] Installer package setup program

2009-05-15 Thread Hu, Pan
(Again, this will demonstrate my absolute beginner status :-)) I want to know what's the difference between WiX and the built-in Visual Studio 2008 setup projects that we can create for .NET applications. Specifically, I'd like to know the following: 1. How are they different in creati

[WiX-users] Checking registered dlls

2009-05-15 Thread Jono Juggler
Hello All, I am looking for a way to test if certain libraries with certain versions have been installed. I want to check against registered dlls, and not do this through the file system. But this is the only way I have found to get this to work. In this example I am making sure they have Prior ve

Re: [WiX-users] Use of .wsx file created by Mallow

2009-05-15 Thread Brian Rogers
Hey Rahul, A bit more of an example is needed in order to help you. I would suggest, however, moving to heat.exe. This tool should meet most of your needs. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, May 15, 2009 at 6:29 AM, wrote: > Hi

Re: [WiX-users] How to set control disabled/enabled on checkbox action?

2009-05-15 Thread David Bartmess
I've managed to make it enable/disable other checkboxes on checking a checkbox, for instance, checkboxA is checked, and checkboxB is then enabled. It works without refreshing anything so far... But I can't seem to find a way to uncheck a checkbox programmatically... -Original Message-

[WiX-users] Use of .wsx file created by Mallow

2009-05-15 Thread Rahul.Ekbote
Hi, I used Mallow.exe tool to copy the files from the source directory. The .wsx file generated by mallow contains the code under tag. .. ... I added this fragment tag in my code however it is not copying the files mentioned in fragment tag when I run my .msi file. Please let me

Re: [WiX-users] Certificates and IIS

2009-05-15 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
Below is helpful. But have little understanding over here. Scenario 1: If the cert is already installed, I just need that Cert to be mapped to IIS WebSite. What all the steps I need to take? Scenario 2: If the user provides the location of the cert during runtime, can I just run the below way

Re: [WiX-users] Installing fonts

2009-05-15 Thread Kim Gybels
Rob Mensching wrote: > What version of the WiX toolset are you using? That shouldn't happen. > I just updated to 3.0 RC2 and I still get the same error. Version is reported as: Microsoft (R) Windows Installer Xml Compiler version 3.0.5217.0 Warning is reported as: light.exe(0,0): warning LGHT1076

[WiX-users] Edit Control, trap textchanged possible?

2009-05-15 Thread Phil Sayers
Hello everyone, I have a custom dialog with 3 Controls of type "Edit". Each one linked to a property.. MYURL, MYUSERNAME, MYPASSWORD All 3 properties are defined as secure. Edit boxes defined as : I have the "Next" button defined as follows: So when

Re: [WiX-users] Edit Control, trap textchanged possible?

2009-05-15 Thread Phil Sayers
Correction to the Control's code snippet. copy/paste/cleanse failure. From: Phil Sayers [mailto:p...@cds-am.net] Sent: Friday, May 15, 2009 8:29 AM To: 'wix-users@lists.sourceforge.net' Subject: Edit Control, trap textchanged possible? Hello everyone, I have a custom dialog

Re: [WiX-users] feature component state source /local

2009-05-15 Thread sam desilva
why not state is local despite while running msi from command line i mention ADDSOURCE=Feature_two now it shows.feature is NULL, if i am installing msi from cd and i want application should install to machine but run only when cd is inserted how can i do this. give example help... please bob any cl

Re: [WiX-users] Absolute beginner need help!

2009-05-15 Thread sam desilva
hi. since you have not mentioned exact nature of problem ... probably you need to add reference to your project... right click on references on solution tab->add-->\Program Files\Windows Installer XML v3\bin\ and add. the missing file... On Thu, May 14, 2009 at 8:33 PM, Neil Sleightholm wrote: >

Re: [WiX-users] Absolute beginner need help!

2009-05-15 Thread sam desilva
hi. since you have not mentioned exact nature of problem ... probably you need to add reference to your project... right click on references on solution tab->add-->\Program Files\Windows Installer XML v3\bin\ and add. the missing file... On Thu, May 14, 2009 at 8:33 PM, Neil Sleightholm wrote: >

Re: [WiX-users] WiX/MSI and CeAppMgr.exe (WinCe Application Manager)

2009-05-15 Thread Tom Kazimiers
Alex, thanks for your hint. Indeed, now it works on Windows XP as I wanted it, but unfortunately not anymore on Vista. I need elevated privileges to run CeAppMgr.exe but it seems that I cannot get them on Vista unless I set Impersonate="no" and deferred execution. Is there any workaround to this?

Re: [WiX-users] Where can I find a list of events for subscribe action?

2009-05-15 Thread Thomas Terhaar
This might be a good starting point : http://msdn.microsoft.com/en-us/library/aa368043(VS.85).aspx Regards, Thomas Mit freundlichen Grüßen / Best Regards Thomas Terhaar | Senior .NET Developer VoicInt Telecommunications GmbH | NL Dortmund | Lindemannstr. 78 | 44137 Dortmund | Germany | Geschäf