Re: [WiX-users] Getting File versions

2009-02-10 Thread siaj
On Tue, Feb 10, 2009 at 2:48 PM, siaj wrote: > Thanks Rob. > For some reasoins I was getting preprocessor errors with using > $(bind.FileVersion.IdOfFileToGetFileVersionFrom)" . Though > !(bind.FileVersion.IdOfFileToGetFileVersionFrom)" worked

[WiX-users] Getting File versions

2009-02-09 Thread siaj
Hello, Is there a way we can find a file version dynamically while deployment ?. I have a dll to be deployed to the GAC and the dll version should be updated in the web.config file of the destination server. The issue is that dll version will change with every build and hence the version number go

Re: [WiX-users] uninstall fails to drop database, iis objects

2008-12-28 Thread siaj
wants to install a new instance ?. Any code snippet will be very helpful. I dont have good insight of embeded transforms yet. Thanks, siaj Rob, That's a really good question. I'm not entirely sure where to check to make sure they are uninstalled, however, it made me wonder about som

[WiX-users] Executing a ConsoleApp file before Installfinalize

2008-12-22 Thread siaj
that when I try to execute ConsoleApp before the start of the Install, I do not see it on the my server. I am sure others must have seen this issue where they want to use a file which is yet not copied on the machine. Any feedback would be appreciated. Thanks, siaj

[WiX-users] Installing Components for new Web instance on re-run of Install.

2008-12-20 Thread siaj
Not sure how the setup should handle Modify the installed features, add the feature to the new instance or remove the feature from an existing instance. Please let me know if somebody has gone through a similar scenario or if you

[WiX-users] CustomAction console application in C# for WIX installer

2008-12-20 Thread siaj
directly from Wix. Is this a wrong design ? Also by creating a C# console application instead of a dll, do I get away with the perception of "should not have a CA in managed code" ? Thanks in advance for any suggestion on the same. Tha

[WiX-users] Unistall script getting executed only on the

2008-12-20 Thread siaj
rnet Services http://www.artizan.com/ Original Message Subject: [WiX-devs] Unistall script getting executed only on the defaultdatabase From: siaj To: wix-d...@lists.sourceforge.net, wix-users@lists.sourceforge.net Date: 12/16/2008 11:23 PM > > I am creating a setup using Wix which is

[WiX-users] Install/Uninstall Condition

2008-12-17 Thread siaj
Hello, I have 2 feaatures in my install (F_1, F_2) . F_1 has component C_1 and F_2 has component C_2 I want to fire a custom action CAInstall1 every time F_1 is Installed. and CAUninstall1 every time F_1 is uninstaled. I am using a condition $C_1>2 for the firing the CA during Install and $C_1=2

[WiX-users] Unistall script getting executed only on the

2008-12-17 Thread siaj
- From: siaj [mailto:meabrakada...@gmail.com] Sent: Tuesday, December 16, 2008 10:24 PM To: wix-d...@lists.sourceforge.net; wix-users@lists.sourceforge.net Subject: [WiX-users] Unistall script getting executed only on the defaultdatabase Hello, I am creating a setup using Wix which is creating some

[WiX-users] Unistall script getting executed only on the default database

2008-12-16 Thread siaj
Hello, I am creating a setup using Wix which is creating some objects in a database and droping it while uninstall. The create and drop is working fine but if the user chooses to create these objects on a different database while installation,the uninstall is not cleaning it while uninstall. I tr

Re: [WiX-users] Combobox not refreshing

2008-11-17 Thread siaj
Thanks ! but dont think this solution will work becuase I need to have the server name and the database name on the same screen and I would like to refresh the database name changed on click of the button (on same screen) or value changed of Server Name drop down. Thanks, siaj Split the

[WiX-users] Combobox not refreshing

2008-11-17 Thread siaj
posts but none of them have been able to help me yet. The code snippet looks like below. Any help will be appreciated -siaj - This SF.Net email is sponsored by the Moblin Your Move Developer's chal

[WiX-users] Populating ComboBox from Custom Actions

2008-11-15 Thread siaj
Hello, I am having a Combobox on my installer which needs to be populated with list of databases on a click of a button (GetDatabases). I have a vbscript which is used for the custom action. I can see the custom action working and populating the combobox but it happens only when I leave the dialog

[WiX-users] Drop Down in installer

2008-11-14 Thread siaj
Hello, Can any body share me with me a code sinippet to populate a drop down combo box from a vbscript custom action ? I am having a scenario where I have to populate a combo box from vbscript which is a list of databases from the given server. Thanks, siaj

Re: [WiX-users] Creating a XML Node in Config file

2008-11-11 Thread siaj
to be specfic to my issue. It does not seem to talk about creating a node only if it does not exists. Thanks, siaj Re: [WiX-users] Creating a XML Node in Config file From: Brian Rogers <[EMAIL PROTECTED]> - 2008-11-11 18:01 I don't think Perl is the right technology for use wit

[WiX-users] Creating a XML Node in Config file

2008-11-11 Thread siaj
de me in a direction? Thanks, siaj - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip