[WiX-users] .Net 3.5 Installation using WIx MSI

2013-05-08 Thread ashish thomas
Following are my requirements a) I need to check the .Net 3.5 prerequisites and if it is not present, must install the .net component followed by the instllation of my application which includes copying the files to Programs files. Can any one suggest is there any way to the do the same i

[WiX-users] .Net installation using Wix

2013-05-09 Thread ashish thomas
Hi , I have the following requirement  I need to develop an installer using Wix . I need to check whether .Net 3.5 SP1 is installed or not and if the prerequisite is not met, must show a messagebox(dialog) to the user  telling that it is not installed - Do you wish to continue the install .Net,

[WiX-users] .Net 3.5 SP1 using WiX Burn

2013-05-10 Thread ashish thomas
Hi All, I need to install .Net3.5 SP1 as a prerequiste if not met using Wix. I have written code using Wix Burn.   My plan is to include  dotNetFx35setup.exe -  to be a part of the package(in package) and i have specified it in ExePackage:SourceFile.  If .net 3.5 is not installed, i execute dotN

[WiX-users] Localization of Wix Bootstrapper

2013-05-14 Thread ashish thomas
 Hi All,   I have query regarding localizing Wix Bootstrapper and then invoking appropriate MSI. I have the following binaries a)              a)   Wix Bootstrapper Exe b)     b)  Localized MSI files for English,French and German cultures created using Wix MSI Project(Visual Studio)   I am plannin

[WiX-users] MultiLingual MSIs – Error applying transforms. Verify that the specified transform paths are valid.

2013-05-16 Thread ashish thomas
Hi All, I am planning to create a multilingual MSI. I have created MSI file for the English local and have created MST File for German using MSITran.exe . I am invoking the msi from the bootstrapper. I specify German language to be shown in the MSI ui by specifying the following in the WIx boostr

[WiX-users] Viewing File size of Boostrapper contents

2013-05-21 Thread ashish thomas
Is there any way or tool by which we can view the individual file sizes that is contained inside a Wix bootstrapper. My bootstrapper internally contains .Net installer and MSI , but when viewed using 7 zip it is showing u0 ,u1 etc and we cant determine what is contained inside each file. ---

[WiX-users] Avoid multiple instances of Bootstrapper Wix

2013-05-22 Thread ashish thomas
I have a Wix Bootstrapper Exe which internally invokes an MSI file. Can some one help me  to ensure that only a single instance of Boostrapper will get installed and will be seen in ARP.  I have seen that if i makes comes changes to Bundle.wxs, even though the version number and the Upgrade code

[WiX-users] Wix Uninstallation in Windows XP

2014-03-03 Thread ashish thomas
Hi All, We are using Wix MSI for doing installation/uninstallation of our application. Currently our application is supported from Windows XP and above. As a part of uninstallation, we are removing Gui application from system tray.  But we are finding two different behavior for XP vs Non XPS   Non