[WiX-users] MSI + CustomAction as one process

2015-07-06 Thread Prantik Sarmah
Hi Folks, I have a query and hope someone would guide me properly. If I run an exe in an msi through some custom action,it is run as an out of process method. That is to say the msiexec runs as process1 and the exe runs as process2. Would it be possible to somehow run the exe within the same

[WiX-users] Where does MSI store installed state

2015-01-09 Thread Prantik
Remove Programs. But if I run the msi again, it prompts for repair, change etc. I was wondering where is the data stored in the m/c specifying that the product is already installed if not in the registry. I was wondering if someone could point me at something. Regards, Prantik

Re: [WiX-users] Where does MSI store installed state

2015-01-09 Thread Prantik
Hello All, I found that the entries are in the Windows Upgrade Table. http://msdn.microsoft.com/en-us/library/aa372379%28v=vs.85%29.aspx Is there a way to view this table from C# code and add or delete some entries? From: Prantik [mailto:prantik.sar...@grapecity.com] Sent: 09 January

Re: [WiX-users] Chained Installation

2014-04-25 Thread Prantik Sarmah
Hi Phill, When I use the DownloadUrl attribute, does the chainedproduct.msi get actully downloaded to the user's machine or is it installed from the remote location? Thanks & Regards, Prantik Sarmah On Mon, Apr 21, 2014 at 6:23 PM, Prantik Sarmah < prantik.sar...@grapecit

[WiX-users] concurrent execution of bootstrapper.exes

2014-04-24 Thread Prantik Sarmah
time?Would it install 1.msi and 2.msi at the same time or first install 1.msi->wait for the installservice to be free and then install 2.msi. Thanks & Regards, Prantik Sarmah -- Start Your Social Network Today - D

[WiX-users] chained installation

2014-04-23 Thread Prantik Sarmah
MSIs with download urls provided, are the downloads made in parallel threads or a single one? # Once the downloads are complete, are the MSIs installed in parallel threads or single? Thanks & Regards, Prant

Re: [WiX-users] Chained Installation

2014-04-21 Thread Prantik Sarmah
Thank you. It works now. Thanks & Regards, Prantik Sarmah On Mon, Apr 21, 2014 at 4:31 PM, Phill Hogland wrote: > Use something along these lines: > Vital='yes' > Compressed='no' > Download

[WiX-users] Chained Installation

2014-04-21 Thread Prantik Sarmah
t/Products/2.msi"; /> But when I try to compile this(from Visual Studio) I am thrown the below errors. The system cannot find the file 'SourceDir\Int' The system cannot find the file 'SourceDir\RT' Could someone please let me know how to