[WiX-users] How to close MSI Dialog without clicking on FINISH pushbutton?

2012-02-13 Thread ppremk
Hi guys, I have been trying to close an MSI dialog from a custom dialog I created and have not been able to. I read some post here: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/What-does-Custom-OnExit-do-td5807840.html http://msdn.microsoft.com/en-us/library/aa369543(v=VS.85).asp

Re: [WiX-users] Burn EXEPackage Condition does not get evaluated when MSIPackage Installation is cancelled

2012-01-16 Thread ppremk
Rob, I have failed to get the to work. I think I need more time to understand the tool's layers. In the race for time I have done the following to at least get what is needed to for the bootstrapper to work for now. This way when the user canc

Re: [WiX-users] Burn EXEPackage Condition does not get evaluated when MSIPackage Installation is cancelled

2012-01-13 Thread ppremk
Thanks Rob, will give it a go and keep informed if I manage to solve it. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-EXEPackage-Condition-does-not-get-evaluated-when-MSIPackage-Installation-is-cancelled-tp7183696p7186616.html Sent from the

Re: [WiX-users] Burn EXEPackage Condition does not get evaluated when MSIPackage Installation is cancelled

2012-01-13 Thread ppremk
Addiditonal info: If I try to Disable the UI for the MSIPackage, it fails since the UAC is turned on and the prompt to key in the admin credentials are not shown. The MSI already have the "elevated" value in its package. -- View this message in context: http://windows-installer-xml-wix-toolset.6

Re: [WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-24 Thread ppremk
Additioanally i tried to see what was in the log: [0138:01F4][2011-11-24T15:15:46]: Burn v3.6.2221.0, path: C:\Users\admin\Desktop\MyWSBootstrapper.exe, cmdline: '-burn.unelevated BurnPipe.{14712C86-EA18-4342-BCBC-AC3C46BFCF7C} {3E642A26-7786-4D71-BBCE-79FCD0B43A05} 3716' [0138:01F4][2011-11-24T1

Re: [WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-23 Thread ppremk
Thanks for the reply Bob :) I have tried the below but still did not get to launch the payload or an installed file via a chain MSI and Do I have to include this in the Bundle.wxs or am I missing something here? I still new to Burn, please excuse me if this is a simple question. thanks ag

[WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-22 Thread ppremk
Hi All, Been playing around with burn recently and I would like to seek help on 2 questions. 1. How to Launch an executable installed via the MSI chained package? If I run the MSI as stand alone, I am able to launch the exe that it installs, but somehow this is not the case when included in the b

Re: [WiX-users] ListView Icon inconsistency...

2010-06-02 Thread ppremk
Hi Dominique I am also currently trying to achieve the same with my deployment project. The objective is to display a list of Prerequisites and have a "tick" or "cross" mark beside it to notify the users which are missing after the Welcome dialog. Would you mind sharing your knowledge and concep

Re: [WiX-users] How To Skip Custom Dilalog On Repair ?

2010-05-03 Thread ppremk
Hi, I have done something similar but not during repair. this is the snippet i had used. it might give you some idea's 1. I had extended the standard WiXUI_Mondo source that you could download. I included the changes in a of my main installer. 2. Changed the portion which is necessary for the

Re: [WiX-users] How to check if JRE is installed using WIX

2010-04-06 Thread ppremk
Thanks for the input :) -- View this message in context: http://n2.nabble.com/How-to-check-if-JRE-is-installed-using-WIX-tp4837649p4862476.html Sent from the wix-users mailing list archive at Nabble.com. -- Download Int

Re: [WiX-users] Signing MSI's

2010-04-06 Thread ppremk
Thanks for the input. Shall give this a shot. When you say post build script.. do you mean you are using Votive to compile or from command line? thanks again. cheers! -- View this message in context: http://n2.nabble.com/Signing-MSI-s-tp4849477p4862471.html Sent from the wix-users mailing list

Re: [WiX-users] How to check if JRE is installed using WIX

2010-04-03 Thread ppremk
Hi, I am doing this for my package, not sure if this is the correct way, but might be of help: (JREINSTALLED) there might be better ways to achieve this but this works for my package and alerts users cheers -- View this message in context: http://n2.nabble.com/How-to-check-if-

[WiX-users] Signing MSI's

2010-04-03 Thread ppremk
Hello Guru's I have begun my journey with wix and have found it very powerful. I intend to sign my MSI package with a valid cert. My code below is how I am doing it right now. the question is: 1. is this the valid way of achieving it? 2. what is the difference between the MSIPackage