SparkleXrm icon indicating copy to clipboard operation
SparkleXrm copied to clipboard

Update assembly without registering new steps

Open FixRM opened this issue 5 years ago • 6 comments

Hi! Is there any way to register/update assembly and plugins without steps and images? Use cases:

  1. It is faster then you only want to deploy a fix
  2. It is generic plugin and I not want to store it registrations in code

Thanks

FixRM avatar Aug 19 '20 08:08 FixRM

Run it with the exclude paramater "/e" :)

Cha0s2nd avatar May 27 '21 06:05 Cha0s2nd

Thanks @Cha0s2nd. Can you give an example?

FixRM avatar May 27 '21 08:05 FixRM

C:\Users\User\Source\Repos\Repo\Source\Project\CrmPackage\spkl\deploy-plugins.bat /e or C:\Users\User\Source\Repos\Repo\Source\Project\packages\spkl\1.0.144\tools\spkl.exe plugins /e

It's not in the documents, but it's the exclude param in CommandLineArgs.cs

Cha0s2nd avatar May 27 '21 21:05 Cha0s2nd

@Cha0s2nd thanks!

FixRM avatar May 31 '21 11:05 FixRM

Can this be added to the wiki please?

MrCliffster avatar Jun 11 '21 03:06 MrCliffster

By the way @MrCliffster , if you type one of the spkl commands followed by '/?' (eg 'unpack /?') you will get a full listing of all of the different options available - hope that helps: image

bwmodular avatar Jun 21 '21 08:06 bwmodular