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

    • eh I'll wait for the June 2026 MVS ISO downloads which should be coming out next Tuesday June 16 and possibly contain build 8655 instead of 8653
    • read this recent topic in another forum: https://www.askwoody.com/forums/topic/still-on-win-10-and-happy-to-be-there/ some people are happy sticking with Win10
    • Cooler Master MasterFrame 600 PC case is now 33% off on Amazon by Ivan Jenic The Cooler Master MasterFrame 600 is currently $109.99 on Amazon, down from its original $164.99 list price. That's 33% off and $55 saved on this premium aluminum mid-tower case with a modular design. If you're upgrading your PC case and want something that doesn't force you into a rigid layout, the MasterFrame 600 is worth a look. The case is built around the Cooler Master's FreeForm 2.0 platform, which lets you reconfigure the internal structure according to your hardware. Magnetic side panels allow for straightforward adjustments, and the case supports everything from Mini-ITX to E-ATX motherboards without compromise. There's also generous cooling headroom. Four pre-installed PWM fans handle airflow out of the box. GPU clearance goes up to 410mm, and the case supports radiators up to 420mm with room for three simultaneously. Truth be told, this might not be the prettiest case on the market, but it’s highly functional. The aluminum construction keeps the whole thing lightweight despite its size, and the finish looks noticeably better than the plastic mid-towers competing at this price point. If you want a serious, flexible case that prioritizes function over flashy aesthetics like RGB lighting, the MasterFrame 600 delivers at a reasonable price. Cooler Master MasterFrame 600 - $109.99 | 33% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • DK, I don't use the extended channel, I'm always on the latest release.
  • 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
      509
    2. 2
      +Edouard
      162
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      ATLien_0
      82
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!