Hi,
I have to migrate my Basic-MSI project (compressed msi in a setup.exe)written in IS12. I've thus installed the trial of the premium version of IS12 and got my project converted without any trouble.
The compilation of the project returns no error.
Unfortunately the execution runs in an incorrect manner. Indeed I work with the variable SETUPEXEDIR which is not set during the execution.
creates a MessageBox with the following message : "My path ="Code:MsiGetProperty(hMSI, "SETUPEXEDIR", sSetupDir, iSize); MessageBox("My path = " + sSetupDir, SEVERE );
Nonetheless other variables such as SOURCEDIR are set correctly.
I assume my pb comes from the trial version.
Could someone provide me some help to solve this problem?
Thanks a lot for your time.


Reply With Quote