[WiX-users] Silent Mode installation without command line option...

2008-03-13 Thread V K Gangwar
Is there any way to install MSI in silent mode without using command line option.. msiexec /q .msi Thanks!! - Never miss a thing. Make Yahoo your homepage.- This SF.net em

[WiX-users] "deferred " custom action

2008-03-10 Thread V K Gangwar
Is there any way to execute "deferred (in-script)" custom action before InstallInitialize sequence. - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.- Thi

Re: [WiX-users] Old Installshield upgrade / Remove using MSI Installer

2008-03-05 Thread V K Gangwar
a LaunchCondition in the execute sequence based on the presence of the UninstallString so you can prevent a silent install from installing on top of the old product. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of V K Gangwar Sent: Wednesday, March 05, 2008

[WiX-users] Old Installshield upgrade / Remove using MSI Installer

2008-03-05 Thread V K Gangwar
Guys, I developed a MSI installer (WiX) for a product was installed through InstallShield installer. I want when I install through MSI installer it should upgrade/ remove the old InstallShield. I tried to upgrade but no success. Then I wrote a custom action in which I am calling a script w

[WiX-users] In place upgradation...

2007-12-23 Thread V K Gangwar
Hi, I developed an MSI installer with version 1.10.0. I want to upgrade this installer with version 1.11.0. When I double click on version 1.11.0 installer a message is displayed that "Another version of this product is already installed. Installation of this version cannot continue. To config

[WiX-users] Installed Application is failing when Non - Default directory location is selected

2007-12-13 Thread V K Gangwar
Hello All, After successful installation I want to launch my application. This is working fine if i choose default installation directory. If I change the install directory, application is not launching. I am getting error that "Can't locate installation information in Registry. Please re-inst

[WiX-users] Based on user's input Registry creation....

2007-12-07 Thread V K Gangwar
Hello All, I am showing a dialog through InstallUISequence. This dialog has two pushbuttons "YES" or "NO". If user presses "YES", I have to create 2-3 entries in registry otherwise not. How I can do this. Regards, Veerendra - Never miss a thing. Make

Re: [WiX-users] How to use CloseApps custom action

2007-12-02 Thread V K Gangwar
arget="ff110client.exe" Sequence="10"/> This element I am putting under Product element. Please let me know where I am not correct. Regards, VK Bob Arnson <[EMAIL PROTECTED]> wrote: V K Gangwar wrote: > I can see the CloseApps.cpp file in WiX sources. But how c

[WiX-users] Killing a task on Windows 2000 and WinXP

2007-11-30 Thread V K Gangwar
Hello, I want to kill a task on both WinXP and Win2000. I wrote custom action for that. Using custom action i am invoking taskkill.exe command. But my problem is winXP has taskkill.exe in system folder win2000 doesn't. Win2000 has kill.exe. How I can manage this situation. Thanks Veerendra

[WiX-users] MSI installer deployment through SMS 2003 ?

2007-11-07 Thread V K Gangwar
Hi guys, I developed a installer using WiX3.0 and VS2005 which is working fine on WinXP. I wanted to deploy this MSI installer through SMS 2003. How I can do this? Same MSI installer will work or modifications are required at installer level. Thanks!! VK ___

[WiX-users] Calling function inside a DLL and passing parameters through cutom action...

2007-10-29 Thread V K Gangwar
Could somebody tell me that how I can invoke a function inside a DLL and pass the parameters for that function through custom action. I am developing a MSI installer using WIX3 with votive. Regards, Veerendra __ Do You Yahoo!? Tired of spa

[WiX-users] Invokoing DLL at the time of installation ...

2007-10-23 Thread V K Gangwar
Dear ALL, I need to invoke a function (method) in a DLL and want to use return value of that function. How this can be done. Regards, Veerendra __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo

[WiX-users] Return Value of RegistrySearch

2007-10-10 Thread V K Gangwar
Hello All, In following code what would be the value of OLDVERSIONFOPUND. Actually I want "data" value of version (Which is 1.07.3) in my case how I can get that. i have to take decision based on that value. regards, Veerendra - Boa

[WiX-users] Deployment of MSI package using Terminal Server

2007-10-09 Thread V K Gangwar
Hello, I developed a MSI package (on Wix3 and VS2005) which is working fine. Now I want to deploy this package using Terminal Server. I configured Win2003 as my Terminal Server. Could somebody tell some link or point how we can do this. Is there any modification required in MSI package or same p

[WiX-users] Problem in detection of previously installed package

2007-10-09 Thread V K Gangwar
Hello, I installed a package (.EXE) which was developed with INSTALLSHIELD. Now I developed a MSI package with WiX3.0 and VS2005. Product ID of both packages are same. When I install MSI package it is not detecting the previously installed INSTALLSHIELD package. Could somebody tell me this fea

[WiX-users] Terminal Server version of the Driver

2007-10-08 Thread V K Gangwar
Hello All, I developed a MSI installation package which is working on WinXP fine. This package I tried to install on Windows Server 2003 but I am getting following error - "This Driver will not work correctly when Terminal Services are enabled. Please install the Terminal Server version of the d

[WiX-users] How I can get wixca.dll in WiX v3

2007-10-07 Thread V K Gangwar
How I can get wixca.dll in WiXv3. I am using WiXv3 with votive. I tried for compilation WiXv3 sources in VS2005, but I am not able to open the project (C:\WiX\wix3-sources\WiX.sln) itself. Can I use WiXv2 wixca.dll for WiXv3. Because I am seeing wixca.dll in WiXv2 binaries. Regards, Veerendra

[WiX-users] How I can get wixca.dll

2007-10-05 Thread V K Gangwar
Hello All, How I can get wixca.dll. regards, Veerendra - Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. - This SF.net email is sponsore

[WiX-users] While running custom action command shell window is appearing

2007-10-05 Thread V K Gangwar
Hello All, While install/Uninstall msi package I see command shell appears and disappears. Actually I am using few custom actions related to command shell. Is there any way to hide these windows. Regards, Veerendra - Tonight's top picks. What will you w

[WiX-users] Uninstall in quite mode displaying few progress bars

2007-10-04 Thread V K Gangwar
(Garth) 4. Silent Mode Uninstall is displaying Progress Bars (V K Gangwar) 5. Install/ Uninstall - Command Prompt appears when CustomAction is running.. (V K Gangwar) 6. Re: Silent Mode Uninstall is displaying Progress Bars (Rob Hamflett) 7. Changing TARGETDIR based on Feature

[WiX-users] Install/ Uninstall - Command Prompt appears when CustomAction is running..

2007-10-04 Thread V K Gangwar
Hello All, While install and uninstall custom actions related to 'command line commands' appear and disappear. Is there any way to minimize this. Ex- When custom action related to taskkill.exe command, command prompt appears and disappears. I want to minimize. regards, Veerendra

[WiX-users] Silent Mode Uninstall is displaying Progress Bars

2007-10-04 Thread V K Gangwar
Hello All, When I am doing uninstallation in silent (unattended) mode, progress bars are displaying. What may be the problem?? Regards, Veerendra - Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV.-

[WiX-users] CustomAction is not running..

2007-10-03 Thread V K Gangwar
Hi, Could anybody help me to find out in the following code that why custom action RemoveUserData is not running. 1 1 Do You want to Delete User Data? Thanks

[WiX-users] Invoking custom action based on user input...(Not sequencial)

2007-10-01 Thread V K Gangwar
Hello All, I have written a custom action to remove a folder and its files (created installation time). Now I want to call this custom action based on user input, How I can achieve this. Actually Before removing folder I am prompting one dialog box asking that "Do you want to delete" . If user

[WiX-users] Is there any way to find out version of your .MSI file (installed)

2007-09-26 Thread V K Gangwar
n, I simply use the same pre-processor variable definition that I use elsewhere in my WiX source such as the Version attribute of the Product tag and the Upgrade entries. John Date: Wed, 26 Sep 2007 07:28:48 -0700 (PDT) From: V K Gangwar <[EMAIL PROTECTED]> Subject: [WiX-users] Is the

[WiX-users] Is there any way to find out version of your .MSI file

2007-09-26 Thread V K Gangwar
Hello, Is there any method to find out the version number (major.minor.build) of our msi package. Thanks in advance. Regards, Veerendra - Check out the hottest 2008 models today at Yahoo! Autos.-

[WiX-users] CloseApplication element is throwing ERROR while building...

2007-09-26 Thread V K Gangwar
ED]> wrote:v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Did you add the namespace? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of V K Gangwar

[WiX-users] CloseApplication element is throwing ERROR while building...

2007-09-25 Thread V K Gangwar
Hello All, I am working with WiX3.0.3307.0. I am trying to implement CloseApplication element. When I build my program (with VS2005), I am getting the following error. The Product element contains an unhandled extension element 'CloseApplication'. Please ensure that the extension for elements

[WiX-users] Implementation of custom action CloseApps??

2007-09-22 Thread V K Gangwar
Could somebody point some example - How I can implement custom action CloseApps. Regards, Veerendra - Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. --

[WiX-users] FilesInUse Dialog is not working properly...

2007-09-22 Thread V K Gangwar
Hello All, While my application is running an ICON is displayed in system tray. When I uninstall my application FilesInUse dialog doesn't tell that application is currently running. But if click the ICON (maximized condition) and then Uninstall the application. that time FilesInUse dialog displa

[WiX-users] ICE57 Warning...

2007-09-21 Thread V K Gangwar
Hello All, I developed a msi package which works for CURRENT USER as well as ALLUSERS. I am creating one programmenufolder shortcut in the following way. When i build i get ICE57 warning. Warning LGHT1076: ICE57: Component 'C__0B19A4783FE249C39694F7BA5CF3BEED' has both per-user and per-machi

[WiX-users] Silent mode Installation....

2007-09-19 Thread V K Gangwar
Hello All, Could anybody tell me that how i can implement ' installation in silent mode' without using command line option (msiexec /q). Thanks in advance !! Veeerendra - Got a little couch potato? Check out fun summer activities for kids.--

[WiX-users] Problem While Uninstallation

2007-09-19 Thread V K Gangwar
Hello, My application is auto - launched after successful installation and I get a icon in system tray (task bar). When I uninstall my application it is not removing that icon. How I can fix this problem. thanks in advance. Veerendra - Need a vacation?

[WiX-users] How Dialogs are invoked !!!

2007-09-17 Thread V K Gangwar
Hello, Can somebody tell me (or suggest some URL) that how Dialogs are interfaced with errors in WIX. Regards, Veerendra - Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. --

[WiX-users] Administrative Installation

2007-09-12 Thread V K Gangwar
I made a source image of my .MSI package using msiexec /a option and put in my machine. Can anybody tell me that how on user in same workgroup can install in his machine from this source image? I mean that how a user can install .msi in his machine? What he has to do? regards, Veerendra

[WiX-users] Auto launch of application on machine reboot

2007-09-10 Thread V K Gangwar
Can anybody help me to implement following feature. I am developing a .msi package using WIX3.0 and Votive 3. I want to launch my application on machine reboot. how I can implement this in XML. Regards, Veerendra - Luggage? GPS? Comic books? Check out

[WiX-users] ICE38 Error

2007-09-07 Thread V K Gangwar
Hello All, Can anybody suggest me what I am doing wrong in this code. I am getting ICE38 error. Same type code is working with WiX2.0. Now I am using WIX3.0. Error101ICE38: Component C__875A5144D7DD4BEF9ABAF8AE0CEEF34D installs to user profile. It must use a registry key under HKCU as

[WiX-users] Auto-Launch of application after installation

2007-09-07 Thread V K Gangwar
Hi, I am developing .msi package using Wix2.0. What I will have to add im my XML (.wxs) file to auto launch application after installation. Thanks!! Veerendra - Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers

[WiX-users] .ocx file Registration is failing

2007-09-03 Thread V K Gangwar
e project to you. ----- From: V K Gangwar [mailto:[EMAIL PROTECTED] Sent: Monday, September 03, 2007 7:28 AM To: Schrieken, Rene; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] MSI building problem... Hello Rene, Thanks a lot !! I have few more do

Re: [WiX-users] MSI building problem...

2007-09-02 Thread V K Gangwar
--- From: [EMAIL PROTECTED] on behalf of V K Gangwar Sent: Fri 8/31/2007 17:02 To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSI building problem... Hello All, I have a .msi package which is developed on MS visual studio 2005. When I open that project on MS studio2005, I am se

[WiX-users] MSI building problem...

2007-08-31 Thread V K Gangwar
Hello All, I have a .msi package which is developed on MS visual studio 2005. When I open that project on MS studio2005, I am seeing two files having extension .msm. These files are not there in project codebase. When I try to build these files are giving errors. When I exclude these files I am

[WiX-users] Decompiling .msi through MS Visual Studio 2005

2007-08-31 Thread V K Gangwar
Hello, Is there any way to decompile .msi file in MS Visual Studio 2005 instead of doing on Command Line (using dark). thanks!! Regards, Veerendra - Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Game

Re: [WiX-users] Help Needed ......

2007-08-30 Thread V K Gangwar
option, Wix v3 is medium risk. K On 8/24/07, V K Gangwar <[EMAIL PROTECTED]> wrote: Thanks Karthik, I have few more doubts. I have .msi package with all .dll and .exe files. I have to add some more features in existing .msi package. What approach I should follow and what version o

[WiX-users] Help Needed ......

2007-08-22 Thread V K Gangwar
Dear All, First time I am using WiX. I am working on wix-3.0.2925.0-binaries. I am using WiX with MS Visual Studio 2005. I have a .msi file which I have decompiled using dark.exe decompiler and got a .wxs file. Again I tried to build this .wxs file with my application code. Now I am getting er

[WiX-users] Help required !!!

2007-08-22 Thread V K Gangwar
Dear All, First time I am using WiX. I am working on wix-3.0.2925.0-binaries. I am using WiX with MS Visual Studio 2005. I have a .msi file which I have decompiled using dark.exe decompiler and got a .wxs file. Again I tried to build this .wxs file with my application code. Now I am getting er