Re: [WiX-users] Error 1723. A DLL required for this install to complete could not be run.

2007-12-20 Thread Guna S
Continue with previous post

Condition and seq for those custom actions(got when I open msi with orca)

SxsInstallCA
Condition: (NOT REMOVE) AND (NOT Version9X)
Sequence: 1571

SxsUninstallCA
Cond: ((Installed AND NOT REINSTALL) OR MsiPatchRemovalList) AND (NOT
Version9X)
Sequence: 6523


On Dec 20, 2007 2:39 PM, SaiTeja [EMAIL PROTECTED] wrote:


 Hi,

 thanks for resp.

 In my code, I have lot of custom actions(dll and exe), in those there is
 no
 custom action named

 CustomAction_SxsMsmInstall.

 But When I open my MSI with orca, I saw CustomAction_SxsMsmInstall and
 CustomAction_SxsMsmCleanup

 under Custom action.

 Could you please tell me indetail



 Calin Iaru wrote:
 
  Your custom action needs to return 0. Check the code and if the function
  CustomAction_SxsMsmInstall returns something else, then you have an
 error.
 
  SaiTeja wrote:
  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 ===
 
 
 
 
 -
  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/Error-1723.-A-DLL-required-for-this-install-to-complete-could-not-be-run.-tp14431565p14432827.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


[WiX-users] Silent Installation

2007-10-22 Thread Guna S
Hello Everyone,

This is regarding Disk Space. How to check the diskspace?


If space is not available in default location(ie C:\\) incase of Normal
Installation, User can change the path, but incase of silent install, it
should automatically selects another loc, (which loc has available space)
and installs there automatically

Can any one tell me how to implement the same in Silent Installation and
Normal Installation.

Also What is COM Server Registration? How to implement the same?


Thanks,
SK
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Silent Installation

2007-10-12 Thread Guna S
My name is Guna S. Am very new to Wix Installer


This is regariding to Silent Installation

My questions are
1. How to create and add DLL file
2. For silet instllation if user gives command(for ex xxx.msi/quite), so
for this how the confiuration file should be
3. How/where to put condition for silent installation and normal
installation
4. Is there any good tool/tutorial for silent installation

Thanks in advance

Thanks,
Guna S
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users