Author Topic: File Associations message at startup  (Read 8697 times)

Offline rustychuck

  • Single posting newcomer
  • *
  • Posts: 2
File Associations message at startup
« on: June 29, 2012, 03:54:16 pm »
I am deploying Code::Blocks to many computers on our network using SCCM 2007 and I am installing the software silently.  I have used the /S switch and this is successful, however, I need to remove the 'File Associations' message when the software is first started up.  Does anyone know how to turn this off silently or using a command please?
Thanks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: File Associations message at startup
« Reply #1 on: June 29, 2012, 07:55:14 pm »
I need to remove the 'File Associations' message when the software is first started up.  Does anyone know how to turn this off silently or using a command please?
I'm afraid you have to build the installer accordingly yourself for this - we can consider this (however) in an upcoming release.

For now, you still have the following option:
- Install C::B comeplete
- Download the NSIS installer script from SVN
- Adopt the script to suite your needs
- Create your own installer using the NSIS compiler.

Its very easy - everything is already well prepared and available.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline rustychuck

  • Single posting newcomer
  • *
  • Posts: 2
Re: File Associations message at startup
« Reply #2 on: July 02, 2012, 09:49:04 am »
Excellent, thank you for your help.  I will try what you have described  :)