Replies: 2 comments 2 replies
-
https://wixtoolset.org/docs/tools/wixext/#loading-extensions-using-the-wixexe-command-line-tool |
Beta Was this translation helpful? Give feedback.
2 replies
-
For me adding the following PropertyGroup to my ".wixproj" did the job in an offline environment on a Windows Server:
Then I put the WixToolset-nupkg-files to the directory LocalPackageSource;
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install wix4 in an offline environment and having an issue.
I'm able to install Wix4 successfully with the following:
dotnet tool install -g -add-source {path} wix # where path is local location of wix.4.0.0.0.nupkg file
However I'm not having any success getting the wix extensions (wixtoolset.bal.wixext, wixtoolset.difxapp.wixext, and wixtoolset.ui.wixext) to successfully install offline. I do have the .nupkg for each of them.
Any help/suggestions would greatly be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions