Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-25 Thread Kashif Md.
No, its not uninstallable. Looks like I'm done for :) Thanks for your help anyway. On Thu, Mar 26, 2015 at 2:43 AM, Nir Bar wrote: > Is the v1.0.2 patch uninstallable > ? > If yes you can uninstall it in v1.0.3 by setting MSIPA

[WiX-users] [WIX]: How to extract the files in selected folder using MSI dialog.

2015-03-25 Thread Dileep S
Hi All, I have created MSI using WIX with InstallDir dialogs. I have extracted the MSI package with default. While extracting it shows UAC prompt and then extracted successfully. But, second time installation, i have changed the folder to extract. This time, it was not showing any UAC prompt and

[WiX-users] [WIX]: Execute setup.exe from MSI package location (which is not packaged) using MSI.

2015-03-25 Thread Dileep S
Hi All, Execute setup.exe from MSI package location (which is not packaged) using MSI. Step1: Created a c++ custom action to get the current directory and set the EXEPATH property. Step2: Set the INSTALLDIR property to setup.exe parent folder path. Step3: Added a custom action shown below to ex

[WiX-users] Predicting Bootstrapper Cache Location

2015-03-25 Thread Edwin Castro
Is there a way to predict the cache location for my bootstrapper so I can pass it to my MSI in public property? I need to set a registry value with the uninstall command for my bootstrapper (similar to the ARP UninstallCommand) but I'm having a hard time guessing the cache location for the bootstra

Re: [WiX-users] Keep Desktop Shortcuts and Pinned Task Bar Icons with Upgrades

2015-03-25 Thread Rob Mensching
Schedule your upgrade late and carefully adhere to the Component Rules. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Tobias Markmann [mailto:tmarkm...@googlemail.com] Se

[WiX-users] Keep Desktop Shortcuts and Pinned Task Bar Icons with Upgrades

2015-03-25 Thread Tobias Markmann
Hi, I'm currently trying to fix remaining issues in our WiX-based installer. The current issue I'm trying to fix is WiX/MSI behavior when upgrading an installation. Upgrading mostly does an uninstallation of the previous version and installs the new version. This automatically means that shortcu

Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-25 Thread Nir Bar
Is the v1.0.2 patch uninstallable ? If yes you can uninstall it in v1.0.3 by setting MSIPATCHREMOVE to the Patch GUID of v1.0.2 (I haven't tried that but I th

Re: [WiX-users] How to Solve....Verify You have Sufficient system priviledge insatll service.

2015-03-25 Thread Nir Bar
You've set InstallPrivileges to "limited" in the Package element. Try omitting it (will default to "elevated") - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & InstallShield -- View this message

Re: [WiX-users] How to supersede a minor update in next patch.

2015-03-25 Thread Kashif Md.
Thanks for replying Guys. @Nir Bar: No it is not possible to have two patches without significant effort. And also because our updater is not designed that way. @Mat: Full file patches are too big in size and hence I moved away from them. Going back to them is not an option. @Tunney: I've explai