Hello,
I am working on building an installer that will put TinyCore Linux on a USB Boot Stick.
I have a known good installer from PCengines, available here: https://pcengines.ch/howto.htm#TinyCoreLinux
Look for the "apu-bootable-usb-installer_v1.8.exe" file - it works and PCengines tells me it was built from the "apu-tinycore-usb-installer.exe" on the same page. But when I try top build an installer with NSIS 3.04 the installer builds but cannot create a usable boot stick.
Looking at the contents of the different installers I see a major difference in their internal structure. In the installer downloaded from the PCengines site (linked above), all files are contained in a "$PLUGINSDIR: folder. In the installer I built, the files are in a "È€" directory.

The top window in my screenshot is my attempt a building an installer and the bottom window is my known good reference downloaded from the PCengines website.
Can I do anything to control the name of that top level directory?
I am working on building an installer that will put TinyCore Linux on a USB Boot Stick.
I have a known good installer from PCengines, available here: https://pcengines.ch/howto.htm#TinyCoreLinux
Look for the "apu-bootable-usb-installer_v1.8.exe" file - it works and PCengines tells me it was built from the "apu-tinycore-usb-installer.exe" on the same page. But when I try top build an installer with NSIS 3.04 the installer builds but cannot create a usable boot stick.
Looking at the contents of the different installers I see a major difference in their internal structure. In the installer downloaded from the PCengines site (linked above), all files are contained in a "$PLUGINSDIR: folder. In the installer I built, the files are in a "È€" directory.
The top window in my screenshot is my attempt a building an installer and the bottom window is my known good reference downloaded from the PCengines website.
Can I do anything to control the name of that top level directory?
Comment