Recommended Posts

I'll talk with jagedEdge via MSN and I'll make an installer if he'd like.

There are some requirements an installer would have to meet for it to be effective.

  • Would need to be highly compressed so that it isn't much larger than the RAR files.
  • Would have to allow for end-user defined installations paths for each "component", as we don't all store our wallpapers and other such items in the same place.
  • Would need to be easily updatable, so that newer versions of any of the components could be included without much hassle.
  • Would, if possible, allow for subsequent removal of specified, or all, components.

Another thought on this would be to have an installer that downloaded the various components as they were specified, so that the end-user would always be able to obtain the most recent versions (often referred to as a web-based installer, similiar to Windows Update).

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-732114
Share on other sites

I can make it launch on install, and update/exclude certain files from overwrite/delete.. etc.

It will only be a tad more, maybe 100kb or so larger than RAR but I will see what I can do if you'd like me too.

I can rebuild the installer each time the files are sent to me, just specficy which to update/exclude and overwrite/delete and stuff.

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-732129
Share on other sites

There are some requirements an installer would have to meet for it to be effective.
  • Would need to be highly compressed so that it isn't much larger than the RAR files.
  • Would have to allow for end-user defined installations paths for each "component", as we don't all store our wallpapers and other such items in the same place.
  • Would need to be easily updatable, so that newer versions of any of the components could be included without much hassle.
  • Would, if possible, allow for subsequent removal of specified, or all, components.

Another thought on this would be to have an installer that downloaded the various components as they were specified, so that the end-user would always be able to obtain the most recent versions (often referred to as a web-based installer, similiar to Windows Update).

What jester said or something very close to it otherwise forget it, we could just add detailed installation instructions in the FAQ and direct people to it. I don't want to worry about not having the installer version current with the archived one.

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-732407
Share on other sites

Gigatexel: you might want to lighten up the ergonomic scheme a bit, it's a bit too dark IMHO. Watercolor ergonomic uses a really nice shade of blue (78,113,167), why don't you try that one? Here's a screenshot.

I took the color from the watercolor ergonomic version :blink:

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-733340
Share on other sites

Gigatexel: you might want to lighten up the ergonomic scheme a bit, it's a bit too dark IMHO. Watercolor ergonomic uses a really nice shade of blue (78,113,167), why don't you try that one? Here's a screenshot.

Yeah Saint made the ergonomic color scheme and though it's a shade darker it looks fine to me. Anyway the colors are final, I don't plan on going through that black/purple fiasco again. ;)

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-733435
Share on other sites

as per most of the posts at the mo, different people like different colours, shades etc, but then if giga did change the ergo colours, every skin theme added to the classix stuff would have to modifed to mirror the change :cry: . So I do not think it should be as the are now the FINAL colours, and I like the ergo one my self very nice, good works guys:)

PS: at the mo I have gone classix mad, my home pc, laptop and work pc all are running it, all the people who see it here thinks it leet, thanks again guys for all your hard work, everyone who has added to the classix works :D

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-733467
Share on other sites

There are some requirements an installer would have to meet for it to be effective.
  • Would need to be highly compressed so that it isn't much larger than the RAR files.
  • Would have to allow for end-user defined installations paths for each "component", as we don't all store our wallpapers and other such items in the same place.
  • Would need to be easily updatable, so that newer versions of any of the components could be included without much hassle.
  • Would, if possible, allow for subsequent removal of specified, or all, components.

Another thought on this would be to have an installer that downloaded the various components as they were specified, so that the end-user would always be able to obtain the most recent versions (often referred to as a web-based installer, similiar to Windows Update).

1) the compression is no problem.

2) the paths.... can't (well I can't) do that with InstallShield.

3) well only possible if you have the InstallShield compiler.

4) no problem.

I can program an Installer in Delphi which can do all of this, but it will take some time to make that.

Well if there is any interest let me know.... else I won't even start.

EDIT: I see RaQ gives up on it.... bummer

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-733494
Share on other sites

There are some requirements an installer would have to meet for it to be effective.

    * Would need to be highly compressed so that it isn't much larger than the RAR files.

    * Would have to allow for end-user defined installations paths for each "component", as we don't all store our wallpapers and other such items in the same place.

    * Would need to be easily updatable, so that newer versions of any of the components could be included without much hassle.

    * Would, if possible, allow for subsequent removal of specified, or all, components.

Another thought on this would be to have an installer that downloaded the various components as they were specified, so that the end-user would always be able to obtain the most recent versions (often referred to as a web-based installer, similiar to Windows Update).

Forget installshield...

All of these are rather easily do-able (except for the web-update one maybe) with the NSIS installer (made by the winamp people):

Nullsoft "SuperPiMP" Install System

It's really easy to pick-up, and there is a fairly large community of people who use it on the winamp forums as good resource for learning it.

-b

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-733565
Share on other sites

No no.

Probably you didn't extract it properly.

Chance is that it created a folder in the themes folder named Classix. Within that folder there is a Goodies, a Classix and a ClassixSD folder.

Well there is you problem.... XP won't notice that there is a Classix theme installed.

Cut and Paste those 3 folders (Goodies, Classix and ClassixSD) into the Themes folder (C:\WINDOWS\Resources\Themes\) and you're ready to go.

I have this problem all the time when I extract the Classix archive with WinRAR. An installer would be nice.

Let me know, I can make InstallShield installers (or just with WinRAR). So if you guys need help with an installer, let me know.

i've puted them on the themes file. but still unable to get it work. maybe it's mine uxthemepatch.dll problem :( :( :(

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-733570
Share on other sites

There are some requirements an installer would have to meet for it to be effective.
  • Would need to be highly compressed so that it isn't much larger than the RAR files.
  • Would have to allow for end-user defined installations paths for each "component", as we don't all store our wallpapers and other such items in the same place.
  • Would need to be easily updatable, so that newer versions of any of the components could be included without much hassle.
  • Would, if possible, allow for subsequent removal of specified, or all, components.

Another thought on this would be to have an installer that downloaded the various components as they were specified, so that the end-user would always be able to obtain the most recent versions (often referred to as a web-based installer, similiar to Windows Update).

1) the compression is no problem.

2) the paths.... can't (well I can't) do that with InstallShield.

3) well only possible if you have the InstallShield compiler.

4) no problem.

I can program an Installer in Delphi which can do all of this, but it will take some time to make that.

Well if there is any interest let me know.... else I won't even start.

EDIT: I see RaQ gives up on it.... bummer

A Delphi installer. That could be cool. :shifty:

Link to comment
https://www.neowin.net/forum/topic/65342-vs-classix/page/35/#findComment-733867
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Since they open sourced the calculator in Win 10/11 it is much better and can do a lot, I love it.
    • That's just silly imo. The lengths that man goes to just to avoid W11 is just nuts. Very, very few home users would do that. I will say this though, he is committed. Btw, I note on askwoody that Woody Leonhard passed away March, 2025 aged 73. His site was one of my favorites back in the day. Belated yes but RIP Woody.
    • Because of the EU (a good thing) newer android devices been getting 5 years worth of security patches. Except some Motorola which found the loop hole, and offer ZERO updates. In addition, Google for years have been making where it can patch some stuff by updating the core Google Play Store itself.  As echoed earlier,  you take the security risk in to your own hand beyond supported.
    • Win11Debloat 06.11.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.11.2026 fixes: Fix lock screen spotlight option being disabled when disabling the start recommended section by @Raphire in #619 Fix log message formatting by @Raphire Note The -RemoveCommApps and -RemoveW11Outlook command-line parameters for uninstalling a few specific apps have been removed with this release. If you previously relied on these parameters, please see this wiki page for alternative methods of removing these apps. Download: Win11Debloat 06.11.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Rookie
      restore went up a rank
      Rookie
    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      +Edouard
      162
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      ATLien_0
      83
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!