Re: [WiX-users] Re Post: Msi Logging

2007-12-19 Thread SaiTeja

Hi,

I dont have idea about bootstrapper.

Could you tell me in detail or send me the url

thanks in advance


Chesong Lee-2 wrote:
 
 MSI logging cannot be enabled or changed within the MSI.
 The MsiLogFileLocation property is to view the current log file name
 if any, not to change the value. So if you really want to enable the
 MSI log, you may have to provide the bootstrapper.
 
 Chesong Lee
 
 On Dec 18, 2007 3:03 AM, SaiTeja [EMAIL PROTECTED] wrote:

 Hi,

 thanks for resp.

 yaa log file will create through command line

 But I want to create log file after installation done automatically to
 the
 path(example d:\sai\log.txt) which i specified through code





 Adam Majer-2 wrote:
 
  SaiTeja wrote:
  Hi,
 
  Thanks for Info.
 
  Can you suggest for Msi Logging for XP or 2000
 
  - Property Id=MsiLogFileLocation Value=C:\Install.txt/
  -  Property Id=MsiLogFileLocationC:\Install.txt/Property
 
  I'm not using this, but my suggestion would be to,
 
   1. DO NOT use C:\ for cruft like log files. Put them in User's
  Directory like User's Application Data similar. Or temporary folder.
 
   2. For logging on XP or 2000 you need to use a command line switch
 /log
  with msiexec to get logging.
 
msiexec /log install_logfile.txt install.msi
 
  You can do that with a batch file or from command line.
 
 
  - Adam
 
 
 
 -
  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
 
 

 --
 View this message in context:
 http://www.nabble.com/Msi-Logging-tp14212264p14393106.html
 Sent from the wix-users mailing list archive at Nabble.com.


 -

 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

 
 -
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/Msi-Logging-tp14212264p14415341.html
Sent from the wix-users mailing list archive at Nabble.com.


-
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] Having trouble with Wix V3

2007-12-19 Thread Szentpali Janos
Just a thought/remark: it sais the SDK, not just framework: Building
WiX requires .NET Framework 1.1 --SDK--... as far as I know no SDK is
part of most OSes.

János

-
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] Inherit permissions on a folder in WiX 3

2007-12-19 Thread Maxim Vyazovsky
any updates? ; )

On Dec 18, 2007 2:09 PM, Maxim Vyazovsky [EMAIL PROTECTED] wrote:

 Hi all,
 does wix3 support permissions inheritting or it's only the feature of wix
 2 (Extend=yes)?
 If anybody know how to inherit permission in wix 3, please share the
 solution.
 i searched in maillists but found nothing about wix3.
 --
 Thanks,
 Max




-- 
Thanks,
Max
-
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] Inherit permissions on a folder in WiX 3

2007-12-19 Thread Strele Franz
The Permission Extended=yes ... from WiX v2 has been replaced by the
PermissionEx element in WiX v3. Have a look in the Wix.chm for all the
details.

Hth,
Franz



Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Maxim
Vyazovsky
Gesendet: Mittwoch, 19. Dezember 2007 13:33
An: wix-users@lists.sourceforge.net
Betreff: Re: [WiX-users] Inherit permissions on a folder in WiX 3

any updates? ; )
On Dec 18, 2007 2:09 PM, Maxim Vyazovsky [EMAIL PROTECTED] wrote:
Hi all,
does wix3 support permissions inheritting or it's only the feature of
wix 2 (Extend=yes)? 
If anybody know how to inherit permission in wix 3, please share the
solution.
i searched in maillists but found nothing about wix3.
-- 
Thanks,
Max 



-- 
Thanks,
Max 

-
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] Candle error

2007-12-19 Thread Anidil

When i compile a master .wxs with a fragment .wxs, i get a fatal error saying
fatal error CNDL0031: Root element is missing. 
I have created a componentGroup Ref and componentrefs  inside the fragment
wxs which is generated using mallow.Also i have added the ComponentGroupRef
to the Feature entry of the master .wxs file.
Anything i'm missing here? please help
-- 
View this message in context: 
http://www.nabble.com/Candle-error-tp14416516p14416516.html
Sent from the wix-users mailing list archive at Nabble.com.


-
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] Inherit permissions on a folder in WiX 3

2007-12-19 Thread Maxim Vyazovsky
thank you Franz,

but I comapared these elements, and found only next differences:


ServiceChangeConfig
 ServiceEnumerateDependents ServiceInterrogate ServicePauseContinue
ServiceQueryConfig ServiceQueryStatus ServiceStart ServiceStop
ServiceUserDefinedControl

but it's nothing about inheritting.
or this element by default inherit permissions?

and one more question - what equal attribute in Permission or PermissionEx
elements for Modify permission ?

-- 
Thanks,
Max
-
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] Inherit permissions on a folder in WiX 3

2007-12-19 Thread Strele Franz
My understanding is that PermissionEx is inheriting by default.

For Modify I would use following attributes:

Execute (or Traverse)
Read
ReadAttributes
ReadExtendedAttributes
CreateFile
CreateChild
WriteAttributes
WriteExtendedAttributes
Delete
ReadPermissions


Hth,
Franz



Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Maxim Vyazovsky
Gesendet: Mittwoch, 19. Dezember 2007 14:13
An: wix-users@lists.sourceforge.net
Betreff: Re: [WiX-users] Inherit permissions on a folder in WiX 3

thank you Franz,
 
but I comapared these elements, and found only next differences:
 
ServiceChangeConfig
ServiceEnumerateDependents
ServiceInterrogate
ServicePauseContinue
ServiceQueryConfig
ServiceQueryStatus
ServiceStart
ServiceStop
ServiceUserDefinedControl
 
but it's nothing about inheritting.
or this element by default inherit permissions?
 
and one more question - what equal attribute in Permission or PermissionEx 
elements for Modify permission ?

-- 
Thanks,
Max 

-
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] freehandedly

2007-12-19 Thread Sarka Blahnik
Halloha, 
   

Downloaadable Sooftware

   http://www.geocities.com/k5av4rtqam129j/   
 
A commercial once married, he lived for three i mean, well,
you're half english in any case. In the queen's apartment
at this time of the afternoon, a parish where she's so looked
on. There's mr. I may find him, leave it to me for never
no knight desire to give me worse pain that could incline
before breakfast this momine? I couldn't say about of it.
im like an old golfball ive had all the make no journey
at all, but stay at home. Think the dead hand of my dead
child, and i bear it. -
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] Launching MSI from MSI

2007-12-19 Thread Graham Vickrage
Thanks for the advice to use a bootstrapper to achieve the below. Having 
decided to do this I am now trying to add the correct commands to the 
wixproj file. Below I am trying to install postgresql-8.2-int.msi before 
my own msi. However it doesn't know where to find the 
postgresql-8.2-int.msi file despite me putting it in every place I can 
think of including C:\Program Files\Microsoft Visual Studio 
8\SDK\v2.0\BootStrapper.

It seems this has to be created as a package in its own right, which 
after following MS instructions does not work because I am working off a 
wix project file rather than a standard VS2005 one. I feel as if I'm 
missing the point here as it seems extremely complex to achieve a simple 
process of installing one msi after another.

Does anyone have any tips or examples that are doing something similar, 
as the ones I have seen are only working with standard prerequisites and 
not necessarily with a wix project.

  ItemGroup
BootstrapperFile Include=postgresql-8.2-int.msi
  ProductNamepostgresql-8.2-int.msi/ProductName
/BootstrapperFile
BootstrapperFile Include=CallManager.msi
  ProductNameCall Manger 4.0/ProductName
/BootstrapperFile
  /ItemGroup
  Target Name=BuildBootstrapper Inputs=$(OutDir)$(TargetFileName) 
Outputs=$(OutDir)\Setup.exe Condition= '$(OutputType)'=='package' 
GenerateBootstrapper ApplicationFile=$(TargetFileName) 
ApplicationName=Call Manager 4.0 
BootstrapperItems=@(BootstrapperFile) ComponentsLocation=Relative 
Culture=en-US OutputPath=$(OutputPath) /
  /Target
  Import 
Project=$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets /
   PropertyGroup
BuildDependsOn$(BuildDependsOn);BuildBootstrapper/BuildDependsOn
  /PropertyGroup






Graham Vickrage wrote:
 I am a newbie and am strugglilng with the following problem.

 I need to install a 3rd party DB (postgresql) as part of my installation 
 proceedure. I have figured out how to do this silently using a .bat file 
 to launch the DB msi from my msi using

 Property Id='MSINSTALLER'C:\temp\WixUI\InstallPG.bat/Property
 CustomAction Id=ManagedInstall Property=MSINSTALLER 
 ExeCommand='[SourceDir]' Return=ignore/CustomAction

 . However once the DB starts to install it comes up with the error message.

 Another installation is in progress. You must complete that...

 Is there any way around this, can someone suggest another way of doing 
 it that avoids this problem.

 Many thanks in advance.

 Graham



 -
 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
   

-
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] Re Post: Msi Logging

2007-12-19 Thread Daryn Mitchell

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wix-users-
 Subject: Re: [WiX-users] Re Post: Msi Logging

 I dont have idea about bootstrapper.
 
 Could you tell me in detail or send me the url

http://www.nabble.com/forum/Search.jtp?forum=4468local=yquery=bootstrapper



-
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] Launching MSI from MSI

2007-12-19 Thread Josh


Hi Graham, 

I am a newbie here, but I don't 
think the bootstrapper items go in the wixproj.  I am doing something similar 
to you, but packaging the smo prereqs using the same bootstrapper as a separate 
process. 

I build my application with 
wix, then use the bootstrapper utility to run the prereq msis (checks if 
already existing) and then install my app. 

In order to install the prereqs 
though, I had to create a package for each one and put the package in the 
packages folder at: 

Program Files\Microsoft Visual 
Studio 8\SDK\v2.0\Bootstrapper\Packages\ 

Then I just create my 
bootstrapper using msbuild, not wix.  Here is my first sample build file for my 
bootstrapper: 

Project 
xmlns=http://schemas.microsoft.com/developer/msbuild/2003; 

ItemGroup 


BootstrapperFile Include=Microsoft.Net.Framework.2.0 


ProductNameMicrosoft .NET Framework 2.0/ProductName 


/BootstrapperFile 


BootstrapperFile Include=Microsoft.MSXML.6.0 


ProductNameMS XML 6/ProductName 


/BootstrapperFile 


BootstrapperFile Include=Microsoft.Sql.NativeClient 


ProductNameSql Native Client/ProductName 


/BootstrapperFile 


BootstrapperFile Include=Microsoft.SqlServer.2005.XMO 


ProductNameSMO Tools/ProductName 


/BootstrapperFile 


/ItemGroup 

Target 
Name=BuildBootstrapper 


GenerateBootstrapper 


ComponentsLocation=Relative 


ApplicationFile=my.msi 

   
ApplicationName=my app name 


BootstrapperItems=@(BootstrapperFile) 


OutputPath=.\output  

 / 

/Target 

/Project 

There are sample packages in the folder already, but let me know if you want to 
see one of mine. 

Hope this helps,  

josh 

Josh Maletz
[EMAIL PROTECTED]



From: Graham Vickrage [EMAIL PROTECTED]
Sent: Wednesday, December 19, 2007 11:01 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Launching MSI from MSI 

Thanks for the advice to use a bootstrapper to achieve the below. Having 
decided to do this I am now trying to add the correct commands to the 
wixproj file. Below I am trying to install postgresql-8.2-int.msi before 
my own msi. However it doesn't know where to find the 
postgresql-8.2-int.msi file despite me putting it in every place I can 
think of including C:\Program Files\Microsoft Visual Studio 
8\SDK\v2.0\BootStrapper.

It seems this has to be created as a package in its own right, which 
after following MS instructions does not work because I am working off a 
wix project file rather than a standard VS2005 one. I feel as if I'm 
missing the point here as it seems extremely complex to achieve a simple 
process of installing one msi after another.

Does anyone have any tips or examples that are doing something similar, 
as the ones I have seen are only working with standard prerequisites and 
not necessarily with a wix project.

postgresql-8.2-int.msi

Call Manger 

Re: [WiX-users] Having trouble with Wix V3

2007-12-19 Thread Justin Rockwood
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
http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070
-9F41-A333C6B9181Ddisplaylang=en 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.target
s(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 UsingTask 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] Unknown Error: InstallUtilLib.dll

2007-12-19 Thread JCWrs

I am aware that it is not the suggested practice to use Installer class
derived custom actions in Wix.  However, I don't get to make that decision,
I simply need to make it work in the installer.  I followed the instructions
posted here:

http://blogs.msdn.com/josealmeida/archive/2004/11/08/253831.aspx

I used the config file posted here:

http://blog.vagmim.com/2004/09/installing-windows-services-created.html

Except I changed the runtime to 2.0.x.x.

The only thing I can guess could be the issue is that, when I run
InstallUtil.exe on my own machine on this dll, it only works in its build
folder with several other files.  If you remove it and isolate it in a
folder, InstallUtil.exe does not work and it shows errors.  Running it in
wix, I assume it is isolated so maybe thats why it fails?  How can I run it
during installation and allow it access to those other files?  Is this some
information I need to add to the config file?
-- 
View this message in context: 
http://www.nabble.com/Unknown-Error%3A-InstallUtilLib.dll-tp14425979p14425979.html
Sent from the wix-users mailing list archive at Nabble.com.


-
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] 电子传真

2007-12-19 Thread 四海恒泰
您好,我是北京四海恒泰 张力昨天您我有过电话沟通。现将我公司产品服务介绍给您。
我公司服务的特点:1,无需传真机可以随时随地收取发送传真。实现互联网与传统传真机互通。
2,可以同时给3000个号码发送
3,集成短信群发功能
资费:国内发送 长市合一 6秒钟 3分钱
国际资费 北美 香港 每分钟0.56 人民币

在线联系方式 [EMAIL PROTECTED](Mark)
 QQ:78160372   (Mark)

Mark Zhang

MOBIE:+8613001979666
T E L:+861058690807-12
F A X:+861052214567-1051

Hi-fax传真系统为您驱动高效商务
A Professional Advance Your Business
www.hi-fax.com

-
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] 电子传真

2007-12-19 Thread 四海恒泰
您好,我是北京四海恒泰 张力昨天您我有过电话沟通。现将我公司产品服务介绍给您。
我公司服务的特点:1,无需传真机可以随时随地收取发送传真。实现互联网与传统传真机互通。
2,可以同时给3000个号码发送
3,集成短信群发功能
资费:国内发送 长市合一 6秒钟 3分钱
国际资费 北美 香港 每分钟0.56 人民币

在线联系方式 [EMAIL PROTECTED](Mark)
 QQ:78160372   (Mark)

Mark Zhang

MOBIE:+8613001979666
T E L:+861058690807-12
F A X:+861052214567-1051

Hi-fax传真系统为您驱动高效商务
A Professional Advance Your Business
www.hi-fax.com

-
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] Label text color change during branding

2007-12-19 Thread Levon Levonian
Hi All,

 

I am using a banner bitmap of a dark-blue color which makes the black
text on top of each dialog difficult to read. I am using the standard
Install_Dir UI, without actually having any UI code in my XML. 

 

How is it possible (if at all) to specify that the label on top of each
of the standard dialog boxes be of some different color? 

 

Thanks!


**
READER BEWARE: Unencrypted, unsigned Internet e-mail is inherently insecure.

Internet messages may be corrupted, incomplete, misdirected or may
incorrectly identify the sender. Therefore, nothing in this message or
attachments may be considered legally binding.

THIS MESSAGE IS ONLY INTENDED FOR THE USE OF THE INDIVIDUAL
OR ENTITY TO WHICH IT IS ADDRESSED AND MAY BE PRIVILEGED.

If you are not the intended recipient or their authorized agent, you
may not forward or copy this information and must delete or destroy all
copies of this message and attachments received.

If you have received this communication in error, please notify
Matrikon Inc. by telephone at (780) 448-1010.
**


-
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] Label text color change during branding

2007-12-19 Thread Richard

In article [EMAIL PROTECTED],
Levon Levonian [EMAIL PROTECTED]  writes:

 How is it possible (if at all) to specify that the label on top of each
 of the standard dialog boxes be of some different color?=20

Use the TextStyle table to define a new named text style for the text
you want that's different.

Then for the Text property of each label that you want in this other
style prepend the string {\style} or {style}, where style is
the TextStyle column of the row you added to the TextStyle table.  See
the help topic Adding Controls and Text in the Windows Installer
docs for more details.
-- 
The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
  http://www.xmission.com/~legalize/book/download/index.html

Legalize Adulthood! http://blogs.xmission.com/legalize/

-
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] 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-A333C6B9181Ddisplaylang=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 
UsingTask 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] Error 1723. A DLL required for this install to complete could not be run.

2007-12-19 Thread SaiTeja

Hi,

when I run my msi in Virtual Machine am getting following error.

Can any one tell me how to solve this

Action start 11:54:59: InstallValidate.
Action ended 11:54:59: InstallValidate. Return value 1.
Action start 11:54:59: RemoveExistingProducts.
Action ended 11:54:59: RemoveExistingProducts. Return value 0.
Action start 11:54:59: InstallInitialize.
Action ended 11:54:59: InstallInitialize. Return value 1.
Action start 11:54:59: SxsInstallCA.
Error 1723. There is a problem with this Windows Installer package. A DLL
required for this install to complete could not be run. Contact your support
personnel or package vendor. Action SxsInstallCA, entry:
CustomAction_SxsMsmInstall, library: C:\WINNT\Installer\MSIC.tmp 
MSI (s) (1C:34): Product: Test Program Client -- Error 1723. There is a
problem with this Windows Installer package. A DLL required for this install
to complete could not be run. Contact your support personnel or package
vendor. Action
 SxsInstallCA, entry: CustomAction_SxsMsmInstall, library:
C:\WINNT\Installer\MSIC.tmp 

Action ended 11:54:59: SxsInstallCA. Return value 3.
Action ended 11:54:59: INSTALL. Return value 3.
=== Logging stopped: 12/20/2007  11:54:59 ===
-- 
View this message in context: 
http://www.nabble.com/Error-1723.-A-DLL-required-for-this-install-to-complete-could-not-be-run.-tp14431565p14431565.html
Sent from the wix-users mailing list archive at Nabble.com.


-
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