[WiX-users] Upgrade versions and letters

2007-11-05 Thread Nitin
Hi,

 

I want to know how WIX 3.0 will handle version numbers like 1.0a or 1.a.

 

While comparing for an upgrade following should be true

 

1.0  1.a 

1.0  1.0a 

1.1  1.a

1.b  1.a

1.0b  1.0a

 

Is it possible? Does WIX have support for letters in versions

 

- Nitin

 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shorcuts between components

2007-11-05 Thread John Hall
 

Is it possible to create a shortcut in one component, that will
reference to an executable which is located in another component? We
have an executable used by all our applications, but is running with
different command line arguments for each component. So I want the
executable to be placed in a single components and to create the
shortcuts from all the other components. How can I achieve that?

 Dror,

 

You can set the shortcut target to be any file that is installed using
its ID with a '#' prefix, e.g.

Component Id=MyShortcut Guid=... 
Shortcut Id=MyApp.Shortcut Name=My Application
Target=[#myapp.exe] Directory=DesktopFolder Show=normal /
/Component

However, you might get warnings if the two components are not part of
the same feature.

 

Regards,

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Upgrading

2007-11-05 Thread Craig0ss

Hi guys

Ive read alot of other posts regarding upgrading but ive yet to find any
information relavent to my situation, so if anyone knows of any threads and
have the links to them then please post. Here is what i want to do

I need my MSI to check for an existing install of the software ie. 5.2.1,
now it does this fine, however i also need it to check for the existing
directory and then pass that information to a variable that the installer
then sets the installer to install to. Basically i need the upgrade to
install to the directory that the previous installation resides in?

Any ideas

Thanks

Craig0ss
-- 
View this message in context: 
http://www.nabble.com/Upgrading-tf4751110.html#a13585390
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disk Usage dialog values

2007-11-05 Thread Brian Simoneau
There are multiple features, and some of them are hidden, but there is
only one top-level feature, which is the one that shows 68 MB in the
selection tree.  Also, when I perform an admin install, I only get 68 MB
of files installed.  Maybe Windows Installer is accounting for the
temporary space required to handle rollback?
 
-Brian Simoneau




From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 04, 2007 2:52 PM
To: Brian Simoneau
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Disk Usage dialog values


Brian Simoneau wrote: 

Where does the disk usage dialog get the values to put
into the table?  The selection tree in the custom setup dialog indicates
that the install requires 68 MB, but in the disk usage dialog it says
that 159 MB are required on the drive.  I would expect these values to
be the same.


The feature tree shows disk cost at a feature level but the
volume cost list shows it on a setup level per drive. If there's a
single feature, I'd expect them to be the same; otherwise, things like
hidden features or multiple top-level features would show different
values.

-- 
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disk Usage dialog values

2007-11-05 Thread János Brezniczky
Probably. Perhaps the cost is the result of the things mentioned at
http://en.wikipedia.org/wiki/Windows_installer, in the Disadvantages/Large
footprint section at the bottom of the article.


2007/11/5, Brian Simoneau [EMAIL PROTECTED]:

  There are multiple features, and some of them are hidden, but there is
 only one top-level feature, which is the one that shows 68 MB in the
 selection tree.  Also, when I perform an admin install, I only get 68 MB of
 files installed.  Maybe Windows Installer is accounting for the temporary
 space required to handle rollback?

 -Brian Simoneau

  --
 *From:* Bob Arnson [mailto:[EMAIL PROTECTED]
 *Sent:* Sunday, November 04, 2007 2:52 PM
 *To:* Brian Simoneau
 *Cc:* wix-users@lists.sourceforge.net
 *Subject:* Re: [WiX-users] Disk Usage dialog values


  Brian Simoneau wrote:

 Where does the disk usage dialog get the values to put into the table?
 The selection tree in the custom setup dialog indicates that the install
 requires 68 MB, but in the disk usage dialog it says that 159 MB are
 required on the drive.  I would expect these values to be the same.


 The feature tree shows disk cost at a feature level but the volume cost
 list shows it on a setup level per drive. If there's a single feature, I'd
 expect them to be the same; otherwise, things like hidden features or
 multiple top-level features would show different values.

 --
 sig://boBhttp://joyofsetup.com/


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Questions about WIX.

2007-11-05 Thread hina1703

I have following questions about WIX:

1) To create an installer using WIX, does a person need to know XML?
2) What is a tool called tallow?
3) Does a person need to know Windows Installer fundamentals/ concepts very
well? To use InstallShield, it is not required.
4) Does one need to use  bootstrapper/ chainer to install dependency
software, e.g. adobe reader, or dotnet during product installation? Is there
any alternate way?
5) Are there any tools/ features missing as compared to InstallShield?

Thanks,
Hina
-- 
View this message in context: 
http://www.nabble.com/Questions-about-WIX.-tf4752056.html#a13588129
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrade versions and letters

2007-11-05 Thread Bob Arnson

Nitin wrote:


I want to know how WIX 3.0 will handle version numbers like 1.0a or 1.a.



WiX doesn't -- that's MSI. And MSI's version numbers don't support 
letters. See Version in the MSI SDK.


--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Re gistry

2007-11-05 Thread Bob Arnson
SaiTeja wrote:
 Can any one tell me how to write custom actions for setting Registry.
   

Don't -- use RegistryKey/RegistryValue to let MSI write the data.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disk Usage dialog values

2007-11-05 Thread Bob Arnson

Brian Simoneau wrote:
There are multiple features, and some of them are hidden, but there is 
only one top-level feature, which is the one that shows 68 MB in the 
selection tree.  Also, when I perform an admin install, I only get 68 
MB of files installed.  Maybe Windows Installer is accounting for the 
temporary space required to handle rollback?


Yes, especially if you're doing an upgrade. Try installing to a 
different drive to see what it shows.


--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrading

2007-11-05 Thread Bob Arnson
Craig0ss wrote:
 I need my MSI to check for an existing install of the software ie. 5.2.1,
 now it does this fine, however i also need it to check for the existing
 directory and then pass that information to a variable that the installer
 then sets the installer to install to. Basically i need the upgrade to
 install to the directory that the previous installation resides in?
   

Write the directory to the registry so the upgraded version can find it 
using RegistrySearch.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disk Usage dialog values

2007-11-05 Thread Brian Simoneau
I tried installing to a different drive.  The other drive shows 68 MB
required, but there is still 91 MB required shown on the C drive.  Is
there a way to redirect what temporary space Windows Installer uses?
 
-Brian Simoneau




From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 05, 2007 10:45 AM
To: Brian Simoneau
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Disk Usage dialog values


Brian Simoneau wrote: 

There are multiple features, and some of them are
hidden, but there is only one top-level feature, which is the one that
shows 68 MB in the selection tree.  Also, when I perform an admin
install, I only get 68 MB of files installed.  Maybe Windows Installer
is accounting for the temporary space required to handle rollback?


Yes, especially if you're doing an upgrade. Try installing to a
different drive to see what it shows.

-- 
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Advertised feature install starting

2007-11-05 Thread John Hall
I've got some machines that after a minor upgrade, unprivileged users
unexpectedly get MSI launching a dialog saying that the feature you are
trying to use is on a network resource that is unavailable.
Administrators do not see the message. The installer was run as
Administrator. I assume it is because some features have been installed
as Advertised rather than Local. In my installer however, I have marked
all my features with AllowAdvertise=no, so 
 
The bootstrapper has since deleted the .msi and .cab files - if I put
them where MSI is looking for them (in Administrator's temp directory)
then everything works from then on.
 
Does anybody have any ideas why this might be happening or how I might
go about tracking it down? I don't even know which feature it is that is
being looked for, since the installer starts while the application is
running, not right at the start.
 
Thanks,
John
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrading

2007-11-05 Thread Jeremy Farrell
 From: Craig0ss
 Sent: Monday, November 05, 2007 12:01 PM
 
 Ive read alot of other posts regarding upgrading but ive yet 
 to find any
 information relavent to my situation, so if anyone knows of 
 any threads and
 have the links to them then please post. Here is what i want to do
 
 I need my MSI to check for an existing install of the 
 software ie. 5.2.1,
 now it does this fine, however i also need it to check for 
 the existing
 directory and then pass that information to a variable that 
 the installer
 then sets the installer to install to. Basically i need the upgrade to
 install to the directory that the previous installation resides in?
 
 Any ideas

Discussed here just the other day. See 
http://sourceforge.net/mailarchive/message.php?msg_name=OFF5E86288.1900F763-ON88257387.004CFDBD-88257387.004D795F%40milliman.com
 for a few ways to do this.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Side-bySide Error

2007-11-05 Thread Jaguar 36
Hi guys,
 
I have a msi that makes use of c++ custom action calls.
Running that on a XP machine that has .net framework installed
I get this error
 
Event Type: ErrorEvent Source: SideBySideEvent Category: NoneEvent ID: 59Date:  
11/2/2007Time:  10:22:50 PMUser:  N/AComputer: VMXPSP2CLEANDescription:Resolve 
Partial Assembly failed for Microsoft.VC80.CRT. Reference error message: The 
referenced assembly is not installed on your system..
For more information, see Help and Support Center at 
http://go.microsoft.com/fwlink/events.asp.
Anyone knows how to solve this issue with the Microsoft.VC80.CRT ?
 
Thanks for any suggestions!!
 
_
Publish your photos to your Space easily with Photo Gallery
http://www.get.live.com/wl/all-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Side-bySide Error

2007-11-05 Thread Kelly Leahy
Let me guess, you build with VS2005 SP1, right?

You need to deploy the SP1 version of the VCRT components, or you need to 
statically link to the runtime in your CA dll (better choice).

Kelly




Jaguar 36 [EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
11/05/2007 10:03 AM

To
wix wix-users@lists.sourceforge.net
cc

Subject
[WiX-users] Side-bySide Error






Hi guys,
 
I have a msi that makes use of c++ custom action calls.
Running that on a XP machine that has .net framework installed
I get this error
 
Event Type: Error
Event Source: SideBySide
Event Category: None
Event ID: 59
Date:  11/2/2007
Time:  10:22:50 PM
User:  N/A
Computer: VMXPSP2CLEAN
Description:
Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference error 
message: The referenced assembly is not installed on your system.
.
For more information, see Help and Support Center at 
http://go.microsoft.com/fwlink/events.asp.

Anyone knows how to solve this issue with the Microsoft.VC80.CRT ?
 
Thanks for any suggestions!!
 

Get your free suite of Windows Live services! Windows Live
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




**
This communication is intended solely for the addressee and is
confidential. If you are not the intended recipient, any disclosure, 
copying, distribution or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful.  Unless indicated
to the contrary: it does not constitute professional advice or 
opinions upon which reliance may be made by the addressee or any 
other party, and it should be considered to be a work in progress.
Unless stated otherwise, this communication does not form a prescribed
statement of actuarial opinion under American Academy of Actuaries 
guidelines.
**-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Side-bySide Error

2007-11-05 Thread Jaguar 36
Hi,
Thanks, I guess I will do the static linking!


To: [EMAIL PROTECTED]: wix-users@lists.sourceforge.net; [EMAIL PROTECTED]: Re: 
[WiX-users] Side-bySide ErrorFrom: [EMAIL PROTECTED]: Mon, 5 Nov 2007 10:11:59 
-0800Let me guess, you build with VS2005 SP1, right? You need to deploy the SP1 
version of the VCRT components, or you need to statically link to the runtime 
in your CA dll (better choice). Kelly 



Jaguar 36 [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 
11/05/2007 10:03 AM 





To
wix wix-users@lists.sourceforge.net 


cc



Subject
[WiX-users] Side-bySide Error




Hi guys,I have a msi that makes use of c++ custom action calls.Running that on 
a XP machine that has .net framework installedI get this errorEvent Type: 
ErrorEvent Source: SideBySideEvent Category: NoneEvent ID: 59Date:  
11/2/2007Time:  10:22:50 PMUser:  N/AComputer: VMXPSP2CLEANDescription:Resolve 
Partial Assembly failed for Microsoft.VC80.CRT. Reference error message: The 
referenced assembly is not installed on your system..For more information, see 
Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Anyone 
knows how to solve this issue with the Microsoft.VC80.CRT ?Thanks for any 
suggestions!!

Get your free suite of Windows Live services! Windows 
Live-This
 SF.net email is sponsored by: Splunk Inc.Still grepping through log files to 
find problems?  Stop.Now Search log events and configuration files using AJAX 
and a browser.Download your FREE copy of Splunk now  
http://get.splunk.com/___WiX-users 
mailing [EMAIL 
PROTECTED]://lists.sourceforge.net/lists/listinfo/wix-users**This
 communication is intended solely for the addressee and isconfidential. If you 
are not the intended recipient, any disclosure, copying, distribution or any 
action taken or omitted to be taken inreliance on it, is prohibited and may be 
unlawful.  Unless indicatedto the contrary: it does not constitute professional 
advice or opinions upon which reliance may be made by the addre
 ssee or any other party, and it should be considered to be a work in 
progress.Unless stated otherwise, this communication does not form a 
prescribedstatement of actuarial opinion under American Academy of Actuaries 
guidelines.**
_
Express yourself with the latest Windows Live Messenger! Get it free today!
http://www.get.live.com/wl/all-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] iis:WebServiceExtension. What am I doing wrong?

2007-11-05 Thread Robert.Priest
Abdullah,

 

Here is what I had to do. I can't remember where I found this on the
net, but it is working for me.

I had to register the isapi dll with the extensions for the web app.

 

  iis:WebApplication Id=webApp2 Name=BSS

iis:WebApplicationExtension Extension=asax Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=ascx Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=ashx Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=asmx Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=aspx Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=axd Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=vsdisco
Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=rem Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=config Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=cs Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=csproj Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=vb Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=vbproj Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=webinfo
Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=licx Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=resx Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=resources
Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=soap Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=master Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=skin Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=sitemap
Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=ad Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=dd Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=sd Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=cd Script=yes
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=exclude
Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

iis:WebApplicationExtension Extension=refresh
Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll
Verbs=GET,HEAD,POST /

  /iis:WebApplication

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Abdullah
Ahmed
Sent: Friday, November 02, 2007 12:15 PM
To: WiX Users
Subject: [WiX-users] iis:WebServiceExtension. What am I doing wrong?

 

Hey Guys,

As part of our install my installer needs to enable ASP.Net 2.0 Web
Service Extentions in IIS 6.0 and above and windows 2003. I tried using
iis:WebServiceExtension but I am unable to get it to enable the said
extentions..Here are some of my code snippets... 

Component Id=ASPNetWebServiceExtention
Guid={3D36B9A2-4E11-4554-A962-1AAD041892E3}
iis:WebServiceExtension Id=WebServiceExtension_ASP.NET_2.0
File=[ASPNETISAPIDLL] Allow=yes Description= ASP.NET v2.0.50727
UIDeletable=no /
/Component
...
...
...
Property Id=ASPNETISAPIDLL
  DirectorySearch Id=ASPNETISAPIDLLSearch
Path=[WindowsFolder]Microsoft.NET\Framework Depth=2 
   

Re: [WiX-users] iis:WebServiceExtension. What am I doing wrong?

2007-11-05 Thread Abdullah Ahmed
Robert,

That apparently is to register Web Application Extentions, something I am
already doing in my install to register a new extention type our app
requires. The Issue I am having is that when we install .Net Framework
2.0udner iis 6 as part of the install, then by default
ASP.Net 2.0 Web Service Extentions are disabled. You can enable them
manually by going to the Web Service Extentions tree in IIS and clicking
allow infront of ASP.Net 2.0.

The Wix way for doing it is not working.

Regards,
Abdullah

On Nov 5, 2007 11:31 AM, [EMAIL PROTECTED] wrote:

  Abdullah,



 Here is what I had to do. I can't remember where I found this on the net,
 but it is working for me.

 I had to register the isapi dll with the extensions for the web app.



   iis:WebApplication Id=webApp2 Name=BSS

 iis:WebApplicationExtension Extension=asax Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=ascx Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=ashx Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=asmx Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=aspx Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=axd Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=vsdisco Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=rem Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=config Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=cs Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=csproj Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=vb Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=vbproj Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=webinfo Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=licx Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=resx Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=resources Script=yes
  Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=soap Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=master Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=skin Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=sitemap Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=ad Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=dd Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=sd Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=cd Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=exclude Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

 iis:WebApplicationExtension Extension=refresh Script=yes
 Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=
 GET,HEAD,POST /

   /iis:WebApplication



 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Abdullah Ahmed
 *Sent:* Friday, November 02, 2007 12:15 PM
 *To:* WiX Users
 *Subject:* [WiX-users] 

[WiX-users] Uninstalling WinSxS in Vista

2007-11-05 Thread Geoff Finger
I've run into an issue with Vista where the side by side assemblies
installed to WinSxS do not get removed when the uninstaller is run.

I found the a 
href=https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=260142;Microsoft
Connect Issue 260142/a which seems to indicate that it is normal
behavior for the WinSxS files in Vista to stick around and be deleted
at some later unspecified time.

I think the uninstaller is working properly because AssemblyUnpublish
is being called, but I have no way to be sure since the files never
seem to be removed. The computer i'm testing it on now had the
uninstaller run four or five days ago and has been rebooted several
times since then and the files are still there.

Has anyone else run into this issue and if so have you figured out any
way how to deal with it? Is there somewhere that can be checked that
will indicate that the files are indeed marked for deletion and
possible when that deletion is scheduled for? Or a way to force the
cleanup to happen? (Either as part of the uninstall process or at some
later date.)

Thanks for the help!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Re ferring to Icon in an exe - How is it done?

2007-11-05 Thread Cryptonomicon

What is teh syntax to refer to an icon in an exe?  

I have an exe in one fragment

File Id=File_ClientExe Name=StrawberryFields.exe
Source=$(var.ClientRoot)StrawberryFields.exe Checksum=no ReadOnly=yes

Shortcut Id=StartMenuStrawberry Directory=DocumentMenuDir
Name=StrawberryFields Client WorkingDirectory='INSTALLDIR'
Icon=StrawberryFields.exe IconIndex=0 /
/File

that contains the icon I want to use

In my main module I have an icon

   Icon Id=IconStrawberry.exe SourceFile=[File_ClientExe],0 /

but the linker  cant find the exe. I have tried a variety of formats 

[!File_ClientExe],0 [File_ClientExe],0 File_ClientExe,0

but am having no luck.

I don't want to hard code the path to the exe

Is there a definition of the language syntax somewhere - there are bits and
pieces around - but I have spent three days on this and am getting nowhere







-- 
View this message in context: 
http://www.nabble.com/Referring-to-Icon-in-an-exe---How-is-it-done--tf4755241.html#a13598254
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] 2 WiX questions

2007-11-05 Thread Mike Dimmick
Windows Installer is an ANSI (byte-oriented character set) technology so any
scripts which are Unicode-only won't work. The list of supported ANSI
codepages can be found at
http://www.microsoft.com/globaldev/reference/WinCP.mspx.

 

Hindi uses the Devanagari script. There is a 'Code Page 57002' for
Devanagari but I believe this is only supported by
MultiByteToWideChar/WideCharToMultiByte, you cannot actually set it as the
script to use in a call to CreateFont, which I think is how the GDI ANSI
text APIs determine what glyphs to draw for a given input. I'm afraid I
think Hindi is not do-able. You'd probably have to use an external UI
handler.

 

The EULA is fine because the Windows Installer ScrollableText control is
actually a RichEdit control, and that control can handle being presented
with Unicode RTF data and can perform the composition required to show
Devanagari properly.

 

For Hebrew you should be OK with the 1255 codepage. To set the package's
codepage for strings, use the Product/@Codepage attribute.
Package/@SummaryCodepage is only for the summary information stream.
Alternatively you can use WixLocalization/@Codepage, which actually
overrides the product's codepage. Specifying 0, or no value, would I think
get you a package using the current system ANSI code page (a.k.a. 'Language
for non-Unicode Programs'). The WiX-supplied .wxl files do not specify a
Codepage attribute. You may well find that the (presumably Simplified?)
Chinese .wxl file does set Codepage, to 936.

 

0x380 is the correct value for setting in the Dialog table, not the Control
table. For the Control table it's 0xE0. I believe that the Dialog value
overrides the Control value. You can set this in a WiX Dialog element by
setting the RightToLeft, RightAligned and LeftScroll attributes to 'yes'. I
don't think WiX 2.0 allows these bits to be overridden for the standard
dialog set, so I think you'd have to do a copy and paste.

 

-- 

Mike Dimmick

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pat Higgins
Sent: 05 November 2007 21:29
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] 2 WiX questions

 

Hi 

 

My team started using WiX only this year, they're creating patches for a
product  I'm localising the patches, however I'm having problems for:

 

* Hindi  Hebrew - the patch gets created but all the characters are
corrupted. All I see are ?? Where there should be Hindi or Hebrew text.
I thought it might be a font issue so replaced Tahoma with Mangal (used in
our Eula which does display ok - this is for Hindi) but it made no
difference. 

We are using the standard WiX library so all our dialogs etc are not defined
by us.  The strange thing is no other language has this problem displaying
characters - Chinese etc, all display fine.

Any advice on displaying Hindi  Hebrew char's or does WiX even support
them? Maybe I need WiX 3?

 

* Arabic - the text itself displays fine, however getting it to
display Right to Left is a bit more problematic. If I change the Attributes
value (generally 3 but not always) in the MSI (control table) by adding hex
380 to it, I can reverse the text however I get a type of box around the
text. 

Even if I get the value correct, I'll have to run a query to change all the
text in the MSI because the dialogs are coming from the WiX library - is
there a better way of making a BiDi MSI?

 

 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Shortcut to a folder

2007-11-05 Thread Cryptonomicon

Is it possible to create a shortcut to a folder?

I want to put samples in a folder that can be accessed from the start menu 
-- 
View this message in context: 
http://www.nabble.com/Shortcut-to-a-folder-tf4755326.html#a13598514
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Re ferring to Icon in an exe - How is it done?

2007-11-05 Thread Mike Dimmick
For the Icon element, you are providing the path to the file on your local
computer so that WiX can place the whole file in a binary stream in the MSI.

For advertised products, you should make a resource-only DLL (which
satisfies the requirement for it being PE format) which only contains the
icons. You then set the extension of Icon/@Id to the filename extension that
you're going to use these icons for. You can have multiple icons in the same
binary used by a single Icon element if they share the same filename
extension. Use Shortcut/@IconIndex to indicate which icon is to be used.

You should _not_ use your actual program EXE in the Icon element, nor
anything you're not supposed to redistribute, including any part of Windows
itself.

-- 
Mike Dimmick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cryptonomicon
Sent: 05 November 2007 23:49
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Re ferring to Icon in an exe - How is it done?


What is teh syntax to refer to an icon in an exe?  

I have an exe in one fragment

File Id=File_ClientExe Name=StrawberryFields.exe
Source=$(var.ClientRoot)StrawberryFields.exe Checksum=no ReadOnly=yes

Shortcut Id=StartMenuStrawberry Directory=DocumentMenuDir
Name=StrawberryFields Client WorkingDirectory='INSTALLDIR'
Icon=StrawberryFields.exe IconIndex=0 /
/File

that contains the icon I want to use

In my main module I have an icon

   Icon Id=IconStrawberry.exe SourceFile=[File_ClientExe],0 /

but the linker  cant find the exe. I have tried a variety of formats 

[!File_ClientExe],0 [File_ClientExe],0 File_ClientExe,0

but am having no luck.

I don't want to hard code the path to the exe

Is there a definition of the language syntax somewhere - there are bits and
pieces around - but I have spent three days on this and am getting nowhere







-- 
View this message in context:
http://www.nabble.com/Referring-to-Icon-in-an-exe---How-is-it-done--tf475524
1.html#a13598254
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Re ferring to Icon in an exe - How is it done?

2007-11-05 Thread Cryptonomicon

Hi Mike

this is all non advertised but I still don't understand. What do I need to
type?  I have the file with a reference id of File_ClientExe

do I use square brackets or no brackets, exclamation marks, dollar sign or
hash mark. do I need to put an index to the icon and if so is the first icon
icon 0 or 1, is the reference to the icon placed inside the brackets or
outside [File_ClientExe],0 or [File_ClientExe,0]

which of 

File_ClientExe, !File_ClientExe, $(File_ClientExe), #File_ClientExe
,[File_ClientExe], [!File_ClientExe] , [!File_ClientExe]
,0,[File_ClientExe] ,0,[#File_ClientExe] ,0 

or a thousand other combinations do I use

I am afraid I need things to be spelt out real slowly assuming I know
nothing


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cryptonomicon
Sent: 05 November 2007 23:49
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Re ferring to Icon in an exe - How is it done?


What is teh syntax to refer to an icon in an exe?  

I have an exe in one fragment

File Id=File_ClientExe Name=StrawberryFields.exe
Source=$(var.ClientRoot)StrawberryFields.exe Checksum=no ReadOnly=yes

Shortcut Id=StartMenuStrawberry Directory=DocumentMenuDir
Name=StrawberryFields Client WorkingDirectory='INSTALLDIR'
Icon=StrawberryFields.exe IconIndex=0 /
/File

that contains the icon I want to use

In my main module I have an icon

   Icon Id=IconStrawberry.exe SourceFile=[File_ClientExe],0 /

but the linker  cant find the exe. I have tried a variety of formats 

[!File_ClientExe],0 [File_ClientExe],0 File_ClientExe,0

but am having no luck.

I don't want to hard code the path to the exe

Is there a definition of the language syntax somewhere - there are bits and
pieces around - but I have spent three days on this and am getting nowhere







-- 
View this message in context:
http://www.nabble.com/Referring-to-Icon-in-an-exe---How-is-it-done--tf475524
1.html#a13598254
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-- 
View this message in context: 
http://www.nabble.com/Referring-to-Icon-in-an-exe---How-is-it-done--tf4755241.html#a13598765
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom action for Oracle DB?

2007-11-05 Thread Hao Liu
I understand that Wix provides convenient interfaces for SQL Server
Configurations. For Oracle DB, we need to write our own custom action.

 

Could anyone share a CA that allows us to connect to Oracle Server,
Create a database and then execute SQLs against the database?

 

Any input and help are very much appreciated.

 

Thanks.

 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Advertised feature install starting

2007-11-05 Thread Bob Arnson

John Hall wrote:
I've got some machines that after a minor upgrade, unprivileged users 
unexpectedly get MSI launching a dialog saying that the feature you 
are trying to use is on a network resource that is unavailable. 
Administrators do not see the message. The installer was run as 
Administrator. I assume it is because some features have 
been installed as Advertised rather than Local. In my installer 
however, I have marked all my features with AllowAdvertise=no, so


It's probably an automatic repair. Check the System event log to see 
which component MSI thinks is broken.


--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstalling WinSxS in Vista

2007-11-05 Thread Bob Arnson
Geoff Finger wrote:
 I've run into an issue with Vista where the side by side assemblies
 installed to WinSxS do not get removed when the uninstaller is run.
   

Known issue and I'm not aware of a workaround. And yes it sucks.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disk Usage dialog values

2007-11-05 Thread Bob Arnson

Brian Simoneau wrote:
I tried installing to a different drive.  The other drive shows 68 MB 
required, but there is still 91 MB required shown on the C drive.  Is 
there a way to redirect what temporary space Windows Installer uses?


Not that I know of -- I believe it always uses [WindowsVolume]Config.Msi.

--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut to a folder

2007-11-05 Thread Bob Arnson
Cryptonomicon wrote:
 Is it possible to create a shortcut to a folder?
   

Yes. See the Shortcut element doc in WiX.chm -- use [DirectoryId].

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Medical Doctor Directory

2007-11-05 Thread counterproductive





Fully Licensed Medical Doctors in the USA 

788,733 in total – 17,917 emails

Many different medical specialties

Over a dozen sortable fields

This week's special price =  $492


*** Get the data below as a gift when you order the MD list above ***

US Pharmaceutical Executives Listing
5 personal emails and names for decision makers

American Hospitals
23,000 Admins in more than 7,000 hospitals {a $399 value]

Dentists in the USA
A complete Listing or dentists and related services (valued at $299)

US Chiropractor Database
100,000 Chiropractors in the USA (worth $249 alone)

call us: 206- 600-4472
  

above offer valid until Nov 9




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users