Open Bixilon opened 4 years ago
Sadly my experience with msi creation process is quite limited as i am not using it, i also havent touched the code.
The errorcodes at the end of the msi creation log seem to be just success messages which can't be displayed because the "dictionary" for those is missing. See: https://docs.microsoft.com/de-de/windows/win32/msi/windows-installer-error-messages?redirectedfrom=MSDN
Do you have an exitcode/errorcode for the actual installation proces with your created msi file? ill try to generate a msi file later on my own and see what happens.
I can install the exe with the silent parameters (I think /INI and /S and /FROMMSI). works well. I also saw, that the exit code for the .exe succeded, but WPKG-GP is simply not installed. Nothing really happend.
I have also an very limited knowledge about msi files (Sadly).
Just a quick update. Since im working from home now most of the time i don't have access to my wpkg test system. Im currently in the process to setup my wpkg dev evironment at home but this takes longer than expected. i havent touched the code in almost 2 Years and i have not pushed the latest changes i did to github. Im currently in the process of figuring out the changes i did and why ...
anyway, can you try to creat a msi from the original wpkg-gp release (not my modification) and check if this is working?
I am generating the msi normally with
makemsi.exe x64 in.exe gp.ini out.msi
. I can open the msi file, but the installation fails.Here is the setup log (from
msiexec.exe /i out.msi /L*V gp.log
:I am using the newest Windows 10 OS, In tried the latest normal and w7 installer.
Am I doing something wrong?
Thanks
Moritz