Re: Re-packing installer fails - 7zip issues?
Xiaofan Chen <[email protected]> Sat, 22 Sep 2018 20:46:31 +0800
| Newsgroups | gmane.comp.lib.libusb.devel.windows |
|---|---|
| Message-ID | <CAGjSPUBDyToVvqRB65snTz7Y9uv2TLsfvLk6NETOtzryKqauAA@mail.gmail.com> |
FYI, it is here. https://github.com/mcuee/libusbk/issues/5 Regards, Xiaofan On Tue, Apr 10, 2018 at 6:12 AM Rafael Send <[email protected]> wrote: > > I'll give this a shot, thanks for the pointer though. > > Should I file this somewhere? > > Cheers, > R > > On Mon, Apr 9, 2018 at 3:01 PM, Travis <[email protected]> wrote: >> >> Greetings, >> >> Well that's annoying. Apparently 7zip changed their syntax a good long while ago. >> >> Thankfully, You can still get the one you need! Get version 9.20. >> https://sourceforge.net/projects/sevenzip/files/7-Zip/9.20/ >> >> Regards, >> Travis >> >> >> On 4/9/2018 12:43 PM, Rafael Send wrote: >>> >>> Hi, >>> I'm attempting to use InfWizard to create an installer for a custom USB device (this alone works fine), but I need it to be silent. To that end I'm attempting to modify the dpinst.xml file with the silent option (which also works on its own), but I can't repackage an installer. >>> The re-pack.cmd script always fails with a 7zip error ("-ai switch not valid for this command"). >>> >>> I've tried manually performing that step, but I have not been able to repackage a working installer. >>> >>> Is this a known current bug? >>> >>> Cheers, >>> Rafael