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"
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
: 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
> 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
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
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
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
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,
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
9 matches
Mail list logo