Cvsschaitu
Posts: 1
Joined: Tue Apr 20, 2021 8:31 am

Repackagercli build option

Tue Apr 20, 2021 8:38 am

Hi,

I have repackaged vscode.exe 1.53 to msi.

Can I use same rpk to create msi for vscode.exe 1.55 version via cli?

And how to build msi with rpk via repackagercli as we have build option in repackager UI.

Thank You.

Catalin
Posts: 6537
Joined: Wed Jun 13, 2018 7:49 am

Re: Repackagercli build option

Mon Apr 26, 2021 5:29 pm

Hello and welcome to our forums,

You can try to use the "/ImportRepack <source_file_path>" command in order to import captured results from a previous repackaging operation into an Advanced Installer project.

However, depending on the changes the version 1.55 brings, I'd say it would be better to repackage it separately.
And how to build msi with rpk via repackagercli as we have build option in repackager UI.
This can be done by adding one more line to your script, e.g.:

Code: Select all

AdvancedInstaller.com /edit MyProject.AIP /ImportRepack C:\MyRepackagingResults
AdvancedInstaller.com /build MyProject.AIP
Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”