[WiX-users] Converting prior 3.0 votive projects to current votive

2006-10-23 Thread Rob MacFadyen
Title: QuietExec error



Hi all,
 
When I try to open a Votive solution (from previous 3.0 
release) using the 2211 build I get the following message:
 
The project file must be opened in the Visual Studio IDE 
and converted to the latest version before it can be built by MSBuild. 
C:\.\.wixproj
 
[OK]   [Cancel]
 
Anyone have any ideas what this message actually means? 

 
I _am_ opening the project via the IDE. Also it doesn't 
make a difference if I click OK or Cancel... the solution explorer still shows 
the project as "(unavailable)" and no tree below it (the project file cannot be 
loaded.).
 
Weird... when I try to reload the project (right click on 
project, select reload) I get the same message... but this time it only has the 
OK button.
 
Regards,
 
Rob
-
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=lnk&kid=120709&bid=263057&dat=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-23 Thread Rob MacFadyen
Doh!
 
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)

I can now see the correct icons and new project options :)

Regards,

Rob



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Valente
Sent: Monday, October 23, 2006 8:40 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Votive3... uhm... am I missing something?


Everything's fine for me (I'm using 3.0.2218.0)
 
Try uninstalling, making sure there's no Windows Installer XML v3 directory
(delete it if it still exists) then reinstall again.
 
Anthony


From: Rob MacFadyen
Sent: Tuesday, October 24, 2006 10:05 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Votive3... uhm... am I missing something?


Hey all,
 
Anyone using Votive3? I uninstalled my previous build, downloaded and
installed the new build... and it looks like Visual Studio is still using
the old build (I did follow the instructions... no visual studio running,
installed the project aggregator first).
 
I say this for several reasons:
 
1) Several bugs reportedly fixed just aren't. Specifically the inability to
add new items/add existing items to the project... right click on project,
select "Add new item..." or "Add existing item..." or "Add new folder..."
does not do _anything_ at all. 
 
2) The new project dialog does not match the screenshot at
http://wix.sourceforge.net/votive.html (I see "Wix Project" and "Wix Module
Project" only... and with the "wrong" icons... no "Wix Merge Module Project"
or "Wix Library Project" entries).
 
3) Can't locate any property pages like the screen shot at
http://wix.sourceforge.net/votive.html
 
So... does anyone have the goods on how to diagnose a visual studio addin
installation problem?
 
Regards,
 
Rob
 
 




-
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=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Very Large Files

2006-10-23 Thread John Watson
Magus,
 
PC Magazine used to have a utility called Slice32 which would slice a file up into specific sized pieces (originated in the floppy-disk era). It would create a custom "splice.exe" which would reconstitute the file. Not sure of the size limitations but you might get away with using this and creating a custom action that invoked the 
slice.exe.
 
John 
On 10/23/06, Magus <[EMAIL PROTECTED]> wrote:
I have a 3.9 gigabyte sized file.  I didn't create this file and I am  notallowed to change it.  But It doesn't go into a cab because a 
2.0 gigabytelimit (not enforced, but will FTU).  Is there a way it cut the file intopieces in wix?  The problem is I don't want to have to have the userreassemble the file.  I would like to cut it down because CD's and such
dont' even allow anything close to that.--View this message in context: http://www.nabble.com/Very-Large-Files-tf2498484.html#a6964925
Sent from the wix-users mailing list archive at Nabble.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 easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___WiX-users mailing listWiX-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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Crystal Reports

2006-10-23 Thread Anthony Valente

Hi all,

When I try and include a couple of Crystal Reports merge modules, Light is 
throwing the following error:

light.exe(0,0): Error LGHT0001: Failed to fetch a File row from the database 
that was merged in from a module.

Can anyone shed any insight as to what the error means?

I'm using Wix 3.0.2218.0 - it was also occurring in the previous build too.

Anthony Valente

View this message in context: Crystal Reports
Sent from the wix-users mailing list archive at Nabble.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=lnk&kid=120709&bid=263057&dat=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-23 Thread Anthony Valente
Title: QuietExec error



Everything's fine for me (I'm using 
3.0.2218.0)
 
Try uninstalling, making sure there's no 
Windows Installer XML v3 directory (delete it if it 
still exists) then reinstall again.
 
Anthony


From: Rob MacFadyenSent: Tuesday, 
October 24, 2006 10:05 AMTo: 
wix-users@lists.sourceforge.netSubject: [WiX-users] Votive3... uhm... 
am I missing something?

Hey all,
 
Anyone using Votive3? I uninstalled my previous build, 
downloaded and installed the new build... and it looks like Visual Studio is 
still using the old build (I did follow the instructions... no visual studio 
running, installed the project aggregator first).
 
I say this for several reasons:
 
1) Several bugs reportedly fixed just aren't. Specifically 
the inability to add new items/add existing items to the project... right click 
on project, select "Add new item..." or "Add existing item..." or "Add new 
folder..." does not do _anything_ at all. 
 
2) The new project dialog does not match the screenshot at 
http://wix.sourceforge.net/votive.html (I 
see "Wix Project" and "Wix Module Project" only... and with the "wrong" icons... 
no "Wix Merge Module Project" or "Wix Library Project" 
entries).
 
3) Can't locate any property pages like the screen shot at 
http://wix.sourceforge.net/votive.html
 
So... does anyone have the goods on how to diagnose a 
visual studio addin installation problem?
 
Regards,
 
Rob
 
 


smime.p7s
Description: S/MIME cryptographic signature
-
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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Dark 3.0 crashing

2006-10-23 Thread Rob MacFadyen
Title: QuietExec error



Hey all,
 
Using build 3.0.2015 I'm getting an ugly crash 
in Dark and no output is produced (several warnings 
though):
 
 
dark.exe : error DARK0001 : Index was outside the bounds of 
the array.
 
Exception Type: 
System.IndexOutOfRangeException
 
Stack Trace:   at 
Microsoft.Tools.WindowsInstallerXml.Decompiler.DecompileLockPermissionsTable(Table 
table)   at 
Microsoft.Tools.WindowsInstallerXml.Decompiler.DecompileTables(TableCollection 
tables)   at 
Microsoft.Tools.WindowsInstallerXml.Decompiler.Decompile(Output 
output)   at 
Microsoft.Tools.WindowsInstallerXml.Tools.Dark.Run(String[] 
args)
 
Is this a common problem... i.e. dark crashing and not 
producing any output at all? Is there an option such that if an exception occurs 
while decompiling one table (like the lockpermissionstable) the entire output is 
not thrown away? Especially given how frequently third party tools produce 
incorrect .MSI files, it would be very handy if Dark had more robust error 
handling. 
 
Also... is there a way to make the stack trace 
include a line number? Surely a line number would help pinpoint exactly 
where in the Decompiler.DecompileLockPermissionsTable(..) method things 
went wrong?
 
Regards,
 
Rob
-
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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2006-10-23 Thread Jimmy Do








Hi,

 

I'm trying to use WIX to create an installer for installing
a .hxs help file into the Visual Studio 2005 help system.

 

I tried this:

1. Created a merge module called 'HelpInstall.msm' using the
Help Integration Wizard project from the VS2005 SDK.

2. Used an existing Sample.wxs file that installs a .exe and
some support files.

3. Copied HelpInstall.msm to the directory containing
Sample.wxs

3. Edited Sample.wxs to include these two elements:

   
 (inside
the INSTALLDIR  element)

   
 (inside the 
element)

4. Ran:

   
candle Sample.wxs

   
light Sample.wixobj

 

When I run Sample.msi, here's what happens:

1. it installs the .exe and support files into this folder:
"c:\Program Files\Company\ProductName"

2. it installs the .hxk, hxc, .hxk, .hxt, and .hxs files
into this folder: "c:\Program Files\Company\ProductName\Module
Retargetable Folder"

3. it does *not* register the help file into VS2005's help
system, so nothing new appears in the "Contents" pane of the VS help
window.

 

Any ideas why the help file isn't being registered? Or is
there some other way of using WIX to install a .hxs file into the VS help
system?

 

(Note: An installer .msi, rather than a merge module,
created using the Help Integration Wizard *will* install and register
the help file correctly, but I can’t use Help Integration Wizard for
creating the .msi because I need to be able to start a new build of the
installer using MSBuild. MSBuild, however, does not support the .vdproj format
used by a Help Integration Wizard project. Having MSBuild execute the
‘devenv’ command to build the .vdproj file is not an option either
because we would prefer to not have Visual Studio installed on our build
machine, so I it looks like WIX is my only option)

 

I’ve been trying to get this to work for a while, so
any assistance would be much appreciated. Thanks!

 

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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Very Large Files

2006-10-23 Thread Magus

I have a 3.9 gigabyte sized file.  I didn't create this file and I am  not
allowed to change it.  But It doesn't go into a cab because a 2.0 gigabyte
limit (not enforced, but will FTU).  Is there a way it cut the file into
pieces in wix?  The problem is I don't want to have to have the user
reassemble the file.  I would like to cut it down because CD's and such
dont' even allow anything close to that.
-- 
View this message in context: 
http://www.nabble.com/Very-Large-Files-tf2498484.html#a6964925
Sent from the wix-users mailing list archive at Nabble.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=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2006-10-23 Thread Rob MacFadyen
Title: QuietExec error



Hey all,
 
Anyone using Votive3? I uninstalled my previous build, 
downloaded and installed the new build... and it looks like Visual Studio is 
still using the old build (I did follow the instructions... no visual studio 
running, installed the project aggregator first).
 
I say this for several reasons:
 
1) Several bugs reportedly fixed just aren't. Specifically 
the inability to add new items/add existing items to the project... right click 
on project, select "Add new item..." or "Add existing item..." or "Add new 
folder..." does not do _anything_ at all. 
 
2) The new project dialog does not match the screenshot at 
http://wix.sourceforge.net/votive.html (I 
see "Wix Project" and "Wix Module Project" only... and with the "wrong" icons... 
no "Wix Merge Module Project" or "Wix Library Project" 
entries).
 
3) Can't locate any property pages like the screen shot at 
http://wix.sourceforge.net/votive.html
 
So... does anyone have the goods on how to diagnose a 
visual studio addin installation problem?
 
Regards,
 
Rob
 
 
-
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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] QuietExec error

2006-10-23 Thread Simon Burgess
Title: QuietExec error








Can anyone give me some advice where I could schedule these custom actions, I
need them to run after 2 local users have been created in the same installer,
Ive tried a few places including ‘After’ = ‘ConfigureUsers’
but the error I get from the quiet execution suggests they haven’t been
created yet? 



 



 

Simon Burgess

Senior Configuration Management Analyst 

The Exchange 
Vertex Financial Services Division
  
  Jessop House
  
  Jessop Avenue 
Cheltenham 
Gloucestershire 
GL50 3SH 
UK 

'+44 (0)1242 214183 




The information contained in this email is intended only for the individual to
whom it is addressed. It may contain privileged and confidential information.
If you have received this message in error or there are any problems, please
notify the sender immediately and delete the message from your computer. The
unauthorised use, disclosure, copying or alteration of this message is
forbidden. Neither Vertex Data Science Limited nor any of its subsidiaries will
be liable for direct, special, indirect or consequential damage as a result of
any virus being passed on, or arising from alteration of the contents of this
message by a third party. The following Vertex companies are authorised and
regulated by the Financial Services Authority: 

- Vertex Data Science Ltd
- Exchange FS Ltd trading as The Exchange
- Vertex Mortgage Services Ltd
- Vertex Administration Ltd 

Vertex Data Science Limited (England
and Wales No. 3153391) registered office Pegasus House, Kings
Business Park,
Liverpool Road,
Prescot, Merseyside, L34 1PJ

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__






-
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=lnk&kid=120709&bid=263057&dat=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-23 Thread Frank Tse








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?

 

Thanks,

Frank

 





From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 12, 2006 9:38 PM
To: Frank Tse
Cc: 'Wilson, Phil'; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] how to enforce assembly to be gac'd even when
thereisalready a copy in the gac





 

Frank Tse wrote: 

I’m using v3 though.  I just tried the latest v3 build 2211
but the behavior is the same.  Do you know if the fix in v2 has been
ported to v3?


No, not yet. I added a note to your feature request.





--  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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FW: Configuring Web Site

2006-10-23 Thread Tina Basinger
Thanks for your insight.  I am using 2.0.4415 as well.  I may try managing the file versions as David suggested below.
 
-Tina 

-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of SimonBurgessSent: Saturday, October 21, 2006 6:13 AMTo: 'david adams'; 
wix-users@lists.sourceforge.netSubject: Re: [WiX-users] Configuring Web SiteI use 2.0.4415 and I see this bug also, when you change the port numberof awebsite then try and uninstall or upgrade, you get the error mentioned
-Original Message-From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]
] On Behalf Of davidadamsSent: 20 October 2006 21:41To: wix-users@lists.sourceforge.netSubject: Re: [WiX-users] Configuring Web SiteTina:
What version of WiX do you use?  When we got the same error, it hadnothingto do with Port Numbers.  I do not think that the Port Numbers are thewaythat they are identified, but an Id in the ISS Metabase (for example:
"Default Website" is usually 1).We got the error when trying to install multiple web sites to a server(which your installer would be doing if you installed to an IP with onePortNumber and change the Port Number for a subsequent install).  To WI, you
would be installing a second web site.The bug has been entered.  We are working around it in the interim bymanaging file versions.  It seems as if the bug was introduced afterrelease3309.  We current use release 4221, but manually copy the sca*.dll files
andsca.wixlib from the 3309 binary releases.I think that Mike published the C++ code that would fix the problem acoupleof weeks ago.  Not knowing C++ & with current project requirements, I
havenot tried it.  If you would like, I will check my email history later toseeif I can find and republish it.David AdamsMSN MessengerID: [EMAIL PROTECTED]
>From: "Tina Basinger" <[EMAIL PROTECTED]>>To: wix-users@lists.sourceforge.net
>Subject: [WiX-users] Configuring Web Site>Date: Fri, 20 Oct 2006 14:57:49 -0500>MIME-Version: 1.0>X-Originating-IP: 131.107.0.103>Received: from 
lists-outbound.sourceforge.net ([66.35.250.225]) by>bay0-mc8-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444);Fri, 20
>Oct 2006 12:58:41 -0700>Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by>
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 7EE37120E2; Fri, 20Oct>2006 12:58:40 -0700 (PDT)>Received: from sc8-sf-mx2-b.sourceforge.net
>([10.3.1.92]helo=mail.sourceforge.net)bysc8-sf-list1-new.sourceforge.net>with esmtp (Exim 
4.43)id 1Gb0Tk-0007Jh-J5for>wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 12:56:28 -0700>Received: from 
webmail-outgoing.us4.outblaze.com ([205.158.62.67])by>mail.sourceforge.net with esmtp (Exim 4.44) id 1Gb0Ti-0005He-6Sfor>
wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 12:56:28 -0700>Received: from unknown (unknown [192.168.9.180])by>webmail-outgoing.us4.outblaze.com
 (Postfix) with QMQP idC4B441800203for>;Fri, 20 Oct 2006 19:57:52 + (GMT)>Received: by 
ws1-2.us4.outblaze.com (Postfix, from userid 1001)id>8374F1F50B1; Fri, 20 Oct 2006 19:57:52 + (GMT)>Received: from [131.107.0.103] by 
ws1-2.us4.outblaze.com with http>[EMAIL PROTECTED]; Fri, 20 Oct 2006 14:57:49 -0500>X-Message-Info: LsUYwwHHNt0qgUvdB1l54OvjhyNbSOwki83boX3H3ck=>X-OB-Received: from unknown (
205.158.62.81)by wfilter.us4.outblaze.com;20>Oct 2006 19:57:53 ->X-Originating-Server: 
ws1-2.us4.outblaze.com>X-Spam-Score: 0.5 (/)>X-Spam-Report: Spam Filtering performed by sourceforge.net.See>http://spamassassin.org/tag/ for more details.Report
 problems>tohttp://sf.net/tracker/?func=add&group_id=1&atid=210.0HTML_MESSAGE>BODY: HTML included in message0.5 HTML_20_30 BODY:>Message is 20% to 30% HTML>X-BeenThere: 
wix-users@lists.sourceforge.net>X-Mailman-Version: 2.1.8>Precedence: list>List-Id: "General discussion for Windows Installer XML>toolset."<
wix-users.lists.sourceforge.net>>List-Unsubscribe:>,wix-users-[EMAIL PROTECTED]>>List-Archive:><
http://sourceforge.net/mailarchive/forum.php?forum=wix-users>>List-Post: wix-users@lists.sourceforge.net
>>List-Help:[EMAIL PROTECTED]?subject=help>>List-Subscribe:><
https://lists.sourceforge.net/lists/listinfo/wix-users>,wix-users-[EMAIL PROTECTED]
>>Errors-To: [EMAIL PROTECTED]>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 20 Oct 2006 19:58:41.0229 (UTC)>FILETIME=[23ECDFD0:01C6F482]>>Can someone share some insight into the ConfigureIfExists attribute of>the WebSite element?  I have this set to No, and have found that if
after>installing my web site, I edit the port number of it, and then upgrademy>install, I get an error during the install saying "Failed to readIIsWebs>table [-2147024774]".  I have included the verbose logging of the
>ConfigureIIs custom action below.  I am guessing that the Wix custom>action to create the web site is looking for the web site via the port>number.  What I'm confused about though, is if it doesn't fi

[WiX-users] Speaking piece Earnhardt

2006-10-23 Thread MB speeds.



Controls Winmexp m key Features a use is load 
quickly dragdrop copy paste inverse am fit Zoom desktop Shade Snap Vcdvideocd 
Supported plays operate system.Mere natural instincts or Spirit am build or 
yourselves holy or pray Gods wait mercy of life merciful snatch in fearhating 
clothing stained corrupted flesh Jude.Paste a inverse fit Zoom desktop Shade 
Snap Vcdvideocd Supported plays in operate system can mpg or mpga wav a au wma 
is if Codec installed ability.Longwhats British storys numbers totally djork 
Nope thought Imhothat connected posted Unimental am suppose booting electrical 
keeping onmore carried charges is slammed is machines onposted bbc Trusts survey 
oneinseven.

Desperate delight a prayed ever is bequot pray in 
quoti couldquot Spurgeon or leaves or dark Light am prays less!Active 
Moderators Showing guests a Sorted Order Ascending Descending Days Weeks or 
Months bigz Secretny.Moves adventure or going is direction forwards is 
understood backwards emotions or stoicism driven or knees conviction nowhere 
Abraham.Kyle scene naked cooking a breakfast in Mary Absolutely is breakfast 
mission strategy plan strictest Legend lunch discover is haunted.Job gt 
Employment Register faq Members List Calendar am Posts Threads a Page Rating 
Thread Starter of Replies Views of.Innovative mobility consumers value 
lament of high policies quality nations is admit wrong turn.Active 
Moderators Showing guests a Sorted Order Ascending Descending Days Weeks or 
Months bigz Secretny.
-
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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2006-10-23 Thread vbtricks

Salut,

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?


Stefan
-- 
View this message in context: 
http://www.nabble.com/Plugins-for-the-installer-%28.NET%29-tf2495341.html#a6956724
Sent from the wix-users mailing list archive at Nabble.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=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Checking for .NET 2.0 or 1.1 installed

2006-10-23 Thread Reggie Burnett








Thanks.  I appreciate the code
snippet.  It saved me some time.

 







From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Friedrich,
Oliver
Sent: Monday, October 23, 2006 2:17 AM
To: Reggie Burnett; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Checking for .NET 2.0 or 1.1 installed





 

> What’s the easiest way to check that a particular
framework is installed?  Is this easy with WiX v2 or should I upgrade to Wix
v3?  And, if upgrade is the answer, is v3 stable enough to use currently?

 

 

Well, in V2 it is
just as simple as:

 



 


Condition>

 

Grettings Oliver Friedrich

 

 








-
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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] If-statements?

2006-10-23 Thread Stefan Pavlik
Hi ,...

I am using preprocessor variables for the same purpose.

In the begining of my wxs file there is definition of variables:







The file is compiled with command line
candle.exe -dRELEASE source.wxs for release version and
candle.exe source.wxs  for debug.

Inside the components I am using variable $(var.DebugReleaseDir) to
get the correct name/path.


Hope this helps you...


Stefan


Christer Solskogen wrote:
> I'm working on a project which have both a debug build and a release 
> build, and our goal is to make a MSI-package for both of them.
> Normally this is not a big problem, but in our case the files used in 
> debug does not have the same name as in the release build.
> Is it possible to solve this in a normal matter, without using to much 
> search/replace or maintaining two wix files?
> 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com
Panenska 28 | SK-81103 Bratislava | Slovak Republic
Tel +421(2)5930-0735 | Fax +421(2)5443-5512

-
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=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] If-statements?

2006-10-23 Thread Christer Solskogen
I'm working on a project which have both a debug build and a release 
build, and our goal is to make a MSI-package for both of them.
Normally this is not a big problem, but in our case the files used in 
debug does not have the same name as in the release build.
Is it possible to solve this in a normal matter, without using to much 
search/replace or maintaining two wix files?

-- 
chs


-
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=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstall a cached msi

2006-10-23 Thread Stefan Pavlik
Hi...

The cached copy of MSI file is stored in hidden system folder
%WINDIR%\Installer\.
In this filder there are several files with .msi extension. You need
to find the file that belongs to your (broken) product and edit it
(via ORCA). You should back up the file you are about to modify in
case that your changes aren't good.

Regards

Stefan



Rai Wasif wrote:
> hi,
>   i m geting problem in uninstalling a msi. because its older version is
> cached in which some CA failed and so rollback occur. let me know the
> solution of this prob. tell me where is its db table files to remove or
> what else is the solution. i remove all of my temp directory but
> couldn't able to install it yet.
> Regards
> Rai wasif jahangir
> 
> 
> 
> __ NOD32 1.1817 (20061019) Information __
> 
> This message was checked by NOD32 antivirus system.
> http://www.eset.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=lnk&kid=120709&bid=263057&dat=121642
> 
> __ NOD32 1.1817 (20061019) Information __
> 
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
> 
> 
> 
> 
> 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> __ NOD32 1.1817 (20061019) Information __
> 
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
> 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com
Panenska 28 | SK-81103 Bratislava | Slovak Republic
Tel +421(2)5930-0735 | Fax +421(2)5443-5512

-
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=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Set The Working Directory

2006-10-23 Thread Petrut Andrei
  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:

C:\Program
Files\Sqlite\SQLite3.exe


 I want to write just:

SQLite3.exe


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=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Checking for .NET 2.0 or 1.1 installed

2006-10-23 Thread Friedrich, Oliver








> What’s the easiest way to check that a particular framework
is installed?  Is this easy with WiX v2 or should I upgrade to Wix v3? 
And, if upgrade is the answer, is v3 stable enough to use currently?

 

 

Well, in V2 it is just as simple as:

 



  

Condition>

 

Grettings Oliver Friedrich

 

 






-
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=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users