[WiX-users] Preventing MSI from fetching userinfo

2007-05-10 Thread Pseudonymic Wannabe
Is there any way to prevent MSI from automaticly filling out the 
Username/Organization dialogs with system info for the userregistrationdlg?



Sincerely

Olaf

_
Make every IM count. Download Messenger and join the i’m Initiative now. 
It’s free. http://im.live.com/messenger/im/home/?source=TAGHM_MAY07



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Forcing Fatal Exit/error or any other failure dialog

2007-05-10 Thread Rob Hamflett
You can force an error by creating a custom error type and then calling it.  
Under the UI element 
create an error element with a unique id like this:
Error Id=2000Your error message here/Error

Then create a CustomAction like this:
CustomAction Id=MyError Error=2000/

You can then schedule that CustomAction in your InstallUISequence.

Rob


Magus wrote:
 Is there a way to force these dialogs at run time.  I am trying to make sure
 my Custom UI Dialogs for them appear and get the proper information to
 display in them that would appear normally.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Removing a non-empty folder

2007-05-10 Thread Hooman Amini
Hello wipers,

I have a folder including a lot of information that I do not know what
they really are. I know this is not the best practice but I need to
remove them before copying my information to the destination folder. Can
someone please offer a snipt for how to use removeFolder or RemoveFile
elements to remove a non-empty folder before copying the msi files to
the destination computer. It is also important that I need to stop a
service in advance to be able to remove the folder.


Thanks in advance,
Hooman Amini



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLACK 
Disclaimer:  The information contained within this e-mail is confidential and 
may be privileged. This email is intended solely for the named recipient only; 
if you are not authorised you must not disclose, copy, distribute, or retain 
this message or any part of it. If you have received this message in error 
please contact the sender at once so that we may take the appropriate action 
and avoid troubling you further.  Any views expressed in this message are those 
of the individual sender.  QAS Limited has the right lawfully to record, 
monitor and inspect messages between its employees and any third party.  Your 
messages shall be subject to such lawful supervision as QAS Limited deems to be 
necessary in order to protect its information, its interests and its 
reputation.  

Whilst all efforts are made to safeguard Inbound and Outbound emails, QAS 
Limited cannot guarantee that attachments are virus free or compatible with 
your systems and does not accept any liability in respect of viruses or 
computer problems experienced.
/FONT


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Localizing UIText table

2007-05-10 Thread Pseudonymic Wannabe
We have a wixlocalization file that works fine for the most part, one thing 
that doesn't seem to work though is having the UIText there.



String Id=UITextSelChildCostPosThis feature requires [1] on your hard 
drive./String


Any of our other localization strings are loaded fine with $(loc.StringId) 
but our installer seems to not want to use for example the UIText as above. 
This is also evident in add/remove programs when uninstalling, the 
progress-box has no text at all.


What's causing this?


-Olaf

_
PC Magazine’s 2007 editors’ choice for best Web mail—award-winning Windows 
Live Hotmail. 
http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_pcmag_0507



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] heat website command not working

2007-05-10 Thread suedeuno

Unfortunately there is a host of different information out there on how to
run this command. I found my example at the wix wiki:
http://www.wixwiki.com/index.php?title=Heat

running it with LM changes the error, it can't find the website. My guess is
either this isn't correct or there is a bug with this portion. 

Thanks though.
W


Mike Dimmick-2 wrote:
 
 I'm not sure what the parameter to heat website *should* be, but it
 should
 not start with a '/' character. That causes the command-line parser to
 think
 that that argument is an option, not the vdir to process.
 
 I have a vague recollection that it should be LM/1/Root/MyWebSite but I'm
 not familiar with using heat to process websites.
 
 -- 
 Mike Dimmick
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of suedeuno
 Sent: 09 May 2007 22:07
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] heat website command not working
 
 
 I'm using the following command:
 
 heat.exe website /1/Root/MyWebSite -out web.wxs
 
 I'm getting HEAT0001 : Value cannot be null
 System.ArguementNullException
 
 Stack Trace: at
 Microsoft.Tools.WindowsInstallerXml.Harvester.Harvest(String
 arguement)
 
 
 Can someone tell me if my command arguments are correct?
 -- 
 View this message in context:
 http://www.nabble.com/heat-website-command-not-working-tf3718301.html#a10402
 769
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 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/heat-website-command-not-working-tf3718301.html#a10412871
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] heat website command not working

2007-05-10 Thread suedeuno

Tried adding LM and just MyWebSite but neither are found. Doesn't sound
like this works or least I haven't seen anyound that could provide an
example that works.
W


Bob Arnson-6 wrote:
 
 Mike Dimmick wrote:
 I have a vague recollection that it should be LM/1/Root/MyWebSite but I'm
 not familiar with using heat to process websites.
   
 
 Derek's blog entry introducing heat 
 http://installing.blogspot.com/2006/04/heatexe-making-setup-easier.html 
 says:
 
 Although its a bit under construction, Heat has the capability, today, 
 to capture IIS web sites. Simply run 'heat.exe website My WebSite Name 
 -out sourceFile.wxs' to harvest a web site and all its files.
 
 -- 
 sig://boB
 http://joyofsetup.com/
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 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/heat-website-command-not-working-tf3718301.html#a10412878
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] heat website command not working

2007-05-10 Thread Rob Mensching
It is very possible this does not work.  Derek wrote heat.exe in its entirety 
and when he left no one new showed up to pick up the pieces and carry it 
forward.  The web site stuff was some of the last stuff he did and while I saw 
it work once, that doesn't mean it works in all (or even many) cases.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of suedeuno
Sent: Thursday, May 10, 2007 6:32 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] heat website command not working


Tried adding LM and just MyWebSite but neither are found. Doesn't sound
like this works or least I haven't seen anyound that could provide an
example that works.
W


Bob Arnson-6 wrote:

 Mike Dimmick wrote:
 I have a vague recollection that it should be LM/1/Root/MyWebSite but I'm
 not familiar with using heat to process websites.


 Derek's blog entry introducing heat
 http://installing.blogspot.com/2006/04/heatexe-making-setup-easier.html
 says:

 Although its a bit under construction, Heat has the capability, today,
 to capture IIS web sites. Simply run 'heat.exe website My WebSite Name
 -out sourceFile.wxs' to harvest a web site and all its files.

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


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 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/heat-website-command-not-working-tf3718301.html#a10412878
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error on uninstall?

2007-05-10 Thread Julie Campbell
Sorry it took so long to get back to you, I caught a bug, then another one
... long week.

Here's what seems to be the applicable part of the log.  The user error is
something like one or more files needed for restoration cannot be found.
Restoration is not possible.  

I don't know what 19C29D7B9D408814D8EF629B9E4E4D76 is, it isn't a GUID I'm
using.
---

MSI (s) (20:9C) [14:02:55:381]: Executing op: RegRemoveKey()
MSI (s) (20:9C) [14:02:55:381]: Note: 1: 1402 2:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\TempP
ackages 3: 2 
MSI (s) (20:9C) [14:02:55:391]: Executing op:
RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\6210
75F8DBF3E4E4DB29436882BE,,BinaryType=0)
MSI (s) (20:9C) [14:02:55:391]: Executing op:
RegAddValue(Name=19C29D7B9D408814D8EF629B9E4E4D76,,)
MSI (s) (20:9C) [14:02:55:401]: Executing op:
RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\19C29D7B
9D408814D8EF629B9E4E4D76,,BinaryType=0)
MSI (s) (20:9C) [14:02:55:401]: Executing op: RegRemoveKey()
MSI (s) (20:9C) [14:02:55:401]: Note: 1: 1402 2:
HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\19C29D7B9D408814D8EF6
29B9E4E4D76 3: 2 
MSI (s) (20:9C) [14:02:55:401]: Executing op:
RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\19C29D7B
9D408814D8EF629B9E4E4D76,,BinaryType=0)
MSI (s) (20:9C) [14:02:55:411]: Executing op:
RegAddValue(Name=ProductName,Value=Keithley Test Script Builder Software
Suite,)
MSI (s) (20:9C) [14:02:55:411]: Executing op:
RegAddValue(Name=PackageCode,Value=419209F45EE52DE429219AFDA3563FB0,)
MSI (s) (20:9C) [14:02:55:421]: Executing op:
RegAddValue(Name=Language,Value=#1033,)
MSI (s) (20:9C) [14:02:55:421]: Executing op:
RegAddValue(Name=Version,Value=#16777216,)
MSI (s) (20:9C) [14:02:55:421]: Executing op:
RegAddValue(Name=Assignment,Value=#1,)
MSI (s) (20:9C) [14:02:55:431]: Executing op:
RegAddValue(Name=AdvertiseFlags,Value=#388,)
MSI (s) (20:9C) [14:02:55:431]: Executing op:
RegAddValue(Name=InstanceType,Value=#0,)
MSI (s) (20:9C) [14:02:55:441]: Executing op:
RegAddValue(Name=AuthorizedLUAApp,Value=#0,)
MSI (s) (20:9C) [14:02:55:441]: Executing op:
RegAddValue(Name=Clients,Value=[~]:[~],)
MSI (s) (20:9C) [14:02:55:441]: Executing op:
RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\19C29D7B
9D408814D8EF629B9E4E4D76\SourceList,,BinaryType=0)
MSI (s) (20:9C) [14:02:55:451]: Executing op:
RegAddValue(Name=PackageName,Value=TSBSuite.msi,)
MSI (s) (20:9C) [14:02:55:451]: Executing op:
RegAddValue(Name=LastUsedSource,Value=n;1;C:\,)
MSI (s) (20:9C) [14:02:55:461]: Executing op:
RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\19C29D7B
9D408814D8EF629B9E4E4D76\SourceList\Net,,BinaryType=0)
MSI (s) (20:9C) [14:02:55:461]: Executing op:
RegAddValue(Name=1,Value=#%C:\,)
MSI (s) (20:9C) [14:02:55:461]: Executing op:
RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\19C29D7B
9D408814D8EF629B9E4E4D76\SourceList\Media,,BinaryType=0)
MSI (s) (20:9C) [14:02:55:471]: Executing op: RegAddValue(Name=1,Value=;,)
MSI (s) (20:9C) [14:02:55:471]: Executing op:
RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\19C29D7B
9D408814D8EF629B9E4E4D76,,BinaryType=0)
MSI (s) (20:9C) [14:02:55:471]: Executing op:
End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (20:9C) [14:02:55:471]: Error in rollback skipped.  Return: 5
MSI (s) (20:9C) [14:02:55:511]: Unlocking Server
MSI (s) (20:9C) [14:02:55:511]: PROPERTY CHANGE: Deleting UpdateStarted
property. Its current value is '1'.
Action ended 14:02:55: InstallFinalize. Return value 3.
Action ended 14:02:55: INSTALL. Return value 3.
Property(S): IVIDIRPROP = C:\Program Files\IVI\

---

Julie Campbell
[EMAIL PROTECTED]

-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 02, 2007 11:24 PM
To: Julie Campbell
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error on uninstall?

Julie Campbell wrote:
 I started getting an error on uninstallation a couple days and despite
 verbose logging have been unable to determine the cause.  Something I've
 changed is the mostly likely culprit.  Anyone have guidance?  The verbose
 log gives me (error codes looked up from
 http://msdn2.microsoft.com/en-us/library/aa372835.aspx, numbers in log):
   1302: Please insert the disk: [2]
   1725: Removal failed.
   1709: Product: [2] -- [3]
   

There's probably another error lurking -- 1302 isn't necessarily a 
source prompt. Search the log for return value 3 -- that usually 
indicates the action that failed.

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




_
Scanned by IBM Email Security Management Services powered by MessageLabs.
For more information please visit http://www.ers.ibm.com

_




Re: [WiX-users] Prevent installing on Windows 2000

2007-05-10 Thread Trevor Clifton
If I understand you correctly, you want the following conditions only:

If it is XP and SP2 or greater
(VersionNT = 501 AND ServicePackLevel = 2) OR

Or if it is Win2003 and (SP1 or greater)
(VersionNT = 502 AND ServicePackLevel = 1) OR

Of if it is Vista
(VersionNT = 600)

Then you can also check if it is 64 bit or not with 
VersionNT64

Us this reference for the syntax:
http://msdn2.microsoft.com/en-us/library/aa368012.aspx

and use this reference for the values look here:
http://msdn2.microsoft.com/en-us/library/aa370556.aspx


-Trevor

-Original Message-
From: Nick [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 10, 2007 11:28 AM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Prevent installing on Windows 2000

That would work great...but my app needs WinXP-SP2 or better, or Win2003-SP1
or
better, or Vista, and that's where it gets messy.  (It depends on Windows
Firewall, which is only present in those operating systems).



On 5/10/07, Trevor Clifton [EMAIL PROTECTED] wrote:
 I do just the opposite and require it to be 2k or better. Here is my
 Condition line to do that:

 Condition Message=You must have Windows 2000 or better to install this
 software. Installation will now
 abort.![CDATA[VersionNT=500]]/Condition

 You would modify the condition to be  500 instead of = 500 to exclude
the
 Win2k.  Then you can also customize your Condition message as you wish.

 -Trevor



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Disabling and hiding a feature based on key...

2007-05-10 Thread Lewis Henderson
Hi All,

 

I've got an install that prompts for a product key, and based on the
value of that key, certain features may not be available.  How do I
disable these features and remove them from the subsequent FeatureTree
dialog?  My key validation custom action can set a property value for
each feature indicating if it's authorized or not, if that helps.

 

Thanks for the help.

Lewis

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] (no subject)

2007-05-10 Thread Nick
I create a dummy installation project with Visual Studio 2005, and I make it
install .NET runtime and VC++2005 as pre-requisites.  Then I delete the .msi
file that VS generates, and I put in the one WiX generates.  Congratulations,
you have a setup.exe that installs all the pre-requisites.



On 5/10/07, Lewis Henderson [EMAIL PROTECTED] wrote:



 Hi,



 This is my last question for the day.  I’m working on an install that uses a
 custom action to validate a product key early in the UI sequence.  However,
 the custom action code requires the C++ RTL for VC 8.0 (2005 .NET).  How do
 I check for and install this RTL if needed before the UI sequence kicks in?



 Thanks for the help.

 Lewis
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] IIS Setup for ASP.NET Runtime?

2007-05-10 Thread S C
I am attempting to set the version of the ASP.NET runtime in my WiX v3 wxs. 
In the IIS 6 MMC, getting Properties on the default web site and choosing 
the ASP.NET tab gives a dropdown with the available runtimes, it default 
to 1.1 on most systems; I need to set that to 2.0 within my .wxs, how to do?


Thanks.

_
See what you’re getting into…before you go there 
http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CustomAction = .NET dependancy?

2007-05-10 Thread Chris.Rowland
One system in question had version 1 of the .NET framework, and
installing version 2 made the problem go away.

 

Any tips on how to find out what the dependency is, and how I can
configure my build setting to remove it?

 



From: Rowland, Chris 
Sent: Thursday, May 10, 2007 2:07 PM
To: 'Bob Arnson'
Cc: WiX-users@lists.sourceforge.net
Subject: RE: [WiX-users] CustomAction = .NET dependancy?

 

 

I was having this issue on a Vista machine and I changed my build
settings to use the setting No Common Language Runtime support and the
problem went away.

 

Now the same type of issue (use of a CA in the DLL fails) has popped up
on a couple of XP and a 2K system, while it works fine on others.  Is
there a way to get more information than Error 2896?

 



From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 30, 2007 10:34 PM
To: Rowland, Chris
Cc: WiX-users@lists.sourceforge.net
Subject: Re: [WiX-users] CustomAction = .NET dependancy?

 

[EMAIL PROTECTED] wrote: 

My installer is failing on some systems, and it appears that its
dependant on the .NET framework.  My CustomActions were authored in
VC++.  Is .NET always a requirement of installers that use CustomActions
or is this a result of the build settings I used to build the DLL?


It's definitely your settings. Are you sure it's a dependency on .NET?
The typical problem is using the DLL CRT and not having it installed on
the target system.

-- 
sig://boB
http://joyofsetup.com/
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] heat dir .wxs missing Class/@Server attribute

2007-05-10 Thread suedeuno

I ran heat dir command and tried to compile in visual studio but got the
following:

Error The Class/@Server attribute was not found; it is required.

Yes, I could add this but I've got about 39k llines of code in the wxs. 

Is there a hidden switch for this?
-- 
View this message in context: 
http://www.nabble.com/heat-dir-.wxs-missing-Class-%40Server-attribute-tf3723998.html#a10420979
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CustomAction = .NET dependancy?

2007-05-10 Thread Nick
If you wrote it in VC++ 2005 then one of your dependencies will be the Visual
C++ 2005 redistributable.  One of your dependencies will also probably be .NET
framework 2.0.  You put these in your bootstrapper, since neither are included
by default with your XP or 2K system.  (Unless some other app already installed
those...)

How do you deal with it?  Write your CA DLL in MS C++ version 6.0.  I'm not
kidding.



On 5/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:



 One system in question had version 1 of the .NET framework, and installing
 version 2 made the problem go away.



 Any tips on how to find out what the dependency is, and how I can configure
 my build setting to remove it?


 


 From: Rowland, Chris
 Sent: Thursday, May 10, 2007 2:07 PM
 To: 'Bob Arnson'
 Cc: WiX-users@lists.sourceforge.net
 Subject: RE: [WiX-users] CustomAction = .NET dependancy?






 I was having this issue on a Vista machine and I changed my build settings
 to use the setting “No Common Language Runtime support” and the problem went
 away.



 Now the same type of issue (use of a CA in the DLL fails) has popped up on a
 couple of XP and a 2K system, while it works fine on others.  Is there a way
 to get more information than Error 2896?


 


 From: Bob Arnson [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 30, 2007 10:34 PM
 To: Rowland, Chris
 Cc: WiX-users@lists.sourceforge.net
 Subject: Re: [WiX-users] CustomAction = .NET dependancy?



 [EMAIL PROTECTED] wrote:

 My installer is failing on some systems, and it appears that its dependant
 on the .NET framework.  My CustomActions were authored in VC++.  Is .NET
 always a requirement of installers that use CustomActions or is this a
 result of the build settings I used to build the DLL?


 It's definitely your settings. Are you sure it's a dependency on .NET? The
 typical problem is using the DLL CRT and not having it installed on the
 target system.--
 sig://boB
 http://joyofsetup.com/

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Detecting the type of file system

2007-05-10 Thread Nick
DLL.  See here:

http://www.tramontana.co.hu/wix/lesson3.php#3.3




On 5/10/07, Jason Van Eaton [EMAIL PROTECTED] wrote:
 Thanks, Rob.  By CustomAction, do you mean an action that cobbles together
existing stuff from inside WIX or Windows Installer, or do you mean calling off
to a custom .dll to provide that data?

 JVE


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multi Media Questions

2007-05-10 Thread Magus

I have that both for Components and on Each file. Does one overwrite the
other? 

Dustin Andrews wrote:
 
 Can you post a minimal Wix example of your install? I have a vague feeling
 you might need to set some DiskId someplace.
 
 
 
 Component Id=DiskOneFiles DiskId=1
 Guid=----
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Thursday, May 10, 2007 2:15 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Multi Media Questions
 
 
 
 
 
 bump
 
 
 
 Magus wrote:
 

 
 I am trying to work with multiple media, so that I can have files stored
 
 on CD's. The thing is my Diskprompt never appears, instead I get the
 
 ErrorDlg, with Retry/Cancel Option.  It doesn't say Insert Disk ? like I
 
 would want it to. Is there a specific dialog that does this. Do I create
 
 that dialog and where do I put it in the Sequences or Condition
 

 

 

 
 
 
 --
 
 View this message in context:
 http://www.nabble.com/Multi-Media-Questions-tf2392296.html#a10421713
 
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 
 
 
 -
 
 This SF.net email is sponsored by DB2 Express
 
 Download DB2 Express C - the FREE version of DB2 express and take
 
 control of your XML. No limits. Just data. Click to get it now.
 
 http://sourceforge.net/powerbar/db2/
 
 ___
 
 WiX-users mailing list
 
 WiX-users@lists.sourceforge.net
 
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 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/Multi-Media-Questions-tf2392296.html#a10421828
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multi Media Questions

2007-05-10 Thread Magus

Thats good to know, it doens't seem to solve my problem though.  I still do
not recieve the proper error or please insert this disk message, is there
something else I am missing that would be important to this?

Rob Mensching-2 wrote:
 
 File/@DiskId overrides Component/@DiskId.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Thursday, May 10, 2007 2:25 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Multi Media Questions
 
 
 I have that both for Components and on Each file. Does one overwrite the
 other?
 
 Dustin Andrews wrote:

 Can you post a minimal Wix example of your install? I have a vague
 feeling
 you might need to set some DiskId someplace.



 Component Id=DiskOneFiles DiskId=1
 Guid=----



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Magus
 Sent: Thursday, May 10, 2007 2:15 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Multi Media Questions





 bump



 Magus wrote:



 I am trying to work with multiple media, so that I can have files stored

 on CD's. The thing is my Diskprompt never appears, instead I get the

 ErrorDlg, with Retry/Cancel Option.  It doesn't say Insert Disk ? like I

 would want it to. Is there a specific dialog that does this. Do I create

 that dialog and where do I put it in the Sequences or Condition









 --

 View this message in context:
 http://www.nabble.com/Multi-Media-Questions-tf2392296.html#a10421713

 Sent from the wix-users mailing list archive at Nabble.com.





 -

 This SF.net email is sponsored by DB2 Express

 Download DB2 Express C - the FREE version of DB2 express and take

 control of your XML. No limits. Just data. Click to get it now.

 http://sourceforge.net/powerbar/db2/

 ___

 WiX-users mailing list

 WiX-users@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/wix-users

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 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/Multi-Media-Questions-tf2392296.html#a10421828
 Sent from the wix-users mailing list archive at Nabble.com.
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 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/Multi-Media-Questions-tf2392296.html#a10423562
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] IIS Setup for ASP.NET Runtime?

2007-05-10 Thread jrcolons



S C-4 wrote:
 
 I am attempting to set the version of the ASP.NET runtime in my WiX v3
 wxs. 
 In the IIS 6 MMC, getting Properties on the default web site and choosing 
 the ASP.NET tab gives a dropdown with the available runtimes, it default 
 to 1.1 on most systems; I need to set that to 2.0 within my .wxs, how to
 do?
 
 Thanks.
 
 

There are some older posts that refers to that problem, you can search the
forum for asp.net set, and those will appear.  here i found 2 ways of work
that problem up. One was spawning aspnet_regiis.exe by a custom action
means, and the other was registering each one of the extensions by
WebApplicationExtension. The easiest and politically correct (that's an
expert opinion, really I'm a newbie so, I dont know) is spawning
aspnet_regiis.exe. A forum describing more in detail is at:
http://www.nabble.com/Setting-IIS-ASP.NET-version-tf1645225.html#a10190875
http://www.nabble.com/Setting-IIS-ASP.NET-version-tf1645225.html#a10190875 

Just an observation... be sure that you schedule the property custom action
before the aspnet_regiis customaction...

hope it helps
Jose
-- 
View this message in context: 
http://www.nabble.com/IIS-Setup-for-ASP.NET-Runtime--tf3723813.html#a10424458
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Replacement for Microsoft.Tools.WindowsInstallerXml.HelpExtension

2007-05-10 Thread Doug Payne
Hi,

We recently upgraded from WiX 2.0.3620.0 to a later 2.0 build. We were
using the Help Extension, like this:

Candle.exe -ext
Microsoft.Tools.WindowsInstallerXml.HelpExtension.HelpCompilerAndSchema
Extension, Microsoft.Tools.WindowsInstallerXml.HelpExtension ...

I'm told that the help extension was consolidated into WixVSExtension.
When I tried building like this:

Candle.exe -ext
Microsoft.Tools.WindowsInstallerXml.Extensions.VSCompiler,
Microsoft.Tools.WindowsInstallerXml.Extensions ...

Candle complains that it cannot find the extension. WixVSExtension.dll
is in my toolset. Suggestions?

If you respond, please include me directly, as I am not on this alias.
Thanks for your time!
-Doug


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Conditional Custom Action on Install

2007-05-10 Thread Aaron Feng

I would like to run a custom action only on install and when a specific
feature is being installed.  If someone could point me toward the right
direction that would be great.

Thanx,

Aaron
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Conditional Custom Action on Install

2007-05-10 Thread Rob Mensching
Custom elements can be conditionalized by putting the condition as the text() 
of the element.  The Condition Syntax topic in the MSI SDK has information 
about how to do what you want.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Feng
Sent: Thursday, May 10, 2007 8:17 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Conditional Custom Action on Install

I would like to run a custom action only on install and when a specific feature 
is being installed.  If someone could point me toward the right direction that 
would be great.

Thanx,

Aaron
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Replacement for Microsoft.Tools.WindowsInstallerXml.HelpExtension

2007-05-10 Thread Rob Mensching
This works for me:

candle.exe -ext 
Microsoft.Tools.WindowsInstallerXml.Extensions.VSCompiler,WixVSExtension 
product.wxs
Microsoft (R) Windows Installer Xml Compiler version 2.0.5304.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

product.wxs

light.exe -ext 
Microsoft.Tools.WindowsInstallerXml.Extensions.VSCompiler,WixVSExtension 
product.wixobj
Microsoft (R) Windows Installer Xml Linker version 2.0.5304.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Payne
Sent: Thursday, May 10, 2007 7:08 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Replacement for 
Microsoft.Tools.WindowsInstallerXml.HelpExtension


Hi,

We recently upgraded from WiX 2.0.3620.0 to a later 2.0 build. We were using 
the Help Extension, like this:

Candle.exe -ext 
Microsoft.Tools.WindowsInstallerXml.HelpExtension.HelpCompilerAndSchemaExtension,
 Microsoft.Tools.WindowsInstallerXml.HelpExtension ...

I'm told that the help extension was consolidated into WixVSExtension. When I 
tried building like this:

Candle.exe -ext Microsoft.Tools.WindowsInstallerXml.Extensions.VSCompiler, 
Microsoft.Tools.WindowsInstallerXml.Extensions ...

Candle complains that it cannot find the extension. WixVSExtension.dll is in my 
toolset. Suggestions?

If you respond, please include me directly, as I am not on this alias. Thanks 
for your time!
-Doug

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users