[WiX-users] WIX Continues Uninstall After Failing To Close Application Causing Application to Crash

2013-05-15 Thread Saeed, Rehan
When closing my application it prompts users to save any unsaved information. When installing a new version of my application while it is running the following occurs: 1. Start application. 2. Install new version from WIX MSI in quiet mode (No UI). 3. Application prompts to save unsaved

[WiX-users] WIX Continues Uninstall After Failing To Close Application Causing Application to Crash

2013-05-15 Thread Saeed, Rehan
When closing my application it prompts users to save any unsaved information. When installing a new version of my application while it is running the following occurs: 1. Start application. 2. Install new version from WIX MSI in quiet mode (No UI). 3. Application prompts to save unsaved

[WiX-users] DTF Property updated by RadioButton not correctly retrieved by CustomAction

2008-11-06 Thread Saeed, Rehan
> Hi, > > I have setup a property which gets updated by the user via a > RadioButton before the install takes place. > > > > > I then execute a deferred custom action after InstallFiles which > retrieves this property. However the value retrieved is always the > default value and not the upda

[WiX-users] Ways to add Files

2008-04-03 Thread Saeed, Rehan
So far I have found that you can add files in the following ways: 1) Add a reference to a file directly using its directory path. 2) Add a project reference and then use (var.PROJECT_NAME.TargetPath) However, can you add a reference to a Dll and then add this somehow. I have been unable

[WiX-users] Shortcut to File in another Merge Module

2008-03-31 Thread Saeed, Rehan
Hi, I am trying to create a shortcut to a file in another merge module. I have tried the following: However I get the following errors: Error 141 ICE03: Not a valid foreign key; Table: Shortcut, Column: Target, Key(s): MdiShellDesktopShortcut C:\Development\MMAA\Main