[WiX-users] Alice LAMPE

2010-05-02 Thread sujanakar reddy
http://www.meilleurs-casinos-de-monde.com/home.php _ South Cinema This Decade http://entertainment.in.msn.com/southcinemathisdecade/

[WiX-users] eser bolat

2010-04-30 Thread sujanakar reddy
http://www.freidesignberlin.de/home.php _ South Cinema This Decade http://entertainment.in.msn.com/southcinemathisdecade/

[WiX-users] Disable cancel button on ProgressDlg during CustomAction execution

2009-01-04 Thread sujanakar reddy
Hi, In my installer, I am executing a CustomAction after “InstallFiles” and Before “InstallFinalize” actions. When the user clicks Cancel button during CustomAction execution, the installation is not getting rollback and the product is installed successfully. I want to disable the Cancel

[WiX-users] Deploy to Program Files directory on x64 system

2008-12-05 Thread sujanakar reddy
Hi, I am developing an MSI which should support deploying of files to “Program Files” folder or any other selected folder on both 32-bit and 64-bit versions. I have written two directory structures one for ProgramFilesFolder and other for ProgramFiles64Folder, added two features each for

[WiX-users] Overwrite GAC Assembly

2008-11-28 Thread sujanakar reddy
Hi, I am developing an installer using Wix3, I want to deploy an Assembly to GAC thru my isntaller. The problem is the installer is not installing the assembly to GAC, if it already exist. I want to uninstall the existing assembly and install the one shipped with my application to GAC.

[WiX-users] Show/Hide Textbox on event of DropDown

2008-11-27 Thread sujanakar reddy
Hi, In my installer (using WiX 3.0) I am displaying a list of items in ComboBox control and providing a value of Create New in my dropdown so that if the user chooses the Create New item, I want to show textbox below the dropdown screen in same dialog. Is it possible in WiX? Please help me

[WiX-users] Find AppPool of Virtualdirectory

2008-11-20 Thread sujanakar reddy
Hi All, I am creating VirtualDirectory from my msi using wix3. I want to assign AppPool of other VD (Sharepoint AppPool) to the VD what I have created. Please guide me on how can I search for Sharepoint AppPool (or Other) so that I can assign same to my VD. Please help me its very urgent.

[WiX-users] LaunchConditions Dialogbox

2008-11-19 Thread sujanakar reddy
Hi All, I am developing an MSI with WiX v3, I want to perform some pre-requisites checks i.e. Launch Conditions before launching the installation. Example CodeSnippet: !-- Launch conditions -- Condition Message='You have to be a local administrator to install

Re: [WiX-users] Grant permissions on a folder to a specific user

2008-10-29 Thread sujanakar reddy
'/ /CreateFolder /Component /Directory Thanks, Sujanakar Reddy _ Movies, sports news! Get your daily entertainment fix, only on live.com http://www.live.com/?scope=videoform=MICOAL

[WiX-users] Add permissions to user on existing directory

2008-10-29 Thread sujanakar reddy
Hi, I am developing installer using WiX 3 (3.0.4311.0), in my installer I want to assign read permissions to the user on a directory. Below is the code snippet, with this code the permissions are assigned to user but it is removing all other existing permissions of the directory. I want to

[WiX-users] Grant permissions on a folder to a specific user

2008-10-23 Thread sujanakar reddy
' / Permission User='User1' Domain='MyDomain' GenericRead='yes' Read='yes'/ /CreateFolder /Component /Directory Thanks, Sujanakar Reddy _ Movies, sports news! Get your daily entertainment fix, only on live.com http://www.live.com

[WiX-users] Deploy SQLCMD Utility from msi

2008-09-22 Thread sujanakar reddy
Hi, I am developing an MSI using WIX 3.x. I want to deploy the SQL Serve Command line query tool from my installer package. I have downloaded the same from http://www.microsoft.com/downloads/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17amp;displaylang=endisplaylang=en: I got the