[WiX-users] Adding a page to a wixui installer

2006-10-24 Thread Reggie Burnett














Ive recently started using the WiXUI library for our
installer and need to add a custom dialog page to the install. Is there
some documentation for how to do this or can someone give me some pointers?



Thanks

Reggie






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Adding a page to a wixui installer

2006-10-24 Thread John Watson



http://www.tramontana.co.hu/wix/lesson2.php
http://www.nabble.com/Adding-New-Dialog-to-Wix_Mondo-tf883659.html#a2290399
http://www.dalun.com/wix/02.18.2005.htm



From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Reggie 
BurnettSent: Tuesday, October 24, 2006 11:40 AMTo: 
wix-users@lists.sourceforge.netSubject: [WiX-users] Adding a page to 
a wixui installer





Ive recently started using the WiXUI library for our 
installer and need to add a custom dialog page to the install. Is there 
some documentation for how to do this or can someone give me some 
pointers?

Thanks
Reggie
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Set The Working Directory

2006-10-24 Thread Bob Arnson
Petrut Andrei wrote:
   Hi. Please tell me how can i change the working
 directory in my project to the one where I install the
 files. 

That's not an option MSI provides.

-- 
sig://boB
http://bobs.org



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trying to create a Major upgrade with V3 (bug?)

2006-10-24 Thread Bob Arnson




Jarl Friis wrote:

  Error LGHT0094: Unresolved reference to symbol
'WixAction:InstallExecuteSequence/RemoveExistingProducts' in section 'Product:{D0B02D6A-6ED6-42A0-BAAD-E62D32579D47}'.

Anyone got a clue? Is  this a bug?
  


No. The RemoveExistingProducts standard action can be sequenced in
several different places, depending on your preferences. (See "RemoveExistingProducts
Action" for details.) WiX creates a reference to that action so you
know that you need to specify a sequence.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to enforce assembly to be gac'd even when thereisalready a copy in the gac

2006-10-24 Thread Bob Arnson




Frank Tse wrote:

  
  
  

  
  Sorry
for prompting about this issue again. I can see the feature
request is assigned to nobody and I am just wondering if I can have
this fixed
soon since we will be releasing our final setup. Can I simply bump up
the
priority of the feature request so it will be assigned soon?
  


Assignment just means that someone's volunteered to work on the bug. So
far, nobody has. Our custom action expert has been busy shipping Office
12. I'll take a look at it at WiX night tonight; if it's just a change
to the custom action code, it should port fairly easily. If it also
requires changes to the extension code, it will take longer.


-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Separate ComPlusApplication in a fragment?

2006-10-24 Thread Bob Arnson




John Watson wrote:

  To update further, I've logged Bug #1581309 https://sourceforge.net/tracker/index.php?func=detailaid=1581309group_id=105970atid=642714
  ) about this. 


Cool. Thanks -- the trackers are the only way we have a shot at keeping
it all straight...

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] install .hxs into VS2005 help system with wix

2006-10-24 Thread Bob Arnson




Jimmy Do wrote:

  
  
  

  
  3. Edited Sample.wxs to include these two
elements:
  
Merge Id="HelpModule" DiskId="1"
Language="1033" SourceFile="HelpInstall.msm" / (inside
the INSTALLDIR Directory element)
  
MergeRef Id="HelpModule" / (inside the Feature
element)
  


You'll also need Merge and MergeRefs for the other Help 2.x merge
modules (HTML_Help_Registration__RTL_---_---.msm and
HTML_Help_Registration__RTL_X86_---.msm).


  
  
  Or is
there some other way of using WIX to install a .hxs file into the VS
help
system?
  


Take a look at WixVSExtension. It includes strongly-typed authoring for
.Hx? files, such as HelpCollection and HelpFile. See "Vs Schema" in
WiX.chm.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Plugins for the installer (.NET)

2006-10-24 Thread Bob Arnson
vbtricks wrote:
 is there a way to write plugins for the installer, so that the installer
 displays the plugin during the installation? Is there a way to write the
 plugin using the .NET platform? Are there any examples out there?
   

Depends on what you mean by plugin. If you're talking about custom 
actions, no, managed-code custom actions aren't supported.

-- 
sig://boB
http://bobs.org



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Summary Information Stream

2006-10-24 Thread Bob Arnson




Leila Lali (Excell Data Corporation) wrote:

  
  

  
  
  This
attribute (Comments) just changes the
comment not the title. It is exactly my problem, why Package element
doesnt
have any attribute for title!?
  


Because the MSI doc isn't clear that it's permissible to use different
values. Feel free to enter a feature request, though.


-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Dark 3.0 crashing

2006-10-24 Thread Bob Arnson
Title: QuietExec error




Rob MacFadyen wrote:

  
  
  
  
  
  Using build3.0.2015
I'm getting an ugly crash in Dark and no output is produced (several
warnings though):


Can you post a bug so we can reproduce? An .msi would be ideal but we
can walk through the code if you export the LockPermissions table using
Orca and attach the .idt file.



  Is there an option such that if
an exception occurs while decompiling one table (like the
lockpermissionstable) the entire output is not thrown away? 


Usually the tables are too interrelated to make that a viable option.

-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Votive3... uhm... am I missing something?

2006-10-24 Thread Bob Arnson
Rob MacFadyen wrote:
  The problem is that there is no Votive.xxx.zip for 3.0.2211.0 (though one
 exists for 3.0.2015.0, 3.0.1821.0, and 3.0.1703.0)... so I went with the
 2015 build.
  
 From the website:

 Download Core Toolset 3.0  means Wix-3.0.#.0-binaries.zip
 Download ClickThrough 3.0  means ? unclear ?
 Download Votive 3.0means Wix-3.0.#.0.msi.zip 
 (used to mean Votive-3.0.#.0.zip)
   

Wix3.msi is the new master installer. It includes the toolset, 
ClickThrough, and Votive.

-- 
sig://boB
http://bobs.org



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Summary Information Stream

2006-10-24 Thread Leila Lali (Excell Data Corporation)








It is still not clear for me; do you have
any sample or document?

Do you mean I can set different values for
comments? And one of them will be the title?



Thanks

Leila











From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 24, 2006
10:11 AM
To: Leila Lali (Excell Data
Corporation)
Cc:
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Summary
Information Stream





Leila Lali (Excell Data Corporation) wrote: 

This attribute (Comments) just changes the comment not the
title. It is exactly my problem, why Package element doesnt have any
attribute for title!?


Because the MSI doc isn't clear that it's permissible to use different values.
Feel free to enter a feature request, though.





-- sig://boBhttp://bobs.org




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Set The Working Directory

2006-10-24 Thread Wilson, Phil
I'm not as Wix-savvy as I should be (a cop-out that I don't know the
syntax you need) but it seems to me that you just need to specify that
your executable is in [TARGETDIR] (which is probably where you installed
it, right?). You want to be running the program at
[TARGETDIR]SQLite3.exe. 

Phil Wilson 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petrut
Andrei
Sent: Monday, October 23, 2006 12:59 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Set The Working Directory

  Hi. Please tell me how can i change the working directory in my
project to the one where I install the files. I want to take the files
from the place where I install them directly. Instead of:

Property Id='SQLITE'C:\Program
Files\Sqlite\SQLite3.exe/Property
CustomAction Id=ExecuteSQLite Property=SQLITE
ExeCommand='something' Return=asyncNoWait/

 I want to write just:

Property Id='SQLITE'SQLite3.exe/Property
CustomAction Id=ExecuteSQLite Property=SQLITE
ExeCommand='something' Return=asyncNoWait/

So, I want my setup to know where to look for SQLite3.exe directly ( it
already knows that was installed in C:\Program Files\SQLite\). I dont'
want to use relative paths, because I need the working directory, so I
don't want to depend on nothing.
Any ideas? Thanks.



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] VBScript and ComboBox

2006-10-24 Thread Lerudjordet, Morten Minge
Title: VBScript and ComboBox






Hi, 

I have a ComboBox that is populated by websites installed on a given server (_vbscript_).

Choosing the preferred site in the combobox I want a script to read this value and get all site info (port, IP..) 

Is this possible?


I tried accessing the property TARGETWEBCOMBO by doing the following workaround:

String Id=CurrentWebSite[TARGETWEBCOMBO]/String

Property Id=CURRENTWEBSITE Value=!(loc.CurrentWebSite) /


Hopefully the choice made in the UI for the combobox will reside in CURRENTWEBSITE property.


Tried the code below, but it seems only to work in my head. Any input will be appreciated


_vbscript_:

Set oView = Session.Database.OpenView(SELECT * FROM `Property` WHERE `Property` ='CURRENTWEBSITE')

oView.Execute

Set sResult = oView.Fetch

Set oPropertyView = Session.Database.OpenView(SELECT * FROM `ComboBox` WHERE `Property` = 'TARGETWEBCOMBO' AND `Order` = 'sResult') 

oPropertyView.Execute

Set sFinall = oPropertyView.Fetch


Regards 

Morten







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Summary Information Stream

2006-10-24 Thread Bob Arnson




Leila Lali (Excell Data Corporation) wrote:

  
  

  
  
  It is still
not clear for me; do you have
any sample or document?
  Do you mean
I can set different values for
comments? And one of them will be the title?
  


You can set PID_COMMENTS but not PID_TITLE.


-- 
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Fw: Re: Web Application Pool

2006-10-24 Thread Tina Basinger
Are there any plans to add something like a ConfigureIfExists property to the WebAppPool element? It seems that that would be a simple feature which would make my headache, and potentially many others', go away.


I have an existing install which has one component defining the WebVirtualDir, WebSite, WebAppPool, and User all together. So all 4 pieces are installed and removed at the same time. I am now trying to write an upgrade that will maintain the current pool if it exists, or create one if it doesn't exist. I was thinking that I could pull the WebAppPool into its own component, and condition it with the result of a custom action that checks if the AppPool exists or not. I can get that to work, but in the case where the upgrade does not install the component (AppPool already exists), then the uninstall of the upgraded product does not remove the WebAppPool. I am guessing this is because the upgraded install did not install the component for the AppPool, and in the ugpraded install, the component that originally installed the AppPool was updated to not have the AppPool (it was pulled into its own component). Is that correct? 


So, I think the only option I'm left with is the one that David suggested - run a custom action to check for the Application pool and save off the settings before the Application pool is reinstalled. Then after its reinstalled, run another custom action to set the properties on the AppPool back to what they were before it was reinstalled. 


Does anyone have any other suggestions?

Thanks!
-Tina


On 10/23/06, Tina Basinger [EMAIL PROTECTED] wrote:
- Original Message -From: david adams To: 
[EMAIL PROTECTED]Subject: Re: [WiX-users] Web Application PoolDate: Mon, 23 Oct 2006 01:01:07 +-- 
 
-- Forwarded message --From:david adams [EMAIL PROTECTED]To:[EMAIL PROTECTED]
Date:Mon, 23 Oct 2006 01:01:07 +Subject:Re: [WiX-users] Web Application PoolTina:In our case, we are not required to support upgrades. We uninstall andreinstall the web sites, which have minimal changes from the settings that
we publish via our installs.That said, if I had a requirement to support upgrades and wanted to makesure that my installs did not overlay / invalidate some of the localizedchanges that were made after my install, I would probably look to create a
Custom Action that queried the relevant IIS settings, saved them to propertyvalues, and reinstalled the updated web site with the saved propertysettings.Hope this helps.David AdamsMSN MessengerID: 
[EMAIL PROTECTED]From: Tina Basinger 
[EMAIL PROTECTED]To: david adams[EMAIL PROTECTED],
wix-users@lists.sourceforge.netSubject: Re: [WiX-users] Web Application PoolDate: Fri, 20 Oct 2006 15:57:05 -0500MIME-Version: 1.0X-Originating-IP: 
131.107.0.104Received: from lists-outbound.sourceforge.net ([
66.35.250.225]) bybay0-mc11-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444
); Fri,20 Oct 2006 13:58:28 -0700Received: from sc8-sf-list1-new.sourceforge.net
 (unknown [10.3.1.93])by
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 98002125D1; Fri, 20 Oct2006 13:58:27 -0700 (PDT)Received: from 
sc8-sf-mx2-b.sourceforge.net([10.3.1.92]helo=
mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.netwith esmtp (Exim 4.43)id 1Gb1P5-0004FR-Itfor
wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 13:55:43 -0700Received: from 
webmail-outgoing.us4.outblaze.com ([205.158.62.67])by
mail.sourceforge.net with esmtp (Exim 4.44) id 1Gb1P4-0003ws-Vkforwix-users@lists.sourceforge.net; Fri, 20 Oct 2006 13:55:43 -0700
Received: from unknown (unknown [192.168.9.180])by
webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id51E181800205 forwix-users@lists.sourceforge.net
;Fri, 20 Oct 2006 20:57:11 + (GMT)Received: by ws1-5.us4.outblaze.com (Postfix, from userid 1001)id
F3537478081; Fri, 20 Oct 2006 20:57:05 + (GMT)Received: from [131.107.0.104] by 
ws1-5.us4.outblaze.com with http[EMAIL PROTECTED]; Fri, 20 Oct 2006 15:57:05 -0500X-Message-Info: LsUYwwHHNt0Kn9+ALiu5nnVrsKdoMAGMqnKGnCvw7pg=
X-OB-Received: from unknown (205.158.62.51)by 
wfilter.us4.outblaze.com; 20Oct 2006 20:57:11 -X-Originating-Server: ws1-5.us4.outblaze.com
X-Spam-Score: 1.6 (+)X-Spam-Report: Spam Filtering performed by sourceforge.net.See
http://spamassassin.org/tag/ for more details.Report problemstohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 HTML_MESSAGEBODY: HTML included in message1.1 HTML_NONELEMENT_60_70 BODY: 60%
to 70% of HTML elements arenon-standard0.5 HTML_20_30   BODY:Message is 20% to 30% HTMLX-BeenThere: 
wix-users@lists.sourceforge.netX-Mailman-Version: 2.1.8Precedence: listList-Id: General discussion for Windows Installer XMLtoolset.
wix-users.lists.sourceforge.netList-Unsubscribe:https://lists.sourceforge.net/lists/listinfo/wix-users
,mailto:[EMAIL PROTECTED]?subject=unsubscribeList-Archive:
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.netList-Help: mailto:
[EMAIL 

[WiX-users] setting a local security policy

2006-10-24 Thread Simon Burgess








Hi

Ive seen a post in the archives talking about needing to add
a user into the Logon as a service policy in order to start a
windows service with a local non system account. Does anyone know how to do
this with WiX?






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] VBScript and ComboBox

2006-10-24 Thread Lerudjordet, Morten Minge
Title: RE: VBScript and ComboBox






So I see some errors in my script, 

(SELECT * FROM `ComboBox` WHERE `Property` = 'TARGETWEBCOMBO' AND `Order` = 'sResult') should be

(SELECT * FROM `ComboBox` WHERE `Property` = 'TARGETWEBCOMBO' AND `Order` = '  sResult  ')


But what I'm asking is if there is a way to access the combobox (property) that has been selected in the install UI. 

Does it reside in a temp table or somthing in the WI database, that I can access from my script?


Regards

Morten



Hi,

I have a ComboBox that is populated by websites installed on a given server (_vbscript_).

Choosing the preferred site in the combobox I want a script to read

this value and get all site info (port, IP..) Is this possible?


I tried accessing the property TARGETWEBCOMBO by doing the following

workaround:

String Id=CurrentWebSite[TARGETWEBCOMBO]/String

Property Id=CURRENTWEBSITE Value=!(loc.CurrentWebSite) /


Hopefully the choice made in the UI for the combobox will reside in CURRENTWEBSITE property.


Tried the code below, but it seems only to work in my head. Any input will be appreciated


_vbscript_:

Set oView = Session.Database.OpenView(SELECT * FROM `Property` WHERE `Property` ='CURRENTWEBSITE') 

oView.Execute 

Set sResult = oView.Fetch 

Set oPropertyView = Session.Database.OpenView(SELECT * FROM `ComboBox` WHERE `Property` = 'TARGETWEBCOMBO' AND `Order` = 'sResult') 

oPropertyView.Execute

Set sFinall = oPropertyView.Fetch


Regards

Morten



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] install .hxs into VS2005 help system with wix

2006-10-24 Thread Jimmy Do

Bob Arnson wrote:
   Jimmy Do wrote:
3. Edited Sample.wxs to include these two elements:
  Merge Id=HelpModule DiskId=1 
 Language=1033 SourceFile=HelpInstall.msm / (inside the INSTALLDIR 
 Directory element)
  MergeRef Id=HelpModule / (inside 
 the Feature element)

 You'll also need Merge and MergeRefs for the other Help 2.x merge modules 
 (HTML_Help_Registration__RTL_---_---.msm and
 HTML_Help_Registration__RTL_X86_---.msm).

I tried adding Merge and MergeRef for both 
'HTML_Help_Registration__RTL_---_---.msm' and 
'HTML_Help_Registration__RTL_X86_---.msm' and included those 2 files in the 
directory containing Sample.wxs, but the generated installer still doesn't 
register the help file.



Or is there some other way of using WIX to install a .hxs file into 
 the VS help system?

 Take a look at WixVSExtension. It includes strongly-typed authoring for .Hx? 
 files, such as HelpCollection and
 HelpFile. See Vs Schema in WiX.chm.

This sounded interesting so I looked into it, but I couldn't find much info on 
the web about using WixVSExtension. I did find the VS Schema information in the 
Wix.chm, so here's a snippet from my attempt:


Product Id='69A7A830-638F-11DB-BD13-0800200C9A66' Name='Test Package' 
Language='1033' Version='1.0.0.0' Manufacturer='Microsoft Corporation' 
UpgradeCode='92AF3270-638F-11DB-BD13-0800200C9A66'
Package
Description='Some description'
Comments='Comments for this installer'
Manufacturer='Some Company' InstallerVersion='200' 
Compressed='yes'/

Media Id='1' Cabinet='Something.cab' EmbedCab='yes'/

Directory Id='TARGETDIR' Name='SourceDir'
Directory Id='ProgramFilesFolder' Name='PFiles'
Directory Id='MyAppDir' Name='MyAppInstallDir'
Component Id='MyComponent' 
Guid='D85DF130-638F-11DB-BD13-0800200C9A66'

xmlns:vse='http://schemas.microsoft.com/wix/VSExtension'
File Id='HelpFile' 
Name='AppHelpFile.hxs' Source='AppHelpFile.hxs'
vse:HelpFile Id='MyHelpFile' 
Name='my.help.file.id'/
/File
File Id='CollectionFile' 
Name='AppHelpFile.hxc' Source='AppHelpFile.hxc'
vse:HelpCollection 
Id='MyHelpCollection' Description='Help collection description' 
Name='my.help.namespace.id'
vse:HelpFileRef 
Id='MyHelpFile'/
vse:PlugCollectionInto 
TargetCollection='MS_VSIPCC_v80'/
/vse:HelpCollection
/File
/Component
/Directory
/Directory
/Directory

Feature Id='MyFeature' Title='My 1st Feature' Level='1'
ComponentRef Id='MyComponent'/
/Feature
/Product



In the directory containing Sample.wxs, I added AppHelpFile.hxs and 
AppHelpFile.hxc.

Then I did this on the command prompt:
candle Sample.wxs -ext WixVSExtension
light Sample.wixobj -ext WixVSExtension

But 'light' gives this error message:
error LGHT0204 : ICE03: Not a valid foreign key; Table: HelpPlugin, Column: 
HelpNamespace_Parent, Key(s): MyHelpCollection.MS_VSIPCC_v80



Any ideas what I did wrong? Also, is there away to *not* specify a .hxc file? 
Our setup only generates a .hxs, so I'm not sure if I correctly created the 
.hxc file.

Jimmy

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] permanent components...

2006-10-24 Thread Peter G. Sakhno
Hello!

First of all - I want to say thanks for all replies to my previous 
posts. All those replies were useful to me.

And now - another question.

If component is marked as 'permanent' how to force it's uninstallation 
(say by user request)?
If simply 'manually' erase component's data it would not be deleted from 
under Installer control, that's not clear...

-- 
Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] permanent components...

2006-10-24 Thread Rob Mensching
You can't.  If you marked a Component permanent it will not be removed from 
the user's machine.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter G. Sakhno
Sent: Tuesday, October 24, 2006 22:28
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] permanent components...

Hello!

First of all - I want to say thanks for all replies to my previous
posts. All those replies were useful to me.

And now - another question.

If component is marked as 'permanent' how to force it's uninstallation
(say by user request)?
If simply 'manually' erase component's data it would not be deleted from
under Installer control, that's not clear...

--
Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] permanent components...

2006-10-24 Thread Peter G. Sakhno
I see... Thank You.

My Installer writes some registry keys, and these keys should be kept 
during uninstallation until user will allow to remove them.
So what could be the best way to implement it, may be I should write 
these keys from CA?

Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/

Rob Mensching wrote:
 You can't.  If you marked a Component permanent it will not be removed from 
 the user's machine.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter G. Sakhno
 Sent: Tuesday, October 24, 2006 22:28
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] permanent components...
 
 Hello!
 
 First of all - I want to say thanks for all replies to my previous
 posts. All those replies were useful to me.
 
 And now - another question.
 
 If component is marked as 'permanent' how to force it's uninstallation
 (say by user request)?
 If simply 'manually' erase component's data it would not be deleted from
 under Installer control, that's not clear...
 
 --
 Best regards,
 Peter G. Sakhno
 C-MAP RUSSIA Ltd
 http://www.c-map.ru/
 
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users