[WiX-users] Writing INSTALLLOCATION to registry fails!

2010-05-02 Thread Kristoffer Danielsson
I'm trying to write the installation path to the registry, but it keeps writing INSTALLLOCATION instead of its value. What am I doing wrong? Please help! RegistryKey Root=HKCU Key=Software\[Manufacturer]\[ProductName] Action=createAndRemoveOnUninstall RegistryValue Name=InstallPath

[WiX-users] Using WiX 3.5 to generate an executable

2010-05-02 Thread Dror Helper
Hello, I've noticed that new WiX project in visual studio has an option to output an exe instead of msi. I''ve tried using it but the resulting executable seems to be x86 only. How can I create an output that will run on both x64 x86

Re: [WiX-users] Writing INSTALLLOCATION to registry fails!

2010-05-02 Thread Kristoffer Danielsson
I had forgot to add the brackets in one of my wxs-files. Now it works! From: kristoffer.daniels...@live.se To: wix-users@lists.sourceforge.net Date: Sun, 2 May 2010 15:50:29 +0200 Subject: [WiX-users] Writing INSTALLLOCATION to registry fails! I'm trying to write the installation

Re: [WiX-users] Using WiX 3.5 to generate an executable

2010-05-02 Thread Rob Mensching
Burn is not 64-bit today. Also, FYI, that functionality will be moving to WiX v3.6: http://robmensching.com/blog/posts/2010/4/28/Change-of-plans-for-WiX-v3.5 http://robmensching.com/blog/posts/2010/4/28/Change-of-plans-for-WiX-v3.5 On Sun, May 2, 2010 at 7:15 AM, Dror Helper

[WiX-users] Alice LAMPE

2010-05-02 Thread sujanakar reddy
http://www.meilleurs-casinos-de-monde.com/home.php _ South Cinema This Decade http://entertainment.in.msn.com/southcinemathisdecade/

[WiX-users] Avoid showing removable drive in the BrowseDlg

2010-05-02 Thread Andy.Kruger
Is there a way i can prevent the user from selecting a removable drive for installation?? say : USB drive?? - Andy MSI Developer Schneider Electric -- View this message in context:

Re: [WiX-users] Avoid install on removable drives

2010-05-02 Thread Andy.Kruger
Ok this one's cool. But I want to use an immediate CA in the UI sequence which can prevent the user from selecting the removable drive itself. I suppose this VC++ CA needs to be elevated and we should pass the appDrive value to a deferred CA?? - Andy MSI Developer Schneider Electric --

[WiX-users] Createing a ProgId that references VS2010

2010-05-02 Thread Jim Deville
I'm making a installer for a VS 2010 addin, and I'd like to have it register files with the OS to open with Visual Studio. Is there a way to do this with ProgID? Currently I have the following: Component Id=C.ProjFile Guid=F269E7D4-9149-4157-98B8-6011FDBB6A9B ProgId

Re: [WiX-users] Createing a ProgId that references VS2010

2010-05-02 Thread Rob Mensching
Verb/@TargetFile must reference a File/@Id in one of your .wxs files somewhere. On Sun, May 2, 2010 at 1:59 PM, Jim Deville jdevi...@microsoft.com wrote: I'm making a installer for a VS 2010 addin, and I'd like to have it register files with the OS to open with Visual Studio. Is there a way to

Re: [WiX-users] Createing a ProgId that references VS2010

2010-05-02 Thread Jim Deville
So is there any way to do this outside of writing the reg key myself? Sent from my HTC -Original Message- From: Rob Mensching r...@robmensching.com Sent: Sunday, May 02, 2010 2:25 PM To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Subject: Re:

[WiX-users] Update progress bar from deferred custom action

2010-05-02 Thread Dariel Marlow
I've followed the example on MSDN (http://msdn.microsoft.com/en-us/library/aa367525(VS.85).aspx) about adding custom actions to the progress bar, however, only the action text updates. The progress bar does not move. Does anyone have an example of how to update the progress bar from within a

Re: [WiX-users] Createing a ProgId that references VS2010

2010-05-02 Thread Rob Mensching
Yes, sorry, should have mentioned that in the beginning. You want Verb/@TargetProperty (and then you don't need the square brackets yourself). On Sun, May 2, 2010 at 5:07 PM, Jim Deville jdevi...@microsoft.com wrote: So is there any way to do this outside of writing the reg key myself? Sent

Re: [WiX-users] Update progress bar from deferred custom action

2010-05-02 Thread Rob Mensching
The WiX toolset uses WcaProgressMessage() to do this. There are a number of examples in the WiX custom action code using it. On Sun, May 2, 2010 at 7:03 PM, Dariel Marlow dmar...@microsoft.com wrote: I've followed the example on MSDN (

Re: [WiX-users] Property/@Secure - when to use?

2010-05-02 Thread Nick Ramirez
Okay. It took quite a while to get some results, but I've finally managed to get the properties to not pass from the UI sequence to the Execute sequence. The key factor seems to be whether or not you're prompted to elevate your privileges during the install. On Vista, you're almost always

Re: [WiX-users] Createing a ProgId that references VS2010

2010-05-02 Thread Jim Deville
That worked. Any recommendations on a KeyPath for this component though? I would expect to be able to set the ProgId or something in there to the KeyPath, but that isn't valid. I'm planning on adding a dummy registry key if nothing else works. JD -Original Message- From: Rob Mensching

[WiX-users] How To Skip Custom Dilalog On Repair ?

2010-05-02 Thread Vishwajit Walke
Hi, I've custom dialog in my wix3.0 project. My requirement is to skip the occurrence of this Custom Dialog on Repair. It should be visible only at Fresh Installation. Publish Dialog=LicenseDlg Control=Next Event=NewDialog Value=SharePointPortDlg [Condition to check Fresh Installation only and

Re: [WiX-users] shortcut element

2010-05-02 Thread vinod kulkarni
Hello, Try the following Url http://blogs.technet.com/alexshev/archive/2008/02/20/from-msi-to-wix-part-10-shortcuts.aspx --Vinod K On Sat, May 1, 2010 at 8:03 PM, subramanyeswari sravi...@yahoo.com wrote: Hi, Can anyone give me good link for shortcut menu as i have to add a shortcut for a