Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Build issues with clean install of OS #105

Open
blindrain opened this issue Mar 29, 2024 · 2 comments
Open

Windows Build issues with clean install of OS #105

blindrain opened this issue Mar 29, 2024 · 2 comments

Comments

@blindrain
Copy link

I've run into several issues Building PVEVDI Client in Windows 10 22H2 Clean install of Windows,
1st I had Trouble installing wix, I had to install .net SDK which I couldn't find any documentation for that.
I had trouble with pysintaller not working. Found out that it doesn't seem to install it in a location that the path variable knows about.
even though python is in path.

now even though I can run wix --version in any command prompt createmsi.py can't find it.

C:\Users\BlindRain\Documents\GitHub\PercFab_PVE-VDIClient>build_vdiclient.bat
288 INFO: PyInstaller: 6.5.0, contrib hooks: 2024.3
288 INFO: Python: 3.12.2
312 INFO: Platform: Windows-10-10.0.19045-SP0
313 INFO: wrote C:\Users\BlindRain\Documents\GitHub\PercFab_PVE-VDIClient\vdiclient.spec
316 INFO: Extending PYTHONPATH with paths
['C:\\Users\\BlindRain\\Documents\\GitHub\\PercFab_PVE-VDIClient']
521 INFO: checking Analysis
580 INFO: checking PYZ
609 INFO: checking PKG
610 INFO: Bootloader C:\Users\BlindRain\AppData\Roaming\Python\Python312\site-packages\PyInstaller\bootloader\Windows-64bit-intel\runw.exe
610 INFO: checking EXE
618 INFO: checking COLLECT
638 INFO: Removing dir C:\Users\BlindRain\Documents\GitHub\PercFab_PVE-VDIClient\dist\vdiclient
752 INFO: Building COLLECT COLLECT-00.toc
1463 INFO: Building COLLECT COLLECT-00.toc completed successfully.
        1 file(s) copied.
        1 file(s) copied.
ERROR: This script requires WIX

C:\Users\BlindRain\Documents\GitHub\PercFab_PVE-VDIClient>wix --version
4.0.5+b9b2f1b4

Considering theres not much documentation on how to use wix with python. I don't know where or who to ask but you.

@blindrain
Copy link
Author

with older version of wix It had it's own installer file not requiring .net sdk to install it via a command line. everything just worked. Found my solution for the last issue by using wix 3.11 installer from Wix 3

@blindrain
Copy link
Author

Left open to make it easier for others to find and resolve this issue until documentation is updated to either use this method or the new wix install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant