[WiX-users] Browse for file dialog & replacing files

2008-04-21 Thread chandan Koushik
Hi, My Wix installer should support the upload of company logo(gif file) during installation,In order to achieve this i have created and added the UI and also got hold of the custom action to browse for file dialog.when i click the browse button the path of the file gets stored in the property PAT

[WiX-users] conditional installation of services

2008-01-29 Thread chandan Koushik
Hi All, I have an alarm.exe file which should run as a service.This exe file is dependent on Sql Server service.I use the following code to run this exe as a windows service The problem i am facing is that the target system can have SQL Server2005(Service name:MSSQLSERVER) insta

[WiX-users] SQL Versions in installer

2008-01-16 Thread chandan Koushik
I actually wanted few suggestions , our application should support two version of sql server i.e. sqlserver2005 and sql server2005express edition. The sql server2005 express edition is used to show a small demo of our application to prospective customers by installing express edition of sql server

[WiX-users] Which version of sql server installed on a machine

2008-01-16 Thread chandan Koushik
I apologize for posting this if it has been answered earlier but I am unable to get this working. I am installing a database on the target machine using SqlDatabase tag ,I do not know whether the end-user has SQLExpress or SQL installed, so I dont know whether to use Server='[%COMPUTERNAME]\SQLE

[WiX-users] Problems in running vbscript during install

2007-11-23 Thread chandan Koushik
Hi All, I apologize for posting this if it has been answered several times but I am unable to get this working.I am using wixV3 .I just want to call a vbscript file which sets permission for user.It takes folder name as argument. when i run it from the command line using cscript c:\>cscript setdi

[WiX-users] re gistering a dll in global assembly cache

2007-11-19 Thread chandan Koushik
Hi All, I wanted to register OFFICE.dll in the global assembly cache . Normally we do this using the command C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe -i "C:\OFFICE.DLL" and this dll gets registered in the cache . I tried the following code out to achieve this in wix b

Re: [WiX-users] uninstall from control pannel does not remove all files

2007-10-26 Thread chandan Koushik
: Null; Request: Absent; Action: Absent MSI (s) (78:60) [15:06:15:732]: Component: __InstallConfTool65; Installed: Null; Request: Absent; Action: Absent -end of part of log file-- Richard-45 wrote: > > > In article <[EMAIL PROTECTED]>, > chandan Koushik

[WiX-users] uninstall from control pannel does not remove all files

2007-10-24 Thread chandan Koushik
Hi All, i have installed a web application using wix3.0 .the installation was successful.But when i try to uninstall the application using control panel>>add remove programs, the application vanishes from the add remove list but all the files still exists physically on the disk.Even the entr

Re: [WiX-users] Using CustomAction during the installUISequence

2007-09-18 Thread chandan Koushik
Sorry, i m attaching the installation log: Hope that helps Rob Hamflett wrote: > > 'ends prematurely' isn't much to go on. Does it report error numbers? > Does a logged installation > report anything useful? > > Rob > > chandan Koushik wrote: >&

[WiX-users] Using CustomAction during the installUISequence

2007-09-18 Thread chandan Koushik
Hi All, I have a config.cpp file which contains the function _declspec(dllexport) UINT CheckBluePrint (MSIHANDLE hInstall) { int dRet=0; logfile = fopen("c:\\mnsetup.log","a"); fprintf(logfile,"installer for Me\n"); CoInitialize(NUL

Re: [WiX-users] Calling a function of one file into a wix file.

2007-09-18 Thread chandan Koushik
Alexei wrote: > > And bear in mind that if you wish to simply run the custom action when > the installer is started then you would have to schedule it - instead of > attaching it to a GUI component. Thanks for your reply ,could you please provide a sample of how can i schedule the custom action

Re: [WiX-users] Primary Key LicenseAccepted duplicated in table CheckBox

2007-08-29 Thread Chandan Koushik
ed Thanks in Advance. Regards Chandan. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 10:37 AM To: Chandan Koushik Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Primary Key LicenseAccepted duplicated in table CheckBox c

[WiX-users] Primary Key LicenseAccepted duplicated in table CheckBox

2007-08-27 Thread chandan Koushik
Hi All, Sorry the code was not Accompanied in the previous mail... I am using Wix3.0 I have created a new Dialig using the code shown below . [DlgTitleFont]Please enter the

[WiX-users] Primary Key LicenseAccepted duplicated in table CheckBox

2007-08-27 Thread chandan Koushik
Hi All, I am using Wix3.0 I have created a new Dialig using the code shown below . [DlgTitleFont]Please enter the UserName and Password for the My Database setup.

[WiX-users] Calling a function of one file into a wix file.

2007-08-10 Thread Chandan Koushik
Hi, Hi I am Using wix3.0 version. Is it possible to have a function [say f1() ] in one file which can be called from a main wix file; Based on the content of the function the corresponding features can be installedon the system. Can this be achieved in Wix Suggestions regarding this would

[WiX-users] Problems with shortcuts

2007-08-08 Thread Chandan Koushik
Help Out. Regards, Chandan Koushik Ph- 0091-9908512275

Re: [WiX-users] Error while parsing

2007-08-07 Thread Chandan Koushik
Hi , Thanks for the reply, I have already attached the WixUI.wixlib file but still it does not rectify the problem. Note: List of files attached as references to product.wxs files are WixUI.wixlib WixUI_en- us.wxl sca.wixlib Regards, Chandan Koushik

[WiX-users] Error while parsing

2007-08-07 Thread chandan Koushik
Hi, I am using vs2005(with wix 2.0.5325.0) to create wxs files and there when i add a reference to WixUI_en-us.wxl file and build it i get the following error Error 1 Invalid output file, detail: Error while parsing: The xml document element was expected to be tableDefinitions, but

[WiX-users] Web controls of asp.net not visible after deployment.

2007-08-03 Thread chandan Koushik
Hi all, I am new to Wix and i am using Wix2.0.3425.0 ,When i build/package an asp.net web application (which has both web controls and html controls ), i get an installer with name Product.msi . When i unpack the installer and install the web application ,only the Html controls are visible

[WiX-users] Error while building

2007-08-02 Thread Chandan Koushik
was actually WixLocalization. C:\Program Files\Windows Installer XML\bin\wixui_en-us.wxl Can anyone please help me out... Regards, Chandan Koushik - This SF.net email is sponsored by: Splunk Inc. Still

[WiX-users] localization problem

2007-08-02 Thread chandan Koushik
Hi All, I am using Wix Compiler version 2.0.5325.0 . when i am compiling the file Product.wxs which is added with a web project, I get the following errors Error 1 The localization string 'ProgressTextInstallValidate' is unknown. Ensure that the localization variable $(loc.Prog

[WiX-users] Fatal Error CNDL0005

2007-08-02 Thread chandan Koushik
Hi all, I am new to wix and i am stuck at a point during deployment of my web project. I am using Wix 2.0.5325.0. When i compile my file using the candle command(as shown below):- C:\Program Files\Windows Installer XML\bin>candle -out C:\Documents and S ettings\chandan.k\Desktop\DeployingAN

[WiX-users] error while configuring iis virtual directory

2007-07-29 Thread chandan Koushik
Hi All, When ever i am trying to create a virtual directory, in the application SampleWebDir i get the following error during linking C:\Program Files\Windows Installer XML\bin>light -out d:\WixApplications\demo\install.msi d:\WixApplications\demo\SampleWebDir.wixobj -loc WixUI_en-us.wxl Micros

[WiX-users] WixUI_Mondo

2007-07-25 Thread chandan Koushik
Hi All, I am trying to use wix for installation of my product .When i try to use the UI wizard in my wxs file by using the following lines: I get the fillowing error while linking : unresolved reference to the symbol 'WixUI: WixUI_Mondo' in the section Product={35D229AD-6CBC-4815-908D