MSFN Forum: foobar2000 - Inno Setup Released! - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 8 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

foobar2000 - Inno Setup Released! Rate Topic: -----

#1 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 01 September 2004 - 12:54 AM

FB2K Xtreme [foobar2000]

Latest Version: 0.1.24
Link: Check Here for All the Info

This post has been edited by drthawhizkid: 04 January 2005 - 04:51 PM



#2 User is offline   Marticus 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 02-June 04

Posted 01 September 2004 - 07:18 AM

Thanks. Is this recognized by the fb2k folks? Can it be? May I please see the inno script so we can bless it for our official department install cd?

#3 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 01 September 2004 - 10:24 AM

Can it be? What do you mean Marticus? It is an install I created based on the special version of the foobar2000 NSIS installer with some extras.

#4 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 02 September 2004 - 01:04 PM

How to use formatted strings (Themes & Buttons) with columns ui:

Step 1: first switch ur user interface to columns ui by going to preferences then go to Display. In the display window click the dropdown combo box and select columns ui. Restart foobar2000. (see screenshot below)

Step 2: load foobar2000. go to preferences click columns ui. next click on the other tab.

Step 3: in the other tab window click import and browser to columns_ui_configs under the components sub directory under foobar2000's directory. Select a config file and load it. Click the check box next to custom buttons. Then click the button with "..." on it and browse to buttons sub directory under components directory. Restart foobar2000 and enjoy. If anyone finds this too complex, I will make an instructions pack and post it if necessary.

#5 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 04 September 2004 - 10:49 PM

Already everybody I switched to a new host to everything should work fine so download and enjoy my foobar2000 inno setup.

#6 User is offline   digitalfrost 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 29-August 04

Posted 05 September 2004 - 01:47 AM

Thank you very much, this is really useful :thumbup. I have a problem with the setup: I made a .inf file using the /loadinf switch.
[Setup]
Lang=default
Dir=C:\Program Files\foobar2000
Group=foobar2000
NoIcons=0
Components=core_files,enable_user_profiles,dsp,dsp\gapkiller,dsp\pphsresampler,general,general\freedb,output,output\directsound20,output\directsound25
As you can see I didn't select stuff like special file infobox, id3v2 tag support etc...however all this is installed nevertheless :blink:. I tried it with a clean windows in vmware.

Attached File(s)



#7 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 05 September 2004 - 02:05 AM

Thanks for the feedback digitalfrost. I will look into this problem and do a test in vmware also.

#8 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 05 September 2004 - 05:18 PM

digitalfrost I think I fixed your problem. Please try the Inno Setup again and let me know if it works ok with the inf. Again thanks for the feedback. Later.

#9 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 07 September 2004 - 01:18 PM

I'm lost. What are all the switchs?

Can you add a /help or /? to dispaly all the switchs.

Thanks,
Will

#10 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 07 September 2004 - 05:26 PM

Currently war59312 I use the switches that come with Inno Setup. Here you go.

The Setup program accepts optional command line parameters. These can be useful to system administrators, and to other programs calling the Setup program.

/SP-
Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes.

/SILENT, /VERYSILENT
Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above)

If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.

/LOG
Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why.

The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.) Currently, it is not possible to customize the filename. The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parseable; the format of the file is subject to change without notice.

/NOCANCEL
Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.

/NORESTART
Instructs Setup not to reboot even if it's necessary.

/RESTARTEXITCODE=exit code
Specifies the custom exit code that Setup is to return when a restart is needed. Useful along with '/NORESTART'. Also see Setup Exit Codes.

/LOADINF="filename"
Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.

Don't forget to use quotes if the filename contains spaces.

/SAVEINF="filename"
Instructs Setup to save installation settings to the specified file.
Don't forget to use quotes if the filename contains spaces.

/LANG=language
Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry. When a valid /LANG parameter is used, the Select Language dialog will be suppressed.

/DIR="x:\dirname"
Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified.

/GROUP="folder name"
Overrides the default folder name displayed on the Select Start Menu Folder wizard page. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored.

/NOICONS
Instructs Setup to initially check the Don't create any icons check box on the Select Start Menu Folder wizard page.

/COMPONENTS="comma separated list of component names"
Overrides the default components settings. Using this command line parameter causes Setup to automatically select a custom type.

/PASSWORD=password
Specifies the password to use. If the [Setup] section directive Password was not set, this command line parameter is ignored. When an invalid password is specified, this command line parameter is also ignored.

#11 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 07 September 2004 - 05:28 PM

I forgot to mention that the only switch that won't work will be the password switch because I didn't set a password for the install.

#12 User is offline   gon freecs 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 25-August 04

Posted 08 September 2004 - 07:36 AM

:huh: can't get it to work using /COMPONENTS.
foobar2000.exe /SP- /VERYSILENT /NOCANCEL /NORESTART /LANG=default /SAVEINF="instlog.inf" /DIR="c:\program files\foobar2000" /GROUP="foobar2000" /COMPONENTS="core_files,enable_user_profiles,diskwriters_cmdline,diskwriters_cmdline\flac,dsp,dsp\gapkiller,dsp\skipsilence,general,general\apl,general\audiocdwriter,general\freedb,general\id3v2tag,general\playlistgenext,general\spclfileinfobox,general\utilities,input,input\ac3_decoder,input\festalon,input\flac,input\highlyexperimental,input\lpac,input\matroska,input\module,input\monkeysaudio,input\nezplug,input\optimfrog,input\shorten,input\sid,input\spc,input\speex,input\tfmx,input\tta,input\wavpack,input\xa,output,output\directsound20,output\directsound25,ui,ui\columns_ui"

Am I doing something wrong ?

edit: seems to have something to do with the length of the components string. tried using much less and it worked.
works fine using /LOADINF
edit2: it seems to install EVERY component in a subcategory when using it in the /COMPONENTS -> if I put diskwriters_cmdline,
it installs EVERY commandline utilities...

#13 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 11 September 2004 - 05:11 PM

gon freecs its supposed to do that. If you want a individual diskwriters put something like this diskwriters_cmdline\flac, diskwriters_cmdline\lame, etc.

here was your mistake --> diskwriters_cmdline <--, diskwriters_cmdline\flac.

#14 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 13 September 2004 - 04:45 PM

Thanks,
Will

#15 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 13 September 2004 - 11:08 PM

No prob. New version of the installer coming. Maybe tomorrow.

#16 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 16 September 2004 - 12:21 AM

foobar2000 Inno Setup Updated to 0.1g This is probably the biggest update I've done. Check it out and enjoy.

#17 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 02 October 2004 - 04:42 PM

Finally updated the installer. Its been awhile but here you go folks enjoy. New version 0.1L

#18 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 06 October 2004 - 01:45 AM

This setup program has stopped being maintained. Thanks for everyone support. drthawhizkid.

#19 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 07 October 2004 - 12:35 AM

Yes foobar2000 inno setup is back after a short break!!! :D Version 0.1N posted.

#20 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 07 October 2004 - 12:40 AM

did they stop work on foobar2000? they've had 0.8.3 for along time

Share this topic:


  • 8 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy