Re: [WiX-users] hi

2008-10-16 Thread Chad Miles
You can do a property/regsearch for IIS v5/6/7: Key="SYSTEM\CurrentControlSet\Services\W3SVC\Parameters" Name="MajorVersion" Root="HKLM" Same for MySQL: Key="SOFTWARE\MySQL" Name="MajorVersion" Root="HKLM" Same for .NET 20 Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v2.0.50727"

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-22 Thread Bob Arnson
Krishna Sapkota (Solutions IQ) wrote: > This is what I was trying but it didn't work. It creates the physical folder > named "[BLA]" in the InstalledDIR and creates the file-share on it. It does > not create the D:\Share1 folder but creates a folder named "[BLA]". > You need to use a custom a

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Krishna Sapkota (Solutions IQ)
: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HI WIX 3.0 FileShare question I'm not sure if this works, but give it a try: You can create a new Directory element: .../> and call the msi (using msiexec) with the parameter BLA=D:\Share1 The location of the new Directo

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Sebastian Brand
> Technical Services & Engineering | [EMAIL PROTECTED] | > 425.703.7327 > Tell me how TS&E can improve here > > -Original Message- > From: Sebastian Brand [mailto:[EMAIL PROTECTED] > Sent: Friday, October 19, 2007 12:33 AM > To: Krishna Sapkota (Solutions

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Krishna Sapkota (Solutions IQ)
ix-users@lists.sourceforge.net Subject: Re: [WiX-users] HI WIX 3.0 FileShare question What does your wix file look like? FileShare uses the component's directory. If you want to use different drives for the fileshares your structure must be correct. How do you get those E:\.. and D:\.. folders on the

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Sebastian Brand
What does your wix file look like? FileShare uses the component's directory. If you want to use different drives for the fileshares your structure must be correct. How do you get those E:\.. and D:\.. folders on the target system? Best regards, Sebastian Brand Instyler Software - http://

Re: [WiX-users] Hi Rob and all

2007-08-08 Thread Venkatesh Malepati
: RE: [WiX-users] Hi Rob and all If you validate your msi you might find issues quicker. Add this: Change the Target attribute of your shortcut to read Target="[net]" _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Venkatesh Mal

Re: [WiX-users] Hi Rob and all

2007-08-08 Thread Schrieken, Rene
If you validate your msi you might find issues quicker. Add this: Change the Target attribute of your shortcut to read Target="[net]" From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Venkatesh Malepati Sent: Wednesday, August 08,

Re: [WiX-users] hi

2006-11-24 Thread Germain Swisher
Hi indignan8.gif Description: GIF image - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys