[wix-users] Problem with launched application
Hoover, Jacob
Jacob.Hoover at greenheck.com
Wed Jan 11 09:55:48 PST 2017
Where is this directory located? Is it a "real" directory or is there any shell folder redirection happening?
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Packer, David
Sent: Wednesday, January 11, 2017 11:29 AM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Problem with launched application
I am new to the WiX installer, so please bear with me if this is an obvious question.
I am having a problem when I launch my application after the installation. It cannot see one of the directories that was created during the installation.
I have the following in my installer:
<InstallExecuteSequence>
<Custom Action="LaunchFile" After="InstallFinalize">NOT Installed</Custom>
</InstallExecuteSequence>
The application launches correctly and the msi quits.
I am using this to complete configuration, once the application is installed. But a directory (created during the install) does not appear to be visible to the program. The directory in question contains template files, which are consumed by the installed application. If I quit the application, then re-launch it, everything works correctly, so I know that everything was installed in the correct place. It just does not recognize the directory when launched from the msi file.
Any help would be appreciated!
David Packer
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list