[WiX-users] Will Wix 3.5 fully supports IIS 7.5 native?

2010-04-29 Thread Kai Lee

Hi, 
 
Would anyone tell me when the WIX 3.5 will fully supports native IIS 7.5?  Any 
predicted date to release WIX 3.5?  
 
Thanks,
 
Kai   
_
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccountocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Cannot run The Definitive Guide to Windows Installer sample and Variable is undefined: 'Property'

2008-05-05 Thread Kai Lee
Hi all,
 
I am wonder whether anyone bought the book named The Definitive Guide to 
Windows Installer and try to run GetARPLoc.vbs  sample from Chapter 5 and keep 
getting the Variable is undefined: 'Property'.  In the Charpter 5, there is a 
vscript sample named GetARPLoc.vbs.  
 
Here are the codes behind the GetARPLoc.vbs file.  
 
option explicit
dim installer, msg
Set installer = CreateObject(WindowsInstaller.Installer)
msg = 
installer.ProductInfo({B3E1B56E-D853-4780-BF62-47B95195CD6B},InstallLocation)
Property(TARGETDIR)=msg
set installer=Nothing
msgbox msg
 
Since this is a VB script, I launch it by double clicking it.  However, I 
receive Variable is undefined: 'Property'.  Does anyone know how to solve 
this issue?  
 
Thanks in advance.  
 
Kai
_
Make Windows Vista more reliable and secure with Windows Vista Service Pack 1.
http://www.windowsvista.com/SP1?WT.mc_id=hotmailvistasp1banner-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Cannot run The Definitive Guide to Windows Installer sample and Variable is undef

2008-05-05 Thread Kai Lee
Hi Kelly,
 
Thanks for your response.  You mean I need to run this script through 
installer.  I am using WIX installer.  That means I need to create some kind of 
CA to kick off this VB script.  Is that right?  Would you give me some sample 
how to do it?
 
Thanks,
 
Kai


To: [EMAIL PROTECTED]: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net; 
[EMAIL PROTECTED]: Re: [WiX-users] Cannot run The Definitive Guide to Windows 
Installer sample and Variable is undefined: 'Property'From: [EMAIL 
PROTECTED]: Mon, 5 May 2008 09:03:54 -0700This vbs is meant to be run by 
windows installer.  You can't just double click it - windows installer defines 
'Property' as a member of it's global object.  This is a feature of windows 
script hosts - they can register an object to act as the set of 'globals' for 
the hosted script. Kelly 



Kai Lee [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 
05/05/2008 08:17 AM 





To
[EMAIL PROTECTED] [EMAIL PROTECTED], wix-users@lists.sourceforge.net 
wix-users@lists.sourceforge.net 


cc



Subject
[WiX-users] Cannot run The Definitive Guide to Windows Installer sample and 
Variable is undefined: 'Property'




Hi all,   I am wonder whether anyone bought the book named The Definitive 
Guide to Windows Installer and try to run GetARPLoc.vbs  sample from Chapter 5 
and keep getting the Variable is undefined: 'Property'.  In the Charpter 5, 
there is a vscript sample named GetARPLoc.vbs. Here are the codes behind 
the GetARPLoc.vbs file. option explicit dim installer, msg Set installer = 
CreateObject(WindowsInstaller.Installer) msg = 
installer.ProductInfo({B3E1B56E-D853-4780-BF62-47B95195CD6B},InstallLocation)
 Property(TARGETDIR)=msg set installer=Nothing msgbox msg   Since this is a 
VB script, I launch it by double clicking it.  However, I receive Variable is 
undefined: 'Property'.  Does anyone know how to solve this issue? Thanks 
in advance. Kai 


Make Windows Vista more reliable and secure with Windows Vista Service Pack 1. 
Learn 
more.-This
 SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this 
year's exciting event. There's still time to save $100. Use priority code 
J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___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 opinionsupon which reliance may be made by the addressee or any other 
party,and it should be considered to be a work in progress. Unless 
otherwisenoted in this email or its attachments, this communication does not 
form a Statement of Actuarial Opinion under American Academy of Actuaries 
guidelines.**
_
Make Windows Vista more reliable and secure with Windows Vista Service Pack 1.
http://www.windowsvista.com/SP1?WT.mc_id=hotmailvistasp1banner-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Installer will not preserve the previous installed location.

2008-04-24 Thread Kai Lee
Hi,
 
Now I run into an issue related to the previous selected new location will not 
be populated back when I do change installation second time.  The Feature’s 
ConfigurableDirectory attribute will only allow me to change the installed 
location of the application first time.  
 
Feature Id=NewSuite ConfigurableDirectory=INSTALLPATH 
InstallDefault=local Title=New Suite Level=1...  
 
Let say I change the default location “c:\Program File\NewSuite” to 
“c:\temp\NewSuite”.  Then I launch the installation program again and click the 
Modify button in the Custom Dialog screen.  The New Suite feature will show 
up with default path “c:\Program File\NewSuite” and the installation program 
does not provide me with Browse button.  Therefore, when I install some other 
features which will force to put into the wrong location, c:\Program 
File\NewSuite, instead of previous installed location c:\temp\NewSuite.  
Then the application stops working.  
 
Do you have any suggestion how to fix it?
 
Many thanks,
 
Kai
 
 
 
 

 
_
Express yourself wherever you are. Mobilize!
http://www.gowindowslive.com/Mobile/Landing/Messenger/Default.aspx?Locale=en-US?ocid=TAG_APRIL-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Is (FeatureName = 3) AND NOT (!FeatureName = 3) really working in WIX3 version 3.0.3907.0?

2008-04-06 Thread Kai Lee
Hi, Is (FeatureName = 3) AND NOT (!FeatureName = 3) expression syntax not 
working in WIX3 version 3.0.3907.0?  Currently I am running the WIX3 version 
3.0.3907.0.  I am having the issue with the Component conditions.  According to 
the WIX tutorial expression syntax 
(http://www.tramontana.co.hu/wix/lesson5.php) 
“(FeatureName = 3) AND NOT (!FeatureName = 3) 
Run action only if the product will be installed locally. Do not run action on 
a reinstallation.The term FeatureName = 3 means the action is to install the 
feature locally.The term NOT (!FeatureName = 3) means the feature is not 
installed locally. “
In another word, the application will be installed at the first time and the 
user picks a particular Feature (Does the FeatureName mean the FeatureID?) from 
the Custom installation setting or picks the Typical installation, which means 
installing everything. 
 
Here is my sample below:
  Component Id=Comp_LocationB DiskId=1 
Guid=60580A66-3401-45FA-8B36-EB62CD35AD21File 
Id=F0001_OFile.xml Name=OFile.xml Source=..\Location B\OFile.xml /   
 Condition(amp;FeatureA= 3) AND NOT (!FeatureA= 3) /Condition  
/Component I thought if the WIX works properly, the OFile.xml will 
only be installed if the FeatureA is being picked and in brand new 
installation.  However, it didn’t work at all.  No matter the user picks 
Typical Installation or Custom Installation (by manually selecting FeatureA).  
The OFile.xml never gets installed.  Is this a bug in WIX3 version 3.0.3907.0?  
Or I just don’t know how to create Component Condition?
 Please help if anyone has some idea.  Thank you very much.  
 Kai
_
Going green? See the top 12 foods to eat organic.
http://green.msn.com/galleries/photos/photos.aspx?gid=164ocid=T003MSN51N1653A-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Don't know how Component Condition works?

2008-04-06 Thread Kai Lee
Hi, I am very new to the WIX.  I don't know much about it.  If anyone can help, 
I will greatly appreciate.  Now I am running into the issue relate to how to 
conditionally install different files base on what features the user picks.   
Let say I have three different files but they use the same file name, 
(OFile.xml).   All three files are under different folders.  Therefore, I 
create three separated components to contain these three files. 
Component Id=Comp_LocationA DiskId=1 
Guid=B95BE7AA-F75C-4D07-9F37-6140204014F6File 
Id=F3175_OFile.xml Name=OFile.xml Source=..\Location A\OFile.xml /   
 Condition((amp;FeatureA= 3) AND NOT (!FeatureA= 3) AND  
(amp;FeatureB= 3) AND NOT (!FeatureB= 3)) OR ((amp;FeatureA= 2) AND NOT 
(!FeatureA= 3) AND  (amp;FeatureB= 2) AND NOT (!FeatureB= 3))/Condition  
/Component  Component Id=Comp_LocationB DiskId=1 
Guid=60580A66-3401-45FA-8B36-EB62CD35AD21File 
Id=F0001_OFile.xml Name=OFile.xml Source=..\Location B\OFile.xml /   
 Condition(amp;FeatureA= 3) AND NOT (!FeatureA= 3) AND  
(amp;FeatureB= 2) AND NOT (!FeatureB= 3)/Condition  /Component 
 Component Id=Comp_LocationC DiskId=1 
Guid=F37D6179-A6B8-4C50-9F40-B06D72F4BC20File 
Id=F1355_OFile.xml Name=OFile.xml Source=..\Location C\OFile.xml/ 
   Condition(amp;FeatureA= 2) AND NOT (!FeatureA= 3) AND  
(amp;FeatureB= 3) AND NOT (!FeatureB= 3)/Condition  /Component 
The first condition is when the user first time installs the software, both 
FeatureA and FeatureB are chosen or none of FeatureA and FeatureB is chosen.  
Then ..\Location A\OFile.xml file will be installed.   The second condition is 
when the user first time installs the software, FeatureA is chosen and FeatureB 
is not chosen.  The ..\Location B\OFile.xml file will be installed.   The third 
condition is when the user first time installs the software, FeatureA is not 
chosen or FeatureB is chosen.  The ..\Location C\OFile.xml file will be 
installed.   However, none of the above condition works.  The OFile.xml never 
gets installed.  Does anyone know why? Please help if anyone has some idea.  
Thanks in advance.  Kai
_
Pack up or back up–use SkyDrive to transfer files or keep extra copies. Learn 
how.
hthttp://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_packup_042008-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users