[WiX-devs] The version of this file is not compatible with the version of Windows you're running

2014-02-21 Thread Sujitha Ramamoorthy
Hi, I am developing a WiX setup using visual studio. I just changed the output of one of my WiX setup projects from msi to exe but when I run it I get: "The version of this file is not compatible with the version of Windows you're running. Check your computer system information to see whether y

[WiX-devs] How to upgrade MSI without changing product id in wix 3.0

2012-11-05 Thread Sujitha Ramamoorthy
Hi, How to upgrade MSI without changing product id in wix 3.0? Thanks in Advance. Thanks, Sujitha -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs

[WiX-devs] Dll failed to register HRESULT -2147024770(The specified module could not be found)

2012-11-05 Thread Sujitha Ramamoorthy
Hi, While installing the Wix MSI file , I am getting the error "Dll failed to register. HRESULT -2147024770( the specified module could not be found)" in windows 7 professional 64 bit machine. I cleared the %TEMP% folder, restarted the system, installed the pre requisites for my install

[WiX-devs] Prompt to delete or preserve a file during uninstallation

2012-09-17 Thread Sujitha Ramamoorthy
Hi, My application stores some contacts in an xml file. While uninstalling I need to prompt the user to delete or preserve the contacts file? Based on the user input I should delete or preserve the file. How to achieve this using WIX? Any help appreciated. Thanks in advance. Thanks, Sujith

[WiX-devs] Selecting current user or All user install in WIX

2012-08-02 Thread Sujitha Ramamoorthy
Hi, My requirement is to prompt the user for selecting the option to install just for the current user or all user. I added the below given code snippet in my .wxs file but I am not able to see InstallScopedlg during the installation. Please anyone help on this.Thanks. Thanks, Sujitha

[WiX-devs] FW: Installing Prerequisite with WIX

2012-07-17 Thread Sujitha Ramamoorthy
Hi, I want to install MSXML4.0 installer which is a another MSI file as a Prerequisite with my WIX setup. How to do it without using bootstrapper. Thanks, Sujitha -- Live Security Virtual Conference Exclusive live event

[WiX-devs] Installing Prerequisite with WIX

2012-07-17 Thread Sujitha Ramamoorthy
Hi, I want to install MSXML4.0 as a PreRequisite with my WIX setup. How to do it without using bootstrapper. Thanks, Sujitha -- Live Security Virtual Conference Exclusive live event will cover all the ways today's securi

[WiX-devs] How to install prerequisites using bootstrapper in wix

2012-05-18 Thread Sujitha Ramamoorthy
Hi, I want to install msxml4.0 sp2 as a prerequisite in wix installer. I added the following codes in .wixproj file and I placed the msxml.msi along with product.xml under "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages" by creating a new folder msxml but while building th

[WiX-devs] How to create an application under a website in IIS 7.0 using WIX3.5

2012-04-19 Thread Sujitha Ramamoorthy
Hi, I want to create an application under a website in IIS 7.0 using WIX3.5 installer. Please help anyone for how to do it. Thanks, Sujitha -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know.

[WiX-devs] Condition under component is not working

2012-04-16 Thread Sujitha Ramamoorthy
Hi, I added condition for IIS version under component but it is not working. Please anyone help for this problem. Thanks, Sujitha -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...

[WiX-devs] Condition under component is not working

2012-04-16 Thread Sujitha Ramamoorthy
Hi, I added condition for IIS version under component but it is not working. Please anyone help for this problem. Thanks, Sujitha -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...a

[WiX-devs] How to assign different actions for different IIS version in WIX installer?

2012-04-16 Thread Sujitha Ramamoorthy
Hi, My requirement is to add below mentioned scenarios in same installer. 1.Create a virtual directory under default web site if IIS version is 5.1 2.Create a new web site if IIS version is equal to or greater than 6. I added the code as given below but it is not working. IISMAJORVERSI