Re: [WiX-users] Question reagrding Wix Conditions

2010-03-11 Thread Pally Sandher
Not using the standard Windows Installer UI. ScrollableText controls don't have that sort of functionality. You'd need to write your own UI replacement to achieve that. Palbinder Sandher Software Deployment IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501

[WiX-users] Wix 2.0 to Wix 3.0

2010-03-11 Thread Anurag Pahwa
Hi Guys, Our product installer currently is WIX 2.0 and we are thinking of moving to Wix 3.0. Is it possible to do that in a patch or we have to do in a minor upgrade as there must be huge changes between wix 2.0 and wix 3.0. Thanks Anurag

[WiX-users] Using superscript text in a dialog?

2010-03-11 Thread Tabmow
Hi all, I searched around and didn't find this anywhere, so here goes: I have a dialog panel where i want to put COMPANY NAMEtm with the tm portion as a superscript, ie. raised 1/2 way above COMPANY NAME.Is this possible? I see discussion on how to use CodePage and create special

[WiX-users] install service

2010-03-11 Thread Shabbir Ahsan
Hi, I am attempting to install a windows service with wix but keep getting the following error: Service 'MyService' (MyService) could not be installed. Verify that you have sufficient privileges to install system services. I have attempted as normal user, full admin user, but still

Re: [WiX-users] install service

2010-03-11 Thread Rob Hamflett
If you don't specify a user it gets installed as the SYSTEM user, and in this case it should work. If you need to specify a different user then things get diffcult. I looked at this a few years ago on XP (at the time Vista wasn't out yet, so who knows what happens there) and if I remember

Re: [WiX-users] Patching a single component

2010-03-11 Thread Andy Glass
I figured it out. Deep down in the comments on one of Peter Marcu's Blog posts about patching: The PatchFamily filters on components and the fragments they are contained within. E.g. if you reference a component that [is] contained within a fragment with 10 other components. The patch will

Re: [WiX-users] Wix 2.0 to Wix 3.0

2010-03-11 Thread Jeremy Farrell
Your question doesn't make sense. WiX 2.0 and WiX 3.0 are releases of the WiX toolset which you use to build MSIs (product installers) - WiX is not a product installer. To move from one to the other you just upgrade the WiX toolset on your build machine, following the instructions with the new

Re: [WiX-users] Wix 2.0 to Wix 3.0

2010-03-11 Thread Anurag Pahwa
We've already upgraded the installer sources and built the MSI (using WIX 3.0) and wanted to know if we can release a patch (MSP) that targets the MSI (built using WIX 2.0). I know we can decide whether to ship it as a patch or minor upgrade or a major upgrade but to decide we wanted to know

[WiX-users] SqlExtension bug with existing databases

2010-03-11 Thread Bazarewsky, Michael C.
All, http://www.wixwiki.com/index.php?title=SqlExtension states: There is a serious bug with how the SqlExtension handles the SqlDatabase Element when creating a database. If a database with the same name already exists it will always be dropped. At this time it is not recommended to use the

[WiX-users] InstallExecuteSequence and properties from UI

2010-03-11 Thread Орёл Александр
Hi! First, sorry for my bad english (may be..). I have custom dialog with checkboxes, binded to properties and some actions attached to controls in this dialog. This works well. But then I need to use values of this properties in custom action, executed in InstallExecuteSequence and.. this

Re: [WiX-users] install service

2010-03-11 Thread Nick Ramirez
Have you tried using the fully qualified name for the NetworkService user? Such as NT AUTHORITY\NetworkService? -- View this message in context: http://n2.nabble.com/install-service-tp4716985p4718779.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Is it possible to let WiX use User Specified value during install?

2010-03-11 Thread Karen Lin
I have the following in my .wxs file now, DirectoryRef Id=DesktopFolder Component Id=mVPClientDesktopShortcut Guid=147FC92C-AC01-4CD1-A2AB-A0B889A2E12E CreateFolder/ RegistryValue Root=HKCU Key=Software\Solarsoft\mVP\Client Name=DesktopShortcut

Re: [WiX-users] InstallExecuteSequence and properties from UI

2010-03-11 Thread Nick Ramirez
Are your properties public, meaning are their Ids uppercase? If they're not, they won't pass from the UI to the Execute phase. example: Control Id=myCheckbox Type=CheckBox CheckBoxValue=my value X=50 Y=50 Height=10 Width=150 Text=Check the box please.

Re: [WiX-users] Combobox Display Question/Problem

2010-03-11 Thread Nick Ramirez
Add the ComboList=yes attribute to the control. Also, you may want to add Sorted=yes. Hope that helps. -- View this message in context: http://n2.nabble.com/Combobox-Display-Question-Problem-tp4677659p4719093.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] InstallExecuteSequence and properties from UI

2010-03-11 Thread Орёл Александр
Oh, thanks! I was not know about uppercase=public rule for msi properties. I have changed properties' names, used in custom action to uppercase and it works right. -- Download Intel#174; Parallel Studio Eval Try the new

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-11 Thread Paul Baker
just put 32-bit components in the 32-bit file system. Fortunately in this case that is an option. Are there any recommendations on exactly where these components should go? We give the user a choice of install location for our 64-bit components, which defaults to Program Files\Product Name.

Re: [WiX-users] Ensuring an MSI can only be installed per-machine

2010-03-11 Thread Paul Baker
ALLUSERS=2 is a valid setting. Yes, ALLUSERS=2 is valid in general, but I'm interested to know why my installer was perfectly happy with it - even when the source file contained: Condition Message=...ALLUSERS=1/Condition As Thorsten said on his reply, don't worry too much about locking that

Re: [WiX-users] How to create a big MSI like Microsoft Office

2010-03-11 Thread puyo puy
Thanks Bob but all individual team have to prepare their installer(s), I just need to consolidates all the installers and create a big MSI.  Originally we want to create a big MSI and calling different MSI but window installer not allow us to do it.  That is why I’m thinking of using merge

Re: [WiX-users] Using superscript text in a dialog?

2010-03-11 Thread Bob Arnson
On 3/11/2010 9:39 AM, Tabmow wrote: I searched around and didn't find this anywhere, so here goes: I have a dialog panel where i want to putCOMPANY NAMEtm with the tm portion as a superscript, ie. raised 1/2 way aboveCOMPANY NAME.Is this possible? I see discussion on how to use

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-11 Thread Bob Arnson
On 3/11/2010 6:02 PM, Paul Baker wrote: We give the user a choice of install location for our 64-bit components, which defaults to Program Files\Product Name. Should we create a parallel Program Files (x86)\Product Name folder for the 32-bit components? If so, what should happen if the user

Re: [WiX-users] How to create a big MSI like Microsoft Office

2010-03-11 Thread Bob Arnson
On 3/11/2010 7:04 PM, puyo puy wrote: Thanks Bob but all individual team have to prepare their installer(s), I just need to consolidates all the installers and create a big MSI. That's also possible with fragments and ComponentGroupRef. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Wix 2.0 to Wix 3.0

2010-03-11 Thread Bob Arnson
On 3/11/2010 3:10 PM, Anurag Pahwa wrote: We've already upgraded the installer sources and built the MSI (using WIX 3.0) and wanted to know if we can release a patch (MSP) that targets the MSI (built using WIX 2.0). I know we can decide whether to ship it as a patch or minor upgrade or a

Re: [WiX-users] Using superscript text in a dialog?

2010-03-11 Thread Tabmow
Bob Arnson-6 wrote: They're characters. Use Character Map to copy the character into your .wxs/.wxl file. -- sig://boB http://joyofsetup.com/ Hi Bob, Sorry - i don't mean to be obtuse, but i searched around for 'character map' and 'wix' and nothing jumps out at me.Is

[WiX-users] How to execute a custom action that depends on an assembly being installed to the GAC

2010-03-11 Thread Jacques Eloff
Hi I have an installer that GACs a number of assemblies. Once this is done, I need to run a C# custom action (currently, this is an EXE). The problem is that this CA depends on one of the assemblies that was installed to the GAC earlier. The custom action modifies a file on disk. I know having

[WiX-users] How to detect whether a service is running or not

2010-03-11 Thread Sanjay Rao
Hi, I have written a msi installer, which installs three services. It work fine, but it does not stops/removes these services when I uninstall this installer from windows server 2008. Is anybody have any idea ? Is there any way using WIX, to know that a particular service is running or not.

Re: [WiX-users] How to detect whether a service is running or not

2010-03-11 Thread puyo puy
ServiceControl Id='MyServiceControl' Name='MyServiceExeName' Start='install' Stop='both' Remove='uninstall' / mean: start the service on install, remove the service when the product is uninstalled, and stop the service both on install and uninstall. Refer to ServiceControl Element in Wix help

Re: [WiX-users] How to detect whether a service is running or not

2010-03-11 Thread Sanjay Rao
This is not working on Windows server 2008, while un-installtion. On 11-03-2010 22:42, puyo puy wrote: ServiceControl Id='MyServiceControl' Name='MyServiceExeName' Start='install' Stop='both' Remove='uninstall' / mean: start the service on install, remove the service when the product is

[WiX-users] WIX Error during transformation

2010-03-11 Thread Anu Dev
Hi   One of my friend (in cc) is having an issue while transforming the XSLT to a WXS file.   XSLT transformation   ?xml version=1.0 encoding=utf-8? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;     xmlns:msxsl=urn:schemas-microsoft-com:xslt