Code::Blocks Forums

User forums => Help => Topic started by: rustychuck on June 29, 2012, 03:54:16 pm

Title: File Associations message at startup
Post by: rustychuck 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
Title: Re: File Associations message at startup
Post by: MortenMacFly 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.
Title: Re: File Associations message at startup
Post by: rustychuck on July 02, 2012, 09:49:04 am
Excellent, thank you for your help.  I will try what you have described  :)