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

2007-12-18 Thread SaiTeja

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


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

2007-12-18 Thread Chesong Lee
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


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

2007-12-17 Thread SaiTeja

Hi,

thanks for response

I tried but not working

- Property Id=MsiLogFileLocation Value=C:\Install.txt/

-  Property Id=MsiLogFileLocationC:\Install.txt/Property


Can u suggest more.



Karthik Krishnan-5 wrote:
 
 Did you try setting the MsiLogFileLocation property (
 http://msdn2.microsoft.com/en-us/library/aa370321.aspx) to the path you'd
 like?
 
 On Dec 9, 2007 11:45 PM, SaiTeja [EMAIL PROTECTED] wrote:
 

 Hi,

 Thanks a lot for response.

 Ofcourse,We can get logs through command line.

 But my requirement is different.

 Is it possible to create same log file through coding in wix?

 Like in case of temp folder it is created automatically because of
 proerty
 Property Id=MsiLoggingvoicewarmupx/Property






 Pankaj Bhatia wrote:
 
  you can run msiexec through command line
 
  msiexec /i msi name /L*v log.txt file path
 
 
 
  On Dec 7, 2007 2:11 PM, SaiTeja [EMAIL PROTECTED] wrote:
 
 
  Hi,
 
  When I run msi, By default msi logging is created in %temp% folder.
 
  I want to create msi logging in TARGETDIR (Other than Temp folder) ie
  c:\sailogs.txt
 
  can any one tell me how to do this
 
 
  --
  View this message in context:
  http://www.nabble.com/Msi-Logging-tf4962012.html#a14212264
  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://sourceforge.net/services/buy/index.php
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 
  --
  -Pankaj Bhatia
  European Microsoft Innovation Center (EMIC)
  Ritterstr. 23. Aachen 52072.
  Germany
  Off: (+49) 241 99784 501
  Cell: (+49) 160 5892 705
 
 
 -
  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://sourceforge.net/services/buy/index.php
  ___
  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-tp14212264p14247239.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://sourceforge.net/services/buy/index.php
 ___
 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-tp14212264p14370280.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] Re Post: Msi Logging

2007-12-17 Thread Stefan Pavlik
SaiTeja wrote:
 Hi,
 
 thanks for response
 I tried but not working
 
 - Property Id=MsiLogFileLocation Value=C:\Install.txt/
 -  Property Id=MsiLogFileLocationC:\Install.txt/Property
 
 Can u suggest more.

Hi

The MsiLogFileLocation Property is available since Windows Installer
4.0 (Windows Vista or newer). So it will not work for XP or 2000.

-- 
Stefan

-
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-17 Thread SaiTeja

Hi,

Thanks for Info.

Can you suggest for Msi Logging for XP or 2000

Thanks


Stefan Pavlik-2 wrote:
 
 SaiTeja wrote:
 Hi,
 
 thanks for response
 I tried but not working
 
 - Property Id=MsiLogFileLocation Value=C:\Install.txt/
 -  Property Id=MsiLogFileLocationC:\Install.txt/Property
 
 Can u suggest more.
 
 Hi
 
 The MsiLogFileLocation Property is available since Windows Installer
 4.0 (Windows Vista or newer). So it will not work for XP or 2000.
 
 -- 
 Stefan
 
 -
 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-tp14212264p14383365.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] Re Post: Msi Logging

2007-12-17 Thread Adam Majer
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


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

2007-12-14 Thread Karthik Krishnan
Did you try setting the MsiLogFileLocation property (
http://msdn2.microsoft.com/en-us/library/aa370321.aspx) to the path you'd
like?

On Dec 9, 2007 11:45 PM, SaiTeja [EMAIL PROTECTED] wrote:


 Hi,

 Thanks a lot for response.

 Ofcourse,We can get logs through command line.

 But my requirement is different.

 Is it possible to create same log file through coding in wix?

 Like in case of temp folder it is created automatically because of proerty
 Property Id=MsiLoggingvoicewarmupx/Property






 Pankaj Bhatia wrote:
 
  you can run msiexec through command line
 
  msiexec /i msi name /L*v log.txt file path
 
 
 
  On Dec 7, 2007 2:11 PM, SaiTeja [EMAIL PROTECTED] wrote:
 
 
  Hi,
 
  When I run msi, By default msi logging is created in %temp% folder.
 
  I want to create msi logging in TARGETDIR (Other than Temp folder) ie
  c:\sailogs.txt
 
  can any one tell me how to do this
 
 
  --
  View this message in context:
  http://www.nabble.com/Msi-Logging-tf4962012.html#a14212264
  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://sourceforge.net/services/buy/index.php
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 
  --
  -Pankaj Bhatia
  European Microsoft Innovation Center (EMIC)
  Ritterstr. 23. Aachen 52072.
  Germany
  Off: (+49) 241 99784 501
  Cell: (+49) 160 5892 705
 
 
 -
  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://sourceforge.net/services/buy/index.php
  ___
  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-tp14212264p14247239.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://sourceforge.net/services/buy/index.php
 ___
 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


[WiX-users] Re Post: Msi Logging

2007-12-09 Thread SaiTeja

Hi,

Thanks a lot for response.

Ofcourse,We can get logs through command line.

But my requirement is different. 

Is it possible to create same log file through coding in wix?

Like in case of temp folder it is created automatically because of proerty
Property Id=MsiLoggingvoicewarmupx/Property






Pankaj Bhatia wrote:
 
 you can run msiexec through command line
 
 msiexec /i msi name /L*v log.txt file path
 
 
 
 On Dec 7, 2007 2:11 PM, SaiTeja [EMAIL PROTECTED] wrote:
 

 Hi,

 When I run msi, By default msi logging is created in %temp% folder.

 I want to create msi logging in TARGETDIR (Other than Temp folder) ie
 c:\sailogs.txt

 can any one tell me how to do this


 --
 View this message in context:
 http://www.nabble.com/Msi-Logging-tf4962012.html#a14212264
 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://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 
 
 
 -- 
 -Pankaj Bhatia
 European Microsoft Innovation Center (EMIC)
 Ritterstr. 23. Aachen 52072.
 Germany
 Off: (+49) 241 99784 501
 Cell: (+49) 160 5892 705
 
 -
 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://sourceforge.net/services/buy/index.php
 ___
 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-tp14212264p14247239.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://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users