From: Rafael S. <rs...@be...> - 2018-04-09 18:44:31
|
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 |
From: Travis <lib...@gm...> - 2018-04-09 22:01:34
|
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 > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel |
From: Rafael S. <rs...@be...> - 2018-04-09 22:10:35
|
Has no-one tried this function in the last 8 years and reported this bug? Interesting... R On Mon, Apr 9, 2018 at 3:01 PM, Travis <lib...@gm...> 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 >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> >> >> _______________________________________________ >> Libusb-win32-devel mailing list >> Lib...@li... >> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel >> > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > |
From: Rafael S. <rs...@be...> - 2018-04-09 22:12:22
|
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 <lib...@gm...> 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 >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> >> >> _______________________________________________ >> Libusb-win32-devel mailing list >> Lib...@li... >> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel >> > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > |
From: Xiaofan C. <xia...@gm...> - 2018-09-22 12:46:28
|
FYI, it is here. https://github.com/mcuee/libusbk/issues/5 Regards, Xiaofan On Tue, Apr 10, 2018 at 6:12 AM Rafael Send <rs...@be...> 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 <lib...@gm...> 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 |