Re: [WiX-users] Desktop Shortcut to a Folder

2010-04-21 Thread Sascha Beaumont
No idea then sorry, suggest looking at the log files and seeing if you can debug the issue. Additionally see if you can manually create a shortcut with the settings suggested and see if that works On Thu, Apr 22, 2010 at 1:17 PM, Sach wrote: > > Still no luck Sascha. > :( > > I replaced the earl

Re: [WiX-users] Desktop Shortcut to a Folder

2010-04-21 Thread Sach
Still no luck Sascha. :( I replaced the earlier Target element with this as you instructed. Target=""[WindowsFolder]Explorer.exe""[CommonAppDataFolder]\MT\STR"" However, now it doesn't create anything at all on the desktop. -- View this message in context: http://windows-installer-xml-wix-too

Re: [WiX-users] Desktop Shortcut to a Folder

2010-04-21 Thread Sascha Beaumont
If Target="[CommonAppDataFolder]\MT\STR" fails, then try Target=""[WindowsFolder]Explorer.exe" "[CommonAppDataFolder]\MT\STR"" On Tue, Apr 20, 2010 at 4:27 PM, Sach wrote: > [CommonAppDataFolder]\MT\STR -- _

Re: [WiX-users] Text Field Validation in Wix Custom Dialog

2010-04-21 Thread Vishwajit Walke
Thanks Sascha. -Original Message- From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] Sent: Wednesday, April 21, 2010 8:24 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Text Field Validation in Wix Custom Dialog You want to use a MaskedEdit con

Re: [WiX-users] Desktop Shortcut to a Folder

2010-04-21 Thread Sascha Beaumont
Well a folder isn't an application, when you "open" a folder it's being shown using Explorer.exe - try as a parameter to that On Thu, Apr 22, 2010 at 12:26 PM, Sach wrote: > > I changed the code as follows: > > >       >       >       Guid="{8436995c-2e76-4030-b92d-c6b4bc243c43}"> >            

Re: [WiX-users] Desktop Shortcut to a Folder

2010-04-21 Thread Sach
I changed the code as follows: Now it places a shortcut on desktop, however there is a problem. It actually creates a Shortcut to "BSStrage" thinking that it is an application. However, "BSStrage" is actually a folder and I need to create a short

Re: [WiX-users] Text Field Validation in Wix Custom Dialog

2010-04-21 Thread Sascha Beaumont
You want to use a MaskedEdit control instead. wix.sourceforge.net/manual-wix3/wix_xsd_control.htm http://msdn.microsoft.com/en-us/library/aa369797(VS.85).aspx Sascha On Wed, Apr 21, 2010 at 6:29 AM, Vishwajit Walke wrote: > Hi, > > I've a text box in my custom dialog and I just need  a small v

Re: [WiX-users] Checking for Self install

2010-04-21 Thread Sascha Beaumont
Launch conditions display when the evaluation is FALSE, i.e. the logic *fails* To prevent installing my 32-bit package on a 64-bit OS, I use something like this: This means if "VersionNT64" evaluates to true (i.e. it's a 64-bit system), I flip that to 'false'. If the applicat

Re: [WiX-users] Dependency Conditionals?

2010-04-21 Thread Asiri Wanigarathne
hi try reading the JDK 32 bit and JDK 64 bit registry entries to 2 properties such as JDK32 and JDK64 and then use a condition combining those two properties to evaluate either of those present in the registry. Eg: Regards, Asiri Wanigarathne http:/

Re: [WiX-users] Execute a script

2010-04-21 Thread Asiri Wanigarathne
Hi What is the WiX build you are using to build the MSI ? I got a WiX project with one database creation and multiple XML file modifications and that works fine. But I had issues creating the database in MSI built with WiX 3.5 Build 1602. Regards, Asiri Wanigarathne http://www.asiri.name On 2

[WiX-users] Light performance with cabinets and merge modules

2010-04-21 Thread Nick K
Hello, Last time I tried this, I noticed that WiX un-packs all the merge modules and then re-packs them into the destination .cab. So I'm curious, for the sakes of improving performance... If I create merge modules, and then place each merge module into its own .cab (for the final .msi), w

[WiX-users] Installing driver with Wix3.0.5419.0

2010-04-21 Thread Vaughn Williams
> Hi there, > I really hope someone can help point me in the right direction, my wix > problem is related to the following code section: > > > KeyPath='yes' /> > ... > > > > The problem is that the difxapp:Driver namespace is not being recognised as > valid and hence the build

[WiX-users] Installer crash on scanning large network drive

2010-04-21 Thread En-jay EAH. Hsu
Hi, I'm having issues with the WiX3 installer crashing when I have a large mapped network drive (2.5 TB). I think the problem may be that the installer is checking the drive for size and free space, which appears to be taking a very large time? Has anyone else experienced anything similar? A

Re: [WiX-users] Binding ListItems to Combo Box From Custom Action DLL

2010-04-21 Thread Jess Sheneberger
Had to do something similar recently. This was helpful: http://stackoverflow.com/questions/1657788/wix-dot-net-managed-custom-action-dynamically-fill-combo-box-with-sql-server-in Jess Sheneberger Senior Software Engineer - Neudesic P: +1 (303) 248-8326 | M: +1 (206) 790-0013 jess.sheneber...@neu

[WiX-users] Binding ListItems to Combo Box From Custom Action DLL

2010-04-21 Thread Vishwajit Walke
Hi, I'm using a combo box control in my custom dialog. I need to fill out the List Items in this combo box with the result coming from my Custom Action. My Custom Action is written in C# and it returns me the names of all IIS hosted web sites. Any thoughts ? Thanks. Vishwajit

Re: [WiX-users] A couple of Wix 2.0 questions

2010-04-21 Thread Mark Modrall
Another thing I just noticed... In Wix 2.0, doesn't seem to work on env variables... I have things like When I ran the Wix project when $(env.TheBuildFolder) was defined, it still went to the else... Is there a way to really test for env variable definitions? Thanks Mark -Original

Re: [WiX-users] A couple of Wix 2.0 questions

2010-04-21 Thread Alexander Shevchuk (Volt)
Hi Mark, MSI packages support three top level actions. Which one of them will be run depends on the switch we pass to the msiexec utility (I will omit for now MSI API calls) and that also will determine which sequence tables will be used during install. So, when /i switch is passed, MSI will e

Re: [WiX-users] Meaning of EndDialog With Retry Value?

2010-04-21 Thread Nick Ramirez
Okay. Maybe the code 1604 isn't so weird. I found another site that said it means: "1604 - Installation suspended, incomplete. - ERROR_INSTALL_SUSPEND" So, then it worked, right? So, then how to I resume it from its suspended state? If that's what has happened? -- View this message in context:

[WiX-users] Meaning of EndDialog With Retry Value?

2010-04-21 Thread Nick Ramirez
Hello, I'm trying to figure out what the EndDialog event does when given a Value of "Retry". According to the Windows Installer documentation, it does: "The wizard sequence is closed and the control returns to the installer with the Suspend value." I have the following control: 1 Clicki

[WiX-users] wix 3.5 and vsts 2010 - Problems with project dependencies

2010-04-21 Thread Stephen Reindl
Hi all, we are currently evaluating visual studio 2010. Everything but wix 3.5 is working fine. Wix 3.5 has problems determining the correct way to build dependant projects. After some research we've found a solution which helps but we are not sure if this is the right way to fix this issue.

[WiX-users] Dependency Conditionals?

2010-04-21 Thread jeff00seattle
Hi Is there a way to define external product dependency conditionals within WiX authoring, and if this conditional is not meet then do not install? I am creating a WiX for a product that has a dependency to an another product, or it will not run. The dependency product is JDK 32-bit build. When

Re: [WiX-users] A couple of Wix 2.0 questions

2010-04-21 Thread Mark Modrall
I noticed that it's legal to have and as a child of any of the sequences... Can you put InstallFiles and InstallFinalize in one sequence (say the AdminExecuteSequence) and run InstallUtil from another? And which order do the Sequences get run in? Thanks Mark -Original Message- Fro

Re: [WiX-users] Wix 3.5 fails installing IIS7 website

2010-04-21 Thread Matt Johnson
I had similar issues. Some of which I was able to resolve by making sure that the reference to the web site had an IP specified - even if it's the wildcard: Without the IP="*" - IIS 7 and IIS 5.1 gave me all kinds of strange issues. Funny that IIS 6 didn't mind it missing. -Matt -

Re: [WiX-users] Desktop Shortcut to a Folder

2010-04-21 Thread Rob Mensching
This might help: http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shortcut-and-pass-all-the On Wed, Apr 21, 2010 at 1:53 AM, Sach wrote: > > Can someone please help me with this issue? I'm finding it difficult to get > accustomed to this Wix code. > -- > View this message

Re: [WiX-users] Execute a script

2010-04-21 Thread Will Sullivan
XmlFile breaks SqlDatabase. See http://stackoverflow.com/questions/2602950/wix-xmlfile-is-keeping-sqldatabase-from-creating-databases and https://sourceforge.net/tracker/?func=detail&aid=2986062&group_id=105970&atid=642714 -Original Message- From: Carolina Zuqueto Amaral [mailto:ca

[WiX-users] Change Existing Service User Account

2010-04-21 Thread StevenJLynch
Hi, I need to check if a service exists during installallation, stop it and change the user account/password it is running under and then restart. I know I can do the stopping and starting with ServiceControl and I can set a user/password with ServiceInstall but how do I do it without installing th

[WiX-users] (no subject)

2010-04-21 Thread StevenJLynch
- Lloyds TSB Bank plc. Registered Office: 25 Gresham Street, London EC2V 7HN. Registered in England and Wales, number 2065. Telephone: 020 7626 1500. Bank of Scotland plc. Registered Office:

[WiX-users] Getting an error while creating scheduled task

2010-04-21 Thread Vinay.Pradhan
Hi, I am trying to create a scheduled task and I get an error if the scheduled task name has a white space in it, like I tried with single quotes and double quotes, but doesn't work. Any suggestions ? Also, does anybody know how to set other properties of the scheduled task like: *

Re: [WiX-users] Desktop Shortcut to a Folder

2010-04-21 Thread Sach
Can someone please help me with this issue? I'm finding it difficult to get accustomed to this Wix code. -- View this message in context: http://n2.nabble.com/Desktop-Shortcut-to-a-Folder-tp4906239p4935793.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Wix 3.5 fails installing IIS7 website

2010-04-21 Thread Igor Paniushkin
Yes, that issue is fixed, but there is another issue with creating AppPools, so if you don't use AppPools you can use Wix 3.5 to create websites on IIS7. -Original Message- From: C P [mailto:chilavegp...@mail.ru] Sent: Wednesday, April 21, 2010 10:29 AM To: 'General discussion for Windows

Re: [WiX-users] Wix 3.5 fails installing IIS7 website

2010-04-21 Thread C P
Sorry it's not clear - is this issue fixed in the latest Wix 3.5? -Original Message- From: Igor Paniushkin [mailto:ipaniush...@sdl.com] Sent: Monday, March 01, 2010 5:08 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix 3.5 fails installing IIS7 web

[WiX-users] Can WiX do this for me?

2010-04-21 Thread Ansis Māliņš
Before I spend a substantial amount of time learning WiX, I must know if it can solve my problem. This is what I want: http://i40.tinypic.com/svjw2s.png 1. If an (older) installation exists already, the wizard calls up some custom logic which extracts the existing configuration. The wizard then d

[WiX-users] [SPAM] unsubscribe

2010-04-21 Thread Matt Lynch
-- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users