Re: [WiX-users] Several questions

2014-10-10 Thread Sanjay Rao
you can create a dll with your C# code and make your required functions available in dll. this dll cane be registered as binary in WIX code base and it's exposed function can be run as custom actions during installation. - Original Message - From: "Rob L" To: wix-users@lists.sourceforg

Re: [WiX-users] WiX vs NSIS

2013-04-21 Thread Sanjay Rao
NSIS. We have initially NSIS based installer which was migrated to WIX after some time. MSI based installers are future of windows installation technology. Regards, Sanjay Rao On 4/17/2013 6:32 PM, Nick Miller wrote: > Hey guys, thank you for all of your great responses. Allow me

Re: [WiX-users] Wix Upgrades when only revision number changes

2012-12-17 Thread Sanjay Rao
rsion"/ note at http://msdn.microsoft.com/en-us/library/windows/desktop/aa370859%28v=vs.85%29.aspx and /"Windows Installer only uses the first 3 parts of the version in upgrade scenarios"/ at http://wix.sourceforge.net/manual-wix3/major_upgrade.htm Regards, Sanjay Rao On 12

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Sanjay Rao
/lists/listinfo/wix-users > > > -- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and threat > landscape has changed and how IT managers can re

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Sanjay Rao
; > > > > -- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can

[WiX-users] remote installer + bootstrapper

2012-02-02 Thread Sanjay Rao
o has capability to launch installer on multiple machines in one go. Can anybody give some pointers that how to start on this ? Many-many thanks in advance. Regards, Sanjay Rao -- Keep Your Developer Skills Current

[WiX-users] remote installer + bootstrapper

2012-01-23 Thread Sanjay Rao
o has capability to launch installer on multiple machines in one go. Can anybody give some pointers that how to start on this ? Many-many thanks in advance. Regards, Sanjay Rao -- Keep Your Developer Skills Current

[WiX-users] block installation of 32 bit installaer if 64 bit installer is already installed

2011-10-12 Thread Sanjay Rao
Hi, I want to block installation of 32 bit installer if 64 bit installer is already installed on same machine. Is there ant straight way in Wix to detect the platform of a installed package ? Thanks in advance. Regards, Sanjay Rao

[WiX-users] how to create a single component in output wxs file for whole directory using heat

2011-03-21 Thread Sanjay Rao
installer become faster or not after having a less number of components. Does anybody knows that how to create minimum number of components for one directory using heat ? Regards, Sanjay Rao -- Enable your software for

Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Sanjay Rao
what will be way to do this using WIX ? I ruled out the registry storing/retrieving method, because there is a considerable amount of xml needs to be written for it. I would not mind it if there is some straightaway method of getting older install location using WIX. Regards, Sanjay Rao On 02

Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Sanjay Rao
pattern > > You could set the ARPINSTALLLOCATION > http://robmensching.com/blog/posts/2011/1/14/ARPINSTALLLOCATION-and-how- > to-set-it-with-the-WiX-toolset but I don't know how you would recall > that. > > Neil > > -Original Message- > From: Sanjay Rao [mailto:s...@no

[WiX-users] install location not preserved while upgradation

2011-02-02 Thread Sanjay Rao
advance. Regards, Sanjay Rao -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev

Re: [WiX-users] WiX v3.5 released!

2011-01-31 Thread Sanjay Rao
will source written for 3.0 work into 3.5 ? -Regards, Sanjay Rao On 31-01-2011 21:51, Tony Juricic wrote: > Yey!!! > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Monday, January 31, 2011 10:07 AM > To: General discussion for Win

Re: [WiX-users] Wix upgrade process does not consider 4th part of the version string

2011-01-17 Thread Sanjay Rao
Hi, This is not a better solution at all. Sometimes user can support same version upgrade. On the other times he can have support of modifying the existing installation using installer. We cannot stop installation in case of same version. Regards, Sanjay Rao On 16-01-2011 18:47, Rob

Re: [WiX-users] Wix upgrade process does not consider 4th part of the version string

2011-01-17 Thread Sanjay Rao
r not. Regards, Sanjay Rao On 17-01-2011 03:37, Albert van Peppen wrote: > For the reason mentioned, we use the bootstrapper for handling the correct > action on the fourth part of the version string. > This is not too hard and you can show a 'Internal release', 'Alpha relea

[WiX-users] Wix upgrade process does not consider 4th part of the version string

2011-01-14 Thread Sanjay Rao
uses the first 3 parts of the" Is there any way in Wix to take care of 4th part of version string in upgrade process ? OR Do I need to dive into clumsy custom action thing to take care this ? Regards, Sanjay Rao -- Sanjay Rao Digital Media Group, Interra Systems s...@interras

[WiX-users] packaging large number of files

2010-12-03 Thread Sanjay Rao
? Regards, Sanjay Rao -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get

[WiX-users] Can we launch an MSI installer on a remote machine ???????????

2010-12-02 Thread Sanjay Rao
Hi, Can we launch an MSI installer on a remote machine ? Regards, Sanjay Rao -- Sanjay Rao Digital Media Group, Interra Systems s...@interrasystems.com Phone: +1-408-873-1212 http://www.interrasystems.com -- Increase

[WiX-users] how to get error code returned by custom action

2010-09-30 Thread Sanjay Rao
Hi, Does anybody have any idea, how to get the error code returned by a custom action? I want to display a dialog box based upon the return code of the custom action. Regards, Sanjay Rao -- Start uncovering the many

[WiX-users] how to detect that a anti virus or firewall is stopping from running a custom action

2010-09-28 Thread Sanjay Rao
any body have any idea. Regards, Sanjay Rao -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-16 Thread Sanjay Rao
re impersonating you can't access the > network. This is why trying to do your own custom copying in these situations > is frequently a bad idea. > > Phil Wilson > > > > -Original Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: S

Re: [WiX-users] not able to access unc locations in deffered custom actions

2010-09-16 Thread Sanjay Rao
x27;s in the UI or other code > running as the installing user I can guess it might be fine, but with > impersonation turned off you're running with the system account, and that > rarely has any network privileges. > > Phil Wilson > > -Origin

[WiX-users] not able to access unc locations in deffered custom actions

2010-09-15 Thread Sanjay Rao
, Sanjay Rao -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev

[WiX-users] anti virus is blocking my installation

2010-08-30 Thread Sanjay Rao
for this install to complete could. My dll has several custom actions (deferred and not deferred both) for installer. Is it possible to give a message to user that anti virus or security software has blocked the installation ? Regards, Sanjay Rao

Re: [WiX-users] Installer crashes on windows 2008 server

2010-08-05 Thread Sanjay Rao
inal Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: Thursday, August 05, 2010 5:00 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Installer crashes on windows 2008 server > > Hi, > > I am having an i

[WiX-users] Installer crashes on windows 2008 server

2010-08-05 Thread Sanjay Rao
windows server 2008 ? Regards, Sanjay Rao -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us h

[WiX-users] browse for backup directory

2010-07-19 Thread Sanjay Rao
use it has various events unknown to me. Regards, Sanjay Rao Pally Sandher wrote: > The stock WiX UI's are found lacking when it comes to MSP support. > > You'll find a lot of the text controls on certain dialogs e.g. > ProgressDlg is conditioned with "AND NOT PATC

[WiX-users] How to detect which older version is already present on target machine ?

2010-07-14 Thread Sanjay Rao
how to detect which older version of product is already present on target machine ? Regards, Sanjay -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/firs

[WiX-users] Problem in patch creation

2010-07-13 Thread Sanjay Rao
. Thanks & Regards, Sanjay Rao ÿþ ***** Log starting: 2010-07-14 11:13:57 ***** INFO: Using Pcp Path: E:\WixTest\WixInstaller\update.pcp. INFO: Using Tempora

[WiX-users] Problem in patch creation

2010-07-09 Thread Sanjay Rao
Hi, I am creating a patch for my installer. I have my base version installer and new installer. when I try to create patch, It fails(logs attached). Does anybody have any idea ? Thanks & Regards, Sanjay Rao ÿþ ***** Log starting: 2010-07-09 13:17:

[WiX-users] how to disable/remove "Entire feature will be installed on local hard drive" option from feature selection tree

2010-07-08 Thread Sanjay Rao
Hi All, I have a installer which has 3 features. These features do not have sub features. Can I disable "Entire feature will be installed on local hard drive" option from feature selection tree. Regards,

Re: [WiX-users] Feature specific Custom Actions

2010-07-08 Thread Sanjay Rao
use this condition to execute your custom action -Sanjay Rao Boris Klyachko wrote: > Hi there > > > > I need to perform some custom actions only if a particular feature of my > product has been selected. If the product has been installed without that > feature there

[WiX-users] how to select the previously installed features by default while upgrading

2010-07-08 Thread Sanjay Rao
Hi, I have a installer which has three independent features. user can select any of them. when user upgrades to newer version, how can I select only those features which were installed with previous version ? Regards, Sanjay Rao

Re: [WiX-users] Go back to previous version

2010-07-07 Thread Sanjay Rao
Any body have any idea about this ? Sanjay Rao wrote: > If I put files in CommonAppData, In that case also files generated by > newer version are not valid for older version. Is there any way to > backup older files/setting up a restore point for a particular directory. > > Pall

Re: [WiX-users] installer for both platforms(32 bit and 64 bit)

2010-07-07 Thread Sanjay Rao
> T: +44 (0) 141 945 8500 > F: +44 (0) 141 945 8501 > > http://www.iesve.com > **Design, Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > G

[WiX-users] installer for both platforms(32 bit and 64 bit)

2010-07-07 Thread Sanjay Rao
Can we use a single MSI installer on both platform(32 bit and 64 bit) ? -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/spri

Re: [WiX-users] wix installer is very slow.

2010-07-07 Thread Sanjay Rao
Deployment & IT Administrator > T: +44 (0) 141 945 8500 > F: +44 (0) 141 945 8501 > > http://www.iesve.com > **Design, Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building,

Re: [WiX-users] Go back to previous version

2010-07-07 Thread Sanjay Rao
> SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: 07 July 2010 12:40 > To: General discussion for Windows I

Re: [WiX-users] Go back to previous version

2010-07-07 Thread Sanjay Rao
- Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: 07 July 2010 11:34 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] G

[WiX-users] Go back to previous version

2010-07-07 Thread Sanjay Rao
go back to previously installed version of software. Regards, Sanjay Rao -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu

[WiX-users] wix installer is very slow.

2010-07-07 Thread Sanjay Rao
in un installation. - I want make this time down to around 10-15 minutes. What are possible schemes for that ? - Is there any mechanism to define force upgrade for each component ? Regards, Sanjay Rao -- This SF.net email is spon

Re: [WiX-users] services stops at logoff

2010-07-07 Thread Sanjay Rao
ld rule out Windows Installer/WiX as a cause. > > There's nothing that appears odd in the registration that would cause that, > so I'm wondering about code in the service itself. > > -Original Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.c

Re: [WiX-users] services stops at logoff

2010-07-05 Thread Sanjay Rao
---Original Message----- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: Monday, July 05, 2010 10:18 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] services stops at logoff > > Hi All, > > I have a installer which installs 3 s

[WiX-users] services stops at logoff

2010-07-05 Thread Sanjay Rao
Hi All, I have a installer which installs 3 services(auto-start). services stops when user logoff. Can I install services in such a way that services won;t stop at logout. Regards, Sanjay Rao -- This SF.net email is

Re: [WiX-users] Changing the text of the license agreement dialog

2010-06-30 Thread Sanjay Rao
you can do it by defining a WixVariable element under product element. Adi Sashkis wrote: > Hi all, > It's my first time using Wix and I am currently working on my installer's > UI. > In order to produce my UI I am using the UI Wizard with the WixUI_InstallDir > theme. > My Question is - How do

Re: [WiX-users] CustomAction on Uninstall but not upgrade

2010-06-28 Thread Sanjay Rao
use condition (NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL") cge wrote: > I have a custom action that should only run on uninstall, but not run during > an upgrade. After browsing the list archives and other sites, I came up with > the following: > >After='MsiUnpublishAssemblies'>Installed

Re: [WiX-users] VB script CA fails only on my laptop

2010-06-09 Thread Sanjay Rao
sorry for typing mistake. function name is 'MSIProcessMessage'. Sanjay Rao wrote: > your custom action execution failed. > you can use 'm MSIProcessMessage' to insert log messages in msi log > file. Use this function in your custom action code to debug exactly >

Re: [WiX-users] VB script CA fails only on my laptop

2010-06-09 Thread Sanjay Rao
v logs.txt Sanjay Rao |Andy.Kruger wrote: > I have sequenced following VB script CA in the InstallDirDlg that validates > the Install path entered by the user. > > Property="VALIDATEPATH"/> > > > And on the "Next" button, > > 1 > > I had no

Re: [WiX-users] Looking for assistance using WIX to rollbackan install upon failure of a custom action.

2010-05-11 Thread Sanjay Rao
set your custom action attributes as below - return = check if your custom action return non-zero value the installation fails and roll backs. Peter Shirtcliffe wrote: > Add this: > > > > > > If you already have an installexecutesequence then just add the > element anywhere inside t

Re: [WiX-users] Avoid install on removable drives

2010-04-30 Thread Sanjay Rao
this C++ custom action can check drive type. use a C++ custom action and display a error message if drive is not valid. //char AppPath[_MAX_PATH]; char appName[_MAX_PATH]; char appDir[_MAX_PATH]; char appDrive[_MAX_PATH]; _splitpath_s( cP

[WiX-users] installer is not deleting start menu entries, registry values and services installed

2010-04-13 Thread Sanjay Rao
Hi, when I run uninstallation on windows XP, it does not deletes start menu entries, registry values, and services installed at this machine. Please suggest something if u find anything wrong in my code. code for start menu entries is -

[WiX-users] File copying issue

2010-04-07 Thread Sanjay Rao
Execute=deffered from this custom action then this custom action is also able to pick value. Regards, Sanjay Rao -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compil

Re: [WiX-users] Show Dialog from Custom Action

2010-04-05 Thread Sanjay Rao
Hi All, I am using following code for installer creation. It does not detect the existence of previous version of itself. Please help me if somebody has to share something. Regards, Sanjay

[WiX-users] version upgrade problem

2010-04-05 Thread Sanjay Rao
, Sanjay Rao -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high

Re: [WiX-users] Conditions for Uninstall/Remove Only

2010-03-31 Thread Sanjay Rao
try out this one. (NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL") for more details u can see http://stackoverflow.com/questions/320921/how-to-add-a-wix-custom-action-that-happens-only-on-uninstall-via-msi -Sanjay little.forest wrote: > How can I create conditions for a custom action to run for Un

Re: [WiX-users] Service Control / Service Install Wix 3.0/3.5 ICE03 Error

2010-03-18 Thread Sanjay Rao
make a separate one more component having "servicecontrol' element only. On 18-03-2010 10:30, Michael Schlitt wrote: > Does anyone know how to get past the following error in Wix 3.0/3.5 for > installing a service. The below code works fine in Wix 2.0. Has there been > a major change that I a

Re: [WiX-users] How to detect whether a service is running or not

2010-03-12 Thread Sanjay Rao
e ServiceControl table isn't the exe name - > it's actually the internal name of the service. Is that perhaps the issue? > > Phil Wilson > > > -Original Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: Thursday, March 11, 2

Re: [WiX-users] How to detect whether a service is running or not

2010-03-11 Thread Sanjay Rao
led, and stop the service both on install and uninstall. > > Refer to ServiceControl Element in Wix help file for more details. > > --- On Fri, 12/3/10, Sanjay Rao wrote: > > From: Sanjay Rao > Subject: [WiX-users] How to detect whether a service is running or not > To: wix-us

[WiX-users] How to detect whether a service is running or not

2010-03-11 Thread Sanjay Rao
. In this way I can prompt user to manually stop the services. Any type of help in this reagard would be greatly appreciated. Regards, Sanjay Rao -- Download Intel® Parallel Studio Eval Try the new software tools for

[WiX-users] windows services installed using wix installer not removed on windows server 2008

2010-02-28 Thread Sanjay Rao
experienced this issue earlier. Regards, Sanjay Rao -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

[WiX-users] list of all standard control events

2010-02-03 Thread Sanjay Rao
Hi, I want to get a list of all standard control events used in publish element. Can anybody help me out ? Regards, Sanjay Rao -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with

[WiX-users] How to remove a option from feature selection tree

2010-01-27 Thread Sanjay Rao
Hi, I don't want to have a option "entire feature will be installed on your hard drive" on my each feature in feature selection tree. How can I get rid of this ? Regards, Sanjay Rao -- The Planet

[WiX-users] when files have been actually removed from install directory during uninstall process

2010-01-07 Thread Sanjay Rao
Hi, I want to execute a custom action during uninstall process. Where should I put this in installexecutesequence ? Regards, Sanjay Rao -- This SF.Net email is sponsored by the Verizon Developer Community Take

Re: [WiX-users] How to add a custom dialog in uninstall process using Wix

2010-01-07 Thread Sanjay Rao
I am not aware, how to show dialogs via custom actions. Please help with some sample code. Thanks & Regards, Sanjay Rao Sebastian Brand (Instyler Software) wrote: > You may only show dialogs during uninstallation via a custom action, the > dialogs from the msi won't be shown.

[WiX-users] How to add a custom dialog in uninstall process using Wix

2010-01-07 Thread Sanjay Rao
ation. Any help would be appreciated. Thanks, Sanjay Rao -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day

[WiX-users] icon change of the installer

2009-12-29 Thread Sanjay Rao
using WIX, then is there any way to wrap my msi installer into an executable having a customized icon and unchanged GUI ? Regards, Sanjay Rao -- This SF.Net email is sponsored by the Verizon Developer Community Take