Re: [WiX-users] Wix bug?

2008-01-18 Thread Brad Thompson (WEBSTORE)
Thank you.  Something must be wrong though. This issue is being reported by 
everyone on my team.

Do you know how Windows Installer actually gets this information? Does it make 
a Win32 call for the locale information, or is it a flag inside the MSI itself?

Brad Thompson.


From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Friday, January 18, 2008 5:34 PM
To: Brad Thompson (WEBSTORE)
Cc: 'wix-users@lists.sourceforge.net'
Subject: Re: [WiX-users] Wix bug?

Brad Thompson (WEBSTORE) wrote:
I have not received a response. Is this a Wix bug? Should I go to the Windows 
Installer chat for help on this?

Phil Wilson replied 57 minutes (attached) after your post. Short version: 
MSI shows that dialog based on system/user locale while it's opening the .msi 
file to find what language it's marked as and whether it has its own UI or will 
need to rely on MSI's internal UI.



--

sig://boB

http://joyofsetup.com/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix bug?

2008-01-18 Thread Brad Thompson (WEBSTORE)
I have not received a response. Is this a Wix bug? Should I go to the Windows 
Installer chat for help on this?


From: Brad Thompson (WEBSTORE)
Sent: Monday, January 14, 2008 11:20 AM
To: 'wix-users@lists.sourceforge.net'
Subject: Wix bug?

I am using Wix Version 2.0.5325.0
On the light command line I use the English localization command:

light.exe -loc WixUI_en-us.wxl -out WstSetup.MSI @wixobjs.rsp sca.wixlib 
wixca.wixlib wixui.wixlib @C:\Tmp\nm2F8.tmp

The MSI file compiles correctly, however, when I run it I get a start up 
message box like so:

[cid:image001.jpg@01C859DA.AA08B8A0]

This appears before the Welcome dialog. This window appears for sometimes one 
second, sometimes even shorter before it closes by itself.

So what is happening here?
<>-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix bug?

2008-01-14 Thread Brad Thompson (WEBSTORE)
I am using Wix Version 2.0.5325.0
On the light command line I use the English localization command:

light.exe -loc WixUI_en-us.wxl -out WstSetup.MSI @wixobjs.rsp sca.wixlib 
wixca.wixlib wixui.wixlib @C:\Tmp\nm2F8.tmp

The MSI file compiles correctly, however, when I run it I get a start up 
message box like so:

[cid:image003.jpg@01C8569F.6E792100]

This appears before the Welcome dialog. This window appears for sometimes one 
second, sometimes even shorter before it closes by itself.

So what is happening here?
<>-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Two questions on SelectionTree and Features.

2008-01-02 Thread Brad Thompson (WEBSTORE)
I have two questions. I am using the SelectionTree control to allow 
customization. When I click on the top level of the tree it has the following 
entries:

Will be installed on local hard drive
Entire feature will be installed on local hard drive
-
Will be installed to run from the network
Entire feature will be installed to run from the network
-
Feature will be installed when required
-
Entire feature will be unavailable.

Our team does not want to support network installs or "when required" installs. 
Is there a way to remove these from the list?

My second question:

Is there a way to automatically set a feature to be installed based on other 
features without using SetInstallLevel?

Brad Thompson.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Having trouble with Wix V2 (title change)

2007-12-19 Thread Brad Thompson (WEBSTORE)
Installing 1.1 SDK and .Net 3.5 fixed the build issue. Thank you.

However Votive still does not work. I am using Votive-2.0.5325.0.

Loading any wixproj project into VS it leaves the solution pane completely 
empty. It doesn't even list the name of the solution.
When I load the WXS file directly, I get a dialog that says "Attempted to read 
or write protected memory. This is often an indication that other memory is 
corrupt"

Brad Thompson.

From: Justin Rockwood [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 19, 2007 11:54 AM
To: Brad Thompson (WEBSTORE); wix-users@lists.sourceforge.net
Subject: RE: Having trouble with Wix V3

Which version of Votive are you trying to use for your first problem? It was 
unclear whether you're using v2 or v3.

As far as the build failures go, Wix 2.0 requires the .NET Framework 1.1 SDK 
(which is different than the runtime). You're right in that the runtime is 
installed with the OS, but you actually need to install the SDK  as well 
(available at 
http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en).
 For the 3.0 error, it looks like we might be requiring .NET 3.5, but that 
should be fixed. In the meantime, installing .NET 3.5 may help you get past 
that error.

Justin

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Thompson 
(WEBSTORE)
Sent: Tuesday, December 18, 2007 10:43 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Having trouble with Wix V3

I am having a couple of problems with Wix V2. They may be related. I've 
included my system configuration at the bottom.

First thing, I cannot get Votive to create a valid Wix project file.
Installation of Votive was successful (Version 5325). After installation, when 
I open Visual Studio I can see the new Wizard for creating Wix Projects. When I 
use the wizard to create a Wix project it has a problem.
The status bar says "Creating project "WixProject1.wixproj"...project creation 
was successful", but there is nothing at all in the Solution Explorer. If I 
look at the WixProject1.wixproj file, it looks OK (see attached), but VS 
doesn't do anything with it. Closing and reloading the project just gets 
"ready" in the status bar.

Secondly, I cannot compile the Delivery project.

dtools   debug  succeeded.
wix  debug  failed.
wix20debug  failed.

WIX 2.0 fails to compile with: "Building WiX requires .NET Framework 1.1 SDK". 
However, I know it is installed. It's part of the OS.

Wix 3.0 fails with:

Using NANT from the C:\Delivery\Dev\wix directory:
 [exec] Build FAILED.
 [exec] 
C:\Delivery\Dev\wix\src\votive\SDK_VS2008\Tools\Build\Microsoft.VsSDK.targets(448,5):
 error MSB4062: The "CalculateZipItems" task could not be loaded from the 
assembly 
C:\Delivery\Dev\wix\src\votive\SDK_VS2008\Tools\Build\Microsoft.VsSDK.Build.Tasks.dll.
 Could not load file or assembly 'Microsoft.Build.Utilities.v3.5, 
Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of 
its dependencies. The system cannot find the file specified. Confirm that the 
 declaration is correct, and that the assembly and all its 
dependencies are available.
 [exec] 0 Warning(s)
 [exec] 1 Error(s)


My configuration:

Windows 2003 Server
Visual Studio 2005 Team Suite with all SPs
Installed packages:

{437AB8E0-FB69-4222-B280-A64F3DE22591} Microsoft Visual Studio 2005 
Professional Edition - ENU
{15095BF3-A3D7-4DDF-B193-3A496881E003} Microsoft .NET Framework 3.0
{C25EF637-BE7A-4761-9B45-9069989C319F} Microsoft Visual Studio 2005 Premier 
Partner Edition - ENU
{B43357AA-3A6D-4D94-B56E-43C44D09E548} Microsoft .NET Framework (English)
{7131646D-CD3C-40F4-97B9-CD9E4E6262EF} Microsoft .NET Framework 2.0
{1862162E-3BBC-448F-AA63-49F33152D54A} Microsoft Visual Studio 2005 Team Suite 
- ENU
{E027FE2E-3FF5-4DC9-A838-3F21CCF74EFE} Microsoft Visual Studio 2005 Team 
Explorer - ENU

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Having trouble with Wix V3

2007-12-18 Thread Brad Thompson (WEBSTORE)
I am having a couple of problems with Wix V2. They may be related. I've 
included my system configuration at the bottom.

First thing, I cannot get Votive to create a valid Wix project file.
Installation of Votive was successful (Version 5325). After installation, when 
I open Visual Studio I can see the new Wizard for creating Wix Projects. When I 
use the wizard to create a Wix project it has a problem.
The status bar says "Creating project "WixProject1.wixproj"...project creation 
was successful", but there is nothing at all in the Solution Explorer. If I 
look at the WixProject1.wixproj file, it looks OK (see attached), but VS 
doesn't do anything with it. Closing and reloading the project just gets 
"ready" in the status bar.

Secondly, I cannot compile the Delivery project.

dtools   debug  succeeded.
wix  debug  failed.
wix20debug  failed.

WIX 2.0 fails to compile with: "Building WiX requires .NET Framework 1.1 SDK". 
However, I know it is installed. It's part of the OS.

Wix 3.0 fails with:

Using NANT from the C:\Delivery\Dev\wix directory:
 [exec] Build FAILED.
 [exec] 
C:\Delivery\Dev\wix\src\votive\SDK_VS2008\Tools\Build\Microsoft.VsSDK.targets(448,5):
 error MSB4062: The "CalculateZipItems" task could not be loaded from the 
assembly 
C:\Delivery\Dev\wix\src\votive\SDK_VS2008\Tools\Build\Microsoft.VsSDK.Build.Tasks.dll.
 Could not load file or assembly 'Microsoft.Build.Utilities.v3.5, 
Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of 
its dependencies. The system cannot find the file specified. Confirm that the 
 declaration is correct, and that the assembly and all its 
dependencies are available.
 [exec] 0 Warning(s)
 [exec] 1 Error(s)


My configuration:

Windows 2003 Server
Visual Studio 2005 Team Suite with all SPs
Installed packages:

{437AB8E0-FB69-4222-B280-A64F3DE22591} Microsoft Visual Studio 2005 
Professional Edition - ENU
{15095BF3-A3D7-4DDF-B193-3A496881E003} Microsoft .NET Framework 3.0
{C25EF637-BE7A-4761-9B45-9069989C319F} Microsoft Visual Studio 2005 Premier 
Partner Edition - ENU
{B43357AA-3A6D-4D94-B56E-43C44D09E548} Microsoft .NET Framework (English)
{7131646D-CD3C-40F4-97B9-CD9E4E6262EF} Microsoft .NET Framework 2.0
{1862162E-3BBC-448F-AA63-49F33152D54A} Microsoft Visual Studio 2005 Team Suite 
- ENU
{E027FE2E-3FF5-4DC9-A838-3F21CCF74EFE} Microsoft Visual Studio 2005 Team 
Explorer - ENU



WixProject1.wixproj
Description: WixProject1.wixproj
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Looking for a conversion utility for Wix V2 to Wix V3

2007-12-14 Thread Brad Thompson (WEBSTORE)
Awesome. On the SourceForge search under the "Windows Installer XML (WiX) 
toolset" section, I had entered "convert" and various other words I could think 
of and nothing showed up.

Brad


From: Andrew Burgher [mailto:[EMAIL PROTECTED]
Sent: Friday, December 14, 2007 1:07 PM
To: Brad Thompson (WEBSTORE); wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Looking for a conversion utility for Wix V2 to Wix V3

Hi Brad

Yes, there is a tool: WixCop. (It's part of WiX 3)

Run your v2 files through WixCop and you'll get v3 out the other end.

HTH,
Andrew

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Thompson 
(WEBSTORE)
Sent: Saturday, 15 December 2007 6:56 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Looking for a conversion utility for Wix V2 to Wix V3

Is there a conversion utility that will convert WixV2 WXS files to WixV3?

I looked out on SourceForge and various searches didn't turn up anything.

Brad.
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Looking for a conversion utility for Wix V2 to Wix V3

2007-12-14 Thread Brad Thompson (WEBSTORE)
Is there a conversion utility that will convert WixV2 WXS files to WixV3?

I looked out on SourceForge and various searches didn't turn up anything.

Brad.
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users