You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed wix.py using the Windows msi installer.
When I run this command “wix.py msi.json” I get the following error:
Traceback (most recent call last):
File "wix.py", line 32, in
File "wixpy_init_.pyc", line 44, in
File "wixpy\model.pyc", line 22, in
File "wixpy\msi.pyc", line 28, in
File "wixpy\libmsiw.pyc", line 21, in
File "_msi.pyc", line 12, in
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
Hi,
I have installed wix.py using the Windows msi installer.
When I run this command “wix.py msi.json” I get the following error:
Traceback (most recent call last):
File "wix.py", line 32, in
File "wixpy_init_.pyc", line 44, in
File "wixpy\model.pyc", line 22, in
File "wixpy\msi.pyc", line 28, in
File "wixpy\libmsiw.pyc", line 21, in
File "_msi.pyc", line 12, in
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
My msi.json file looks like this:
{
"Name": "MyApp",
"UpgradeCode": "3AC4B4FF-19C5-4B8F-83AD-BAC3238BF690",
"Version": "1.0",
"Manufacturer": "MyCompany",
"_SourceDir": "./program",
"_InstallDir": "myapp-1.0",
"_OutputName": "myapp-1.0-win32.msi",
"_OutputDir": "./"
}
Could you help me out? Thank you in advance.
The text was updated successfully, but these errors were encountered: