Re: [WiX-users] Uninstall badly formed bundle

2013-01-09 Thread Mihajlo Cvetanović
Thanks for the new tool in the toolbox, however this tool does not help me (or I use it wrongly). Whatever the product code (or update code) I enter to the command I get "No product/patch data was found". I suspect it's because I want to remove five bootstrappers, and not msi files. There is one hi

Re: [WiX-users] Uninstall badly formed bundle

2013-01-09 Thread Mihajlo Cvetanović
I still need answer to the question. How to uninstall badly formed bundle? Mihajlo Cvetanović wrote > I'm playing with Burn, learning along the way. I created my BA in C# > that has no GUI, and just logs all events, and does nothing else. In > control panel there are now five ident

[WiX-users] Uninstall badly formed bundle

2012-12-25 Thread Mihajlo Cvetanović
I'm playing with Burn, learning along the way. I created my BA in C# that has no GUI, and just logs all events, and does nothing else. In control panel there are now five identical installed applications, some from debug configuration, some from release. I cannot uninstall any of them from Programs

Re: [WiX-users] WiX 3.6 upgrading perUser to perMachine

2012-12-19 Thread Mihajlo Cvetanović
My approach to the problem is to just detect the problem during installation and inform the user about it. If there are files found on the target folder after the previous version should have been uninstalled (after RemoveExistingProducts step) then abort the installation. More details: http://stac

Re: [WiX-users] WixMbaPrereqPackageId variable not visible from Fragment element

2012-12-18 Thread Mihajlo Cvetanović
I had those two lines already, but like I said they were in Fragment element instead of in Bundle element. When I moved them to Bundle element the problem was gone. My question is if this is requirement or a bug? Do WixVariable elements must reside in Bundle element? -- View this message in cont

[WiX-users] WixMbaPrereqPackageId variable not visible from Fragment element

2012-12-17 Thread Mihajlo Cvetanović
I'm new to Burn, and was trying my first test dummy setup with GUI that I found here: http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application/ Solution contains three projects: TestBA.csproj, DummyInstaller.wixproj, and BootstrapperSetup.wixproj. I removed all the MVVM stu

Re: [WiX-users] Best common practices and migration from VS deployment project

2012-11-23 Thread Mihajlo Cvetanović
I've found me an answer to fourth question. Still hoping for answers to other questions. If I'm asking the wrong questions please tell me. On Sat, Nov 17, 2012 at 1:29 PM, wrote: > Date: Fri, 16 Nov 2012 17:54:45 +0100 > From: Mihajlo Cvetanovi? > Subject: [WiX-users] Best common practices and m

[WiX-users] Best common practices and migration from VS deployment project

2012-11-16 Thread Mihajlo Cvetanović
Hi all, first time here for me. Assume I know only the very basics (particularly not the lingo), but willing to read from any link you throw at me. I used to have a very simple Visual Studio's .vdproj project, with one app written in C++ and a few Microsoft's dll's (CRT and MFC) manually added in