Hello,
i have a problem setting the destination path of a merge modul. I have set the path of the merge modul in the redistributable view (properties of the merge modul).
I set the proerty called DLC_STARTUP in a Custom Dialog with MsiSetProperty. If i display the DLC_STARTUP property in a messagebox (in UI Sequence or Execute Sequence)
the property contains the correct value. But the files of the merge modul a install to a wrong location!
I found out, that if i set the property hard coded in a Custom Action called after AppSearch in UI Sequence and Execute Sequence than the value is used and the merge modul is
installed to the hard coded destination.
But this is to early because the Custom Dialog is called after InstallWelcome and there i want to set the path of the merge modul...
How can i handle this? With MsiGetProperty i always get the correct value after setting it but the merge modul get an empty value and is installed in C:\ and not in the specified path.
Any Idea?
thx
i have a problem setting the destination path of a merge modul. I have set the path of the merge modul in the redistributable view (properties of the merge modul).
I set the proerty called DLC_STARTUP in a Custom Dialog with MsiSetProperty. If i display the DLC_STARTUP property in a messagebox (in UI Sequence or Execute Sequence)
the property contains the correct value. But the files of the merge modul a install to a wrong location!
I found out, that if i set the property hard coded in a Custom Action called after AppSearch in UI Sequence and Execute Sequence than the value is used and the merge modul is
installed to the hard coded destination.
But this is to early because the Custom Dialog is called after InstallWelcome and there i want to set the path of the merge modul...
How can i handle this? With MsiGetProperty i always get the correct value after setting it but the merge modul get an empty value and is installed in C:\ and not in the specified path.
Any Idea?
thx