Big speed up change when running install.bat

This commit is contained in:
kudzu_cp 2011-08-14 20:22:55 +00:00
parent 303ec4e2db
commit 36011da952

View file

@ -311,5 +311,10 @@ Root: HKCR; SubKey: Cosmos.ProjectFile\shell\open\command; ValueType: string; Va
[Run]
; Forces VS to merge the resource metadata that describes menus, toolbars, and command groups from all VSPackages available.
Filename: {code:VSNET2010_PATH}\devenv.exe; Parameters: /setup; Flags: waituntilterminated
#if BuildConfiguration == "Devkit"
; /setup without nosetupvstemplates takesa LONG time... so we dont run it every time.. for DevKit users, they will need to run it one time first as user kit
Filename: {code:VSNET2010_PATH}\devenv.exe; Parameters: /setup /nosetupvstemplates; Flags: waituntilterminated
#else
Filename: {code:VSNET2010_PATH}\devenv.exe; Parameters: /setup; Flags: waituntilterminated
#endif