MSIXpackagingTool.exe remote execution

Copper Contributor

Hi Team,

 

I am trying to convert chrome.msi to .msix using MSIXpackagingTool.exe tool with template, It is converting successfully when i execute within the same windows machine but when i try the same command from remote server it is failing with below error, can you please suggest how to execute this conversion command remotly.

"MsixPackageTool.exe create-package --template C:\\chrome.xml -v"

 

"MsixPackageTool.exe : The term 'MsixPackageTool.exe' is not recognized as the name of a cmdlet, \r\nfunction, script file, or operable program"

"Program 'MsixPackagingTool.exe' failed to run: The file cannot be accessed by the system"

 

Regards

Raviteja

2 Replies

Hi @Ravitejaj8787,

 

You will need to use "MSIXPackagingTool.exe" so your command would look more like "MsixPackagingTool.exe create-package --template C:\\chrome.xml -v"

 

Best,

Sharla

Hi Sharla,

Thanks for the reply,
I am executing the command without any quotes, just to highlight here i have added quotes.

Below is the command which executed from remote machine.

MsixPackagingTool.exe create-package --template C:\\chrome.xml -v

Regards
Raviteja