Create Packages Automatically From Installers chocolatey












0















Pls! I want to convert .exe to .nupkg or .nuspec with choco new --file . But i have error :
Error converted to warning:
(183) Cannot create a file when that file already exists: [?C:toolschocolatey.serverApp_DataPackagesUniKeyNT.exe]



enter image description here










share|improve this question























  • Message clear says: Cannot create a file when that file already exists. Please check the path.

    – Sinto
    Nov 14 '18 at 7:27











  • The path is correct . it is exist . but it warning msg .

    – trol cas
    Nov 14 '18 at 7:34
















0















Pls! I want to convert .exe to .nupkg or .nuspec with choco new --file . But i have error :
Error converted to warning:
(183) Cannot create a file when that file already exists: [?C:toolschocolatey.serverApp_DataPackagesUniKeyNT.exe]



enter image description here










share|improve this question























  • Message clear says: Cannot create a file when that file already exists. Please check the path.

    – Sinto
    Nov 14 '18 at 7:27











  • The path is correct . it is exist . but it warning msg .

    – trol cas
    Nov 14 '18 at 7:34














0












0








0








Pls! I want to convert .exe to .nupkg or .nuspec with choco new --file . But i have error :
Error converted to warning:
(183) Cannot create a file when that file already exists: [?C:toolschocolatey.serverApp_DataPackagesUniKeyNT.exe]



enter image description here










share|improve this question














Pls! I want to convert .exe to .nupkg or .nuspec with choco new --file . But i have error :
Error converted to warning:
(183) Cannot create a file when that file already exists: [?C:toolschocolatey.serverApp_DataPackagesUniKeyNT.exe]



enter image description here







chocolatey






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 14 '18 at 7:24









trol castrol cas

43




43













  • Message clear says: Cannot create a file when that file already exists. Please check the path.

    – Sinto
    Nov 14 '18 at 7:27











  • The path is correct . it is exist . but it warning msg .

    – trol cas
    Nov 14 '18 at 7:34



















  • Message clear says: Cannot create a file when that file already exists. Please check the path.

    – Sinto
    Nov 14 '18 at 7:27











  • The path is correct . it is exist . but it warning msg .

    – trol cas
    Nov 14 '18 at 7:34

















Message clear says: Cannot create a file when that file already exists. Please check the path.

– Sinto
Nov 14 '18 at 7:27





Message clear says: Cannot create a file when that file already exists. Please check the path.

– Sinto
Nov 14 '18 at 7:27













The path is correct . it is exist . but it warning msg .

– trol cas
Nov 14 '18 at 7:34





The path is correct . it is exist . but it warning msg .

– trol cas
Nov 14 '18 at 7:34












1 Answer
1






active

oldest

votes


















1














Based on your screenshot, it would seem like you are using the Open Source version of Chocolatey, is that correct? If so, please read the documentation here:




--file, --url=VALUE



Location of binary. In Chocolatey for Business, file is used for auto-detection (native installer, zip, patch/upgrade file, or remote url to download first) to completely create a package with proper silent arguments! Can be 32-bit or 64-bit architecture. Available in licensed editions only (licensed version 1.4.0+, url/zip starting in 1.6.0). See https://chocolatey.org/docs/features-create-packages-from-installers




i.e. the parameter that you are trying to use isn't available in the version of Chocolatey that you are using.



If you are using Chocolatey for Business, looks like your license hasn't been installed correctly.






share|improve this answer
























  • Thanks for the hint, it is good. I understand this

    – trol cas
    Nov 15 '18 at 17:16











  • That's weird, it's supposed to detect the use of --file and provide a more helpful error. :/

    – ferventcoder
    Nov 17 '18 at 23:07











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53295013%2fcreate-packages-automatically-from-installers-chocolatey%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














Based on your screenshot, it would seem like you are using the Open Source version of Chocolatey, is that correct? If so, please read the documentation here:




--file, --url=VALUE



Location of binary. In Chocolatey for Business, file is used for auto-detection (native installer, zip, patch/upgrade file, or remote url to download first) to completely create a package with proper silent arguments! Can be 32-bit or 64-bit architecture. Available in licensed editions only (licensed version 1.4.0+, url/zip starting in 1.6.0). See https://chocolatey.org/docs/features-create-packages-from-installers




i.e. the parameter that you are trying to use isn't available in the version of Chocolatey that you are using.



If you are using Chocolatey for Business, looks like your license hasn't been installed correctly.






share|improve this answer
























  • Thanks for the hint, it is good. I understand this

    – trol cas
    Nov 15 '18 at 17:16











  • That's weird, it's supposed to detect the use of --file and provide a more helpful error. :/

    – ferventcoder
    Nov 17 '18 at 23:07
















1














Based on your screenshot, it would seem like you are using the Open Source version of Chocolatey, is that correct? If so, please read the documentation here:




--file, --url=VALUE



Location of binary. In Chocolatey for Business, file is used for auto-detection (native installer, zip, patch/upgrade file, or remote url to download first) to completely create a package with proper silent arguments! Can be 32-bit or 64-bit architecture. Available in licensed editions only (licensed version 1.4.0+, url/zip starting in 1.6.0). See https://chocolatey.org/docs/features-create-packages-from-installers




i.e. the parameter that you are trying to use isn't available in the version of Chocolatey that you are using.



If you are using Chocolatey for Business, looks like your license hasn't been installed correctly.






share|improve this answer
























  • Thanks for the hint, it is good. I understand this

    – trol cas
    Nov 15 '18 at 17:16











  • That's weird, it's supposed to detect the use of --file and provide a more helpful error. :/

    – ferventcoder
    Nov 17 '18 at 23:07














1












1








1







Based on your screenshot, it would seem like you are using the Open Source version of Chocolatey, is that correct? If so, please read the documentation here:




--file, --url=VALUE



Location of binary. In Chocolatey for Business, file is used for auto-detection (native installer, zip, patch/upgrade file, or remote url to download first) to completely create a package with proper silent arguments! Can be 32-bit or 64-bit architecture. Available in licensed editions only (licensed version 1.4.0+, url/zip starting in 1.6.0). See https://chocolatey.org/docs/features-create-packages-from-installers




i.e. the parameter that you are trying to use isn't available in the version of Chocolatey that you are using.



If you are using Chocolatey for Business, looks like your license hasn't been installed correctly.






share|improve this answer













Based on your screenshot, it would seem like you are using the Open Source version of Chocolatey, is that correct? If so, please read the documentation here:




--file, --url=VALUE



Location of binary. In Chocolatey for Business, file is used for auto-detection (native installer, zip, patch/upgrade file, or remote url to download first) to completely create a package with proper silent arguments! Can be 32-bit or 64-bit architecture. Available in licensed editions only (licensed version 1.4.0+, url/zip starting in 1.6.0). See https://chocolatey.org/docs/features-create-packages-from-installers




i.e. the parameter that you are trying to use isn't available in the version of Chocolatey that you are using.



If you are using Chocolatey for Business, looks like your license hasn't been installed correctly.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 14 '18 at 9:39









Gary Ewan ParkGary Ewan Park

7,27841741




7,27841741













  • Thanks for the hint, it is good. I understand this

    – trol cas
    Nov 15 '18 at 17:16











  • That's weird, it's supposed to detect the use of --file and provide a more helpful error. :/

    – ferventcoder
    Nov 17 '18 at 23:07



















  • Thanks for the hint, it is good. I understand this

    – trol cas
    Nov 15 '18 at 17:16











  • That's weird, it's supposed to detect the use of --file and provide a more helpful error. :/

    – ferventcoder
    Nov 17 '18 at 23:07

















Thanks for the hint, it is good. I understand this

– trol cas
Nov 15 '18 at 17:16





Thanks for the hint, it is good. I understand this

– trol cas
Nov 15 '18 at 17:16













That's weird, it's supposed to detect the use of --file and provide a more helpful error. :/

– ferventcoder
Nov 17 '18 at 23:07





That's weird, it's supposed to detect the use of --file and provide a more helpful error. :/

– ferventcoder
Nov 17 '18 at 23:07


















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53295013%2fcreate-packages-automatically-from-installers-chocolatey%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python