News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

File Associations message at startup

Started by rustychuck, June 29, 2012, 03:54:16 PM

Previous topic - Next topic

rustychuck

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

MortenMacFly

Quote from: rustychuck on June 29, 2012, 03:54:16 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

rustychuck

Excellent, thank you for your help.  I will try what you have described  :)